Merge pull request #2150 from alexbelgium/create-pull-request/patch-1761438754 nobuild

Github bot: fix linting issues nobuild
This commit is contained in:
Alexandre
2025-10-27 20:41:01 +01:00
committed by GitHub
101 changed files with 324 additions and 291 deletions

View File

@@ -67,11 +67,11 @@ devices:
environment:
GUACAMOLE_HOME: /config
PGDATA: /config/postgres
PROXY_ALLOWED_IPS_REGEX: '*'
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'
REMOTE_IP_VALVE_ENABLED: "true"
image: ghcr.io/alexbelgium/guacamole-{arch}
ingress: true
init: false