Update guacamole config with new environment variable

This commit is contained in:
Alexandre
2025-09-02 13:58:32 +02:00
committed by GitHub
parent 211912977d
commit aaacf384e3

View File

@@ -69,7 +69,8 @@
],
"environment": {
"GUACAMOLE_HOME": "/config",
"PGDATA": "/config/postgres"
"PGDATA": "/config/postgres",
"REMOTE_IP_VALVE_ENABLED": "true"
},
"image": "ghcr.io/alexbelgium/guacamole-{arch}",
"ingress": true,
@@ -100,6 +101,6 @@
"slug": "guacamole",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",
"version": "1.6.0-5",
"version": "1.6.0-6",
"video": true
}