Skip to content

Commit b645c67

Browse files
committed
Added documentation on how to configure proxy internet access
Related to issue #1001
1 parent d70fe0f commit b645c67

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/usage/tips_tricks.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,9 @@ It is only be shown to users which has the `Show available Part-DB updates` perm
9595
For the notification to work, Part-DB queries the GitHub API every 2 days to check for new releases. No data is sent to
9696
GitHub besides the metadata required for the connection (so the public IP address of your computer running Part-DB).
9797
If 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.

0 commit comments

Comments
 (0)