From c894c8370e317a1698544b8f9e809dd30191fe9a Mon Sep 17 00:00:00 2001 From: bunkerity Date: Tue, 29 Jun 2021 16:00:47 +0200 Subject: [PATCH] authelia - add variables to settings.json --- settings.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/settings.json b/settings.json index a376333..5998f10 100644 --- a/settings.json +++ b/settings.json @@ -58,6 +58,38 @@ } ] }, + "Authelia": { + "id": "authelia", + "params": [ + { + "context": "multisite", + "default": "no", + "env": "USE_AUTHELIA", + "id": "use-authelia", + "label": "Use authelia", + "regex": "^(yes|no)$", + "type": "checkbox" + }, + { + "context": "multisite", + "default": "", + "env": "AUTHELIA_BACKEND", + "id": "authelia-backend", + "label": "Address of the authelia backend", + "regex": ".*", + "type": "text" + }, + { + "context": "multisite", + "default": "", + "env": "AUTHELIA_UPSTREAM", + "id": "authelia-upstream", + "label": "Address of the authelia upstream", + "regex": ".*", + "type": "text" + } + ] + }, "Basic auth": { "id": "auth-basic", "params": [