authelia works

This commit is contained in:
2021-10-19 13:35:23 +02:00
parent aa44e55363
commit a46743bc96
2 changed files with 8 additions and 8 deletions

View File

@@ -70,13 +70,13 @@ server:
##
log:
## Level of verbosity for logs: info, debug, trace.
level: debug
level: info
## Format the logs are written as: json, text.
format: text
## File path where the logs will be written. If not set logs are written to stdout.
file_path: /config-nfs/authelia.log
file_path: "" #/config-nfs/authelia.log
## Whether to also log to stdout when a log_file_path is defined.
# keep_stdout: false
@@ -241,12 +241,13 @@ authentication_backend:
file:
path: /config-nfs/users_database.yml
password:
algorithm: argon2id
iterations: 1
key_length: 32
algorithm: sha512
salt_length: 16
memory: 1024
parallelism: 8
#algorithm: argon2id
#iterations: 1
#key_length: 32
#memory: 32
#parallelism: 4
##
## Access Control Configuration
##

View File

@@ -24,7 +24,6 @@ spec:
containers:
- name: authelia
image: authelia/authelia:latest
imagePullPolicy: IfNotPresent
env:
#- name: AUTHELIA_SERVER_PORT
# value: "9091"