From b5a27a4ca720f1a770ca4eb2576d730da8994433 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 5 Oct 2021 20:39:28 +0200 Subject: [PATCH] Update config.json --- joplin/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joplin/config.json b/joplin/config.json index 10b63f336..4d0bd8a80 100644 --- a/joplin/config.json +++ b/joplin/config.json @@ -5,7 +5,7 @@ "slug": "joplin", "description": "Self-hosted open source note-taking application", "url": "https://github.com/alexbelgium/hassio-addons", - "webui": "http://[HOST]:[PORT:22300]", + "webui": "[PROTO:ssl]://[HOST]:[PORT:22300]", "ports": { "22300/tcp": 22300 },