From 6eddd31bafbdc0a8d369abfff6918c3f5ec13ed4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 21 Jan 2023 18:27:10 +0100 Subject: [PATCH] Init false https://github.com/alexbelgium/hassio-addons/issues/652#issuecomment-1399287866 --- guacamole/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guacamole/config.json b/guacamole/config.json index 7cbd7da3e..96e69f1d4 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -5,6 +5,7 @@ ], "description": "Clientless remote desktop gateway", "environment": {}, + "init": false, "image": "ghcr.io/alexbelgium/guacamole-{arch}", "ingress": true, "map": [ @@ -25,6 +26,6 @@ }, "slug": "guacamole", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.4.2-7_test", + "version": "1.4.2-7_test2", "video": true }