From 0768a0532c2046e9c16b57927347ae5fbe277574 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 12 Sep 2022 09:59:11 +0200 Subject: [PATCH] Adapt webui for ssl https://github.com/alexbelgium/hassio-addons/issues/474 --- gitea/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/config.json b/gitea/config.json index 7161aae6b..6cb635402 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -33,5 +33,5 @@ "slug": "gitea", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/gitea", "version": "1.17.2", - "webui": "http://[HOST]:[PORT:3000]" + "webui": "[PROTO:ssl]://[HOST]:[PORT:3000]" }