camo
camo copied to clipboard
HTTP_PROXY not being used
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.
I have a branch of code that works with a proxy. It uses env CAMO_PROXY instead of HTTP_PROXY/HTTPS_PROXY though.
@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 :(
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?