From 805acd4e16fa351ba994f212ecd2cb0002595897 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 19 Sep 2022 10:50:44 +0200 Subject: [PATCH] Adapt default domain --- gitea/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gitea/config.json b/gitea/config.json index 04e687b99..7d5ebf17a 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -14,7 +14,8 @@ "options": { "certfile": "fullchain.pem", "keyfile": "privkey.pem", - "ssl": false + "ssl": false, + "DOMAIN": "homeassistant.local" }, "ports": { "22/tcp": 2222, @@ -29,7 +30,7 @@ "keyfile": "str", "ssl": "bool", "APP_NAME": "str?", - "DOMAIN": "str?", + "DOMAIN": "str", "ROOT_URL": "str?" }, "slug": "gitea",