user
This commit is contained in:
parent
027d36ae2a
commit
9d16f50ed9
3 changed files with 14 additions and 0 deletions
|
@ -49,3 +49,8 @@ notifier:
|
||||||
#password: ""
|
#password: ""
|
||||||
address: postfix:25
|
address: postfix:25
|
||||||
sender: no-reply-authelia@mgrote.net
|
sender: no-reply-authelia@mgrote.net
|
||||||
|
|
||||||
|
#mg@docker10 /docker/wiki
|
||||||
|
#> docker run --rm -it authelia/authelia:4 authelia crypto hash generate
|
||||||
|
#Digest: $argon2id$v=19$m=65536,t=3,p=4$QFNGrAPRPposUASpU2l4hw$pNthSP2DS1r2QoGT0k3QpU28vbsty6dNemTI+hJhPec
|
||||||
|
# == hallowelt
|
||||||
|
|
|
@ -35,6 +35,7 @@ services:
|
||||||
TZ: Europe/Berlin
|
TZ: Europe/Berlin
|
||||||
volumes:
|
volumes:
|
||||||
- ./configuration.yml:/config/configuration.yml
|
- ./configuration.yml:/config/configuration.yml
|
||||||
|
- ./users_database.yml:/config/users_database.yml
|
||||||
- authelia_data:/data
|
- authelia_data:/data
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true'
|
traefik.enable: true'
|
||||||
|
|
8
docker-compose/traefik/users_database.yml
Normal file
8
docker-compose/traefik/users_database.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
users:
|
||||||
|
authelia:
|
||||||
|
displayname: "mg"
|
||||||
|
password: "$argon2id$v=19$m=65536,t=3,p=4$QFNGrAPRPposUASpU2l4hw$pNthSP2DS1r2QoGT0k3QpU28vbsty6dNemTI+hJhPec"
|
||||||
|
email: michael.grote@posteo.de
|
||||||
|
groups:
|
||||||
|
- admins
|
Loading…
Reference in a new issue