Skip to content
This repository has been archived by the owner on Nov 3, 2019. It is now read-only.

Support for Internet Proxy #74

Closed
dmackinnon opened this issue Nov 8, 2016 · 4 comments
Closed

Support for Internet Proxy #74

dmackinnon opened this issue Nov 8, 2016 · 4 comments

Comments

@dmackinnon
Copy link

Would be great if there was support for an internet proxy. My office happens to use one and I love this app, but can't use it at work.

@cgrossde
Copy link
Owner

cgrossde commented Feb 3, 2017

I currently don't have time to implement this. Feel free to submit a PR and reopen this issue. I also added this to the feature request issue #85 .

@cgrossde cgrossde closed this as completed Feb 3, 2017
@dmackinnon
Copy link
Author

dmackinnon commented Feb 3, 2017 via email

@cgrossde
Copy link
Owner

cgrossde commented Feb 3, 2017

Feel free to reopen the issue and place a bounty on https://www.bountysource.com. This is a hobby for me, so money is not the motivation. But you might find someone through bounty source who wants to take a look at it.

My priority currently is #65

@cgrossde
Copy link
Owner

Did some research:

  • http websockets do not work with proxies, encrypted websockets should work mit proxies, need to check if Pushover supports wss://
  • Fetching notifications uses standard http requests, the library supports the HTTP_PROXY and HTTPS_PROXY system vars, you could try to set those
  • is-online & is-reachable does not support proxies => signifikant changes needed to support proxies

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants