Merge pull request #2580 from alexbelgium/copilot/fix-internal-proxies-regex

fix(guacamole): use valid regex for PROXY_ALLOWED_IPS_REGEX default
This commit is contained in:
Alexandre
2026-03-16 08:45:47 +01:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
## 1.6.0-bullseye-3 (13-03-2026)
- Fix PROXY_ALLOWED_IPS_REGEX default from invalid regex "*" to ".*"
## 1.6.0-bullseye-2 (26-02-2026)
- Minor bugs fixed

View File

@@ -67,7 +67,7 @@ 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
@@ -102,5 +102,5 @@ schema:
slug: guacamole
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "1.6.0-bullseye-2"
version: "1.6.0-bullseye-3"
video: true