Add proxy configuration to guacamole config

This commit is contained in:
Alexandre
2025-09-16 14:45:28 +02:00
committed by GitHub
parent f4df450cb2
commit 81ae4c5aec

View File

@@ -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}",