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:
parent
b5b31785b8
commit
b3f71d566e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue