From 8d021eaefde81b3cea4d591e046450e694363a14 Mon Sep 17 00:00:00 2001 From: d-two <32079446+d-two@users.noreply.github.com> Date: Sun, 22 Nov 2020 22:18:25 +0100 Subject: [PATCH] Update config.json --- guacamole-client/config.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/guacamole-client/config.json b/guacamole-client/config.json index f114875..4b5d606 100644 --- a/guacamole-client/config.json +++ b/guacamole-client/config.json @@ -24,6 +24,10 @@ "ports_description": { "8080/tcp": "Web interface (Not required for Home Assistant Ingress)" }, + "map": [ + "ssl:ro", + "config:rw" + ], "schema": { "certfile": "str?", "keyfile": "str?",