-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Using the container image with docker runtime.
When you configure proxy using docker compose with this section :
environment:
https_proxy: "http://<user>:<pass>@<IP>:<port>"
http_proxy: "http://<user>:<pass>@<IP>:<port>"
no_proxy: "<internal.site>"The "latest version" section works for github type as well as the icon retrieval, but don't works using the URL type.
In the logs i have this error :
ERROR: latest_version/refresh (httpVersionRefreshUncreated_Latest), Get "https://www.somesite.com": dial tcp: lookup www.somesite.com on 127.0.0.11:53: no such host
Inside the container i can use curl https://www.somesite.com and it works, i do get the HTML.
Expected behavior
that the URL type don't try to do a lookup if proxy is set.
Perhaps I have missed something about the proxy configuration for GO. If so, please feel free to provide me with an explanation.
Desktop (please complete the following information):
- OS: debian 13
- Browser: firefox
- Version: 128.11 esr
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working