From b3f71d566e4b83fafb3dc71622ad228daa51d744 Mon Sep 17 00:00:00 2001 From: Cyb3rzombie Date: Sat, 15 Oct 2022 13:02:54 +0200 Subject: [PATCH] feat(authelia): add auto theme and log file options (#4032) * add log file path * add theme option auto * increase version * fix theme questions * Update charts/stable/authelia/questions.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/stable/authelia/questions.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> * Update charts/stable/authelia/questions.yaml Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> --- charts/stable/authelia/questions.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/stable/authelia/questions.yaml b/charts/stable/authelia/questions.yaml index ea961d41afb..c078419eacb 100644 --- a/charts/stable/authelia/questions.yaml +++ b/charts/stable/authelia/questions.yaml @@ -33,10 +33,12 @@ questions: label: "Theme" schema: type: string - default: "light" + default: "auto" enum: + - value: "auto" + description: "auto" - value: "light" - description: "info" + description: "light" - value: "grey" description: "grey" - value: "dark"