replace nforwardauth with authelia #231

Merged
mg merged 45 commits from authelia into master 2024-11-10 12:53:46 +01:00
3 changed files with 14 additions and 0 deletions
Showing only changes of commit 9d16f50ed9 - Show all commits

View file

@ -49,3 +49,8 @@ notifier:
#password: ""
address: postfix:25
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

View file

@ -35,6 +35,7 @@ services:
TZ: Europe/Berlin
volumes:
- ./configuration.yml:/config/configuration.yml
- ./users_database.yml:/config/users_database.yml
- authelia_data:/data
labels:
traefik.enable: true'

View 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