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 }