File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,4 +95,9 @@ It is only be shown to users which has the `Show available Part-DB updates` perm
9595For the notification to work, Part-DB queries the GitHub API every 2 days to check for new releases. No data is sent to
9696GitHub besides the metadata required for the connection (so the public IP address of your computer running Part-DB).
9797If you don't want Part-DB to query the GitHub API, or if your server can not reach the internet, you can disable the
98- update notifications by setting the ` CHECK_FOR_UPDATES ` option to ` false ` .
98+ update notifications by setting the ` CHECK_FOR_UPDATES ` option to ` false ` .
99+
100+ ## Internet access via proxy
101+ If you server running Part-DB does not have direct access to the internet, but has to use a proxy server, you can configure
102+ the proxy settings in the ` .env.local ` file (or docker env config). You can set the ` HTTP_PROXY ` and ` HTTPS_PROXY ` environment
103+ variables to the URL of your proxy server. If your proxy server requires authentication, you can include the username and password in the URL.
You can’t perform that action at this time.
0 commit comments