From 0bd29df0408ba85851739ab314c13d28fe2c8d4b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 18 Sep 2022 15:32:36 +0200 Subject: [PATCH] Adapt config --- gitea/config.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/gitea/config.json b/gitea/config.json index d9730f44e..04e687b99 100644 --- a/gitea/config.json +++ b/gitea/config.json @@ -14,10 +14,7 @@ "options": { "certfile": "fullchain.pem", "keyfile": "privkey.pem", - "ssl": false, - "SITE_TITLE": "Gitea: Git with a cup of tea", - "SERVER_DOMAIN": "localhost", - "BASE_URL": "http://localhost:3000/" + "ssl": false }, "ports": { "22/tcp": 2222, @@ -31,9 +28,9 @@ "certfile": "str", "keyfile": "str", "ssl": "bool", - "SITE_TITLE": "str", - "SERVER_DOMAIN": "str", - "BASE_URL": "str" + "APP_NAME": "str?", + "DOMAIN": "str?", + "ROOT_URL": "str?" }, "slug": "gitea", "url": "https://github.com/baldarn/hassio-addons/tree/master/gitea",