mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-13 16:34:22 +01:00
Compare commits
3 Commits
master
...
copilot/fi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9357f29850 | ||
|
|
d2d0e58980 | ||
|
|
e14b4a9b45 |
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user