3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
9357f29850 chore(guacamole): bump version to 1.6.0-bullseye-3 and update changelog
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-13 14:40:23 +00:00
copilot-swe-agent[bot]
d2d0e58980 fix(guacamole): change PROXY_ALLOWED_IPS_REGEX default from "*" to ".*"
Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
2026-03-13 13:47:05 +00:00
copilot-swe-agent[bot]
e14b4a9b45 Initial plan 2026-03-13 13:45:40 +00:00
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