This repository was archived by the owner on Jun 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
docs/advanced/environment-variables Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,6 +91,15 @@ External redis is currently not supported with Proxmox Community Scripts
9191| ` REDIS_TLS_CA ` | CA certificate for Redis TLS connections. If a certificate is specified the connection will use TLS. | Any valid CA certificate | - |
9292
9393
94+ ## Proxy
95+
96+ | Environment Variable | Description | Possible values | Default |
97+ | ------------------------ | ----------- | --------------- | ------- |
98+ | `` HTTP_PROXY `` | HTTP proxy to use | Any valid HTTP proxy URL | - |
99+ | `` HTTPS_PROXY `` | HTTPS proxy to use | Any valid HTTPS proxy URL | - |
100+ | `` NO_PROXY `` | Comma separated list of hosts that should be excluded from proxying | Any valid hostnames | - |
101+
102+
94103## Advanced deployments
95104
96105:::warning
You can’t perform that action at this time.
0 commit comments