From aaacf384e3230cabdb74e61f47df6f960ab4c178 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:58:32 +0200 Subject: [PATCH] Update guacamole config with new environment variable --- guacamole/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guacamole/config.json b/guacamole/config.json index e0974f8c8..d023b773b 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -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 }