camo icon indicating copy to clipboard operation
camo copied to clipboard

HTTP_PROXY not being used

Open Renkas opened this issue 8 years ago • 3 comments

This app does not seem to use HTTP_PROXY and HTTPS_PROXY environment variables. And as such is useless behind a proxy.

I didn't neither find a config option to set HTTP proxy manually.

Renkas avatar Mar 10 '17 16:03 Renkas

I have a branch of code that works with a proxy. It uses env CAMO_PROXY instead of HTTP_PROXY/HTTPS_PROXY though.

iongchun avatar Mar 11 '17 02:03 iongchun

@iongchun could you make it use http_proxy and https_proxy ENV variables instead and create a pull request to this repo?

Hopefully it could then get merged also fast - as I have a need for this Docker container next week - or I have to find some other way to get this functionality :(

Renkas avatar Mar 11 '17 10:03 Renkas

Setting it through CAMO_PROXY would also work for me but just for the sake of better and more complete solution in main branch it would be nice to have these widely used variables.

If you are not able to create the pull request then maybe make your fork available on Docker hub?

Renkas avatar Mar 11 '17 10:03 Renkas