mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-10 12:51:28 +07:00
Fix incorrect authelia values
This commit is contained in:
parent
5765d864d2
commit
084a96abca
@ -3,7 +3,7 @@ authelia:
|
|||||||
pod:
|
pod:
|
||||||
kind: StatefulSet
|
kind: StatefulSet
|
||||||
configMap:
|
configMap:
|
||||||
server:
|
authentication_backend:
|
||||||
ldap:
|
ldap:
|
||||||
enabled: false
|
enabled: false
|
||||||
file:
|
file:
|
||||||
@ -11,12 +11,15 @@ authelia:
|
|||||||
password:
|
password:
|
||||||
algorithm: sha512
|
algorithm: sha512
|
||||||
iterations: 100000
|
iterations: 100000
|
||||||
|
session:
|
||||||
redis:
|
redis:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
storage:
|
||||||
local:
|
local:
|
||||||
enabled: true
|
enabled: true
|
||||||
postgres:
|
postgres:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
notifier:
|
||||||
filesystem:
|
filesystem:
|
||||||
enabled: true
|
enabled: true
|
||||||
smtp:
|
smtp:
|
||||||
|
Loading…
Reference in New Issue
Block a user