mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-29 22:30:01 +02:00
Added documentation on how to configure proxy internet access
Related to issue #1001
This commit is contained in:
parent
d70fe0fbaa
commit
b645c674bc
1 changed files with 6 additions and 1 deletions
|
@ -96,3 +96,8 @@ For the notification to work, Part-DB queries the GitHub API every 2 days to che
|
|||
GitHub besides the metadata required for the connection (so the public IP address of your computer running Part-DB).
|
||||
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
|
||||
update notifications by setting the `CHECK_FOR_UPDATES` option to `false`.
|
||||
|
||||
## Internet access via proxy
|
||||
If you server running Part-DB does not have direct access to the internet, but has to use a proxy server, you can configure
|
||||
the proxy settings in the `.env.local` file (or docker env config). You can set the `HTTP_PROXY` and `HTTPS_PROXY` environment
|
||||
variables to the URL of your proxy server. If your proxy server requires authentication, you can include the username and password in the URL.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue