From 816429683b2dd6ae18a3ddecebffb5243c3a5c1b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 16 Sep 2025 14:32:36 +0200 Subject: [PATCH] Update GUACAMOLE_HOME and version in config.json --- guacamole/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guacamole/config.json b/guacamole/config.json index 518336d3d..d1436d81a 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -69,6 +69,7 @@ ], "environment": { "PGDATA": "/config/postgres", + "GUACAMOLE_HOME": "/config", "REMOTE_IP_VALVE_ENABLED": "true" }, "image": "ghcr.io/alexbelgium/guacamole-{arch}", @@ -100,6 +101,6 @@ "slug": "guacamole", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.6.0-4_test11", + "version": "1.6.0-4_test12", "video": true }