mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Add proxy configuration to guacamole config
This commit is contained in:
@@ -70,6 +70,10 @@
|
||||
"environment": {
|
||||
"PGDATA": "/config/postgres",
|
||||
"GUACAMOLE_HOME": "/config",
|
||||
"PROXY_ALLOWED_IPS_REGEX": "*",
|
||||
"PROXY_BY_HEADER": "X-Forwarded-By",
|
||||
"PROXY_IP_HEADER": "X-Forwarded-For",
|
||||
"PROXY_PROTOCOL_HEADER": "X-Forwarded-Proto",
|
||||
"REMOTE_IP_VALVE_ENABLED": "true"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/guacamole-{arch}",
|
||||
|
||||
Reference in New Issue
Block a user