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>
This commit is contained in:
Cyb3rzombie 2022-10-15 13:02:54 +02:00 committed by GitHub
parent b5b31785b8
commit b3f71d566e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -33,10 +33,12 @@ questions:
label: "Theme" label: "Theme"
schema: schema:
type: string type: string
default: "light" default: "auto"
enum: enum:
- value: "auto"
description: "auto"
- value: "light" - value: "light"
description: "info" description: "light"
- value: "grey" - value: "grey"
description: "grey" description: "grey"
- value: "dark" - value: "dark"