Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit e7b6d90

Browse files
committed
docs(http): add proxy support
1 parent ccc8031 commit e7b6d90

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/advanced/environment-variables/index.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)