From 6c15829ccb2f83379c812a1ea5f41291a863094d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 11 May 2022 09:20:42 +0200 Subject: [PATCH] Update config.json --- guacamole/config.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/guacamole/config.json b/guacamole/config.json index 1b1b1d24b..b4348db91 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -1,5 +1,4 @@ { - "apparmor": true, "arch": ["amd64", "aarch64"], "description": "Clientless remote desktop gateway", "environment": { @@ -25,9 +24,7 @@ "TZ": "str?" }, "slug": "guacamole", - "upstream": "1.4.0", "url": "https://github.com/alexbelgium/hassio-addons", "version": "1.4", - "video": true, - "webui": "http://[HOST]:[PORT:8080]" + "video": true }