Files
authschwenkonline/config/users_database.yml.example
Frank Schwenk 56edcd6fa8 refactor: use filesystem notifier instead of SMTP
Solo-admin setup; enrollment codes in config/notification.txt. Drop 0012 SMTP/secret files.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-01 11:02:40 +02:00

15 lines
453 B
Plaintext

---
# Copy to users_database.yml on the server and replace the password hash.
# Generate hash:
# docker run --rm authelia/authelia:4.39 authelia crypto hash generate argon2 --password 'YOUR_PASSWORD'
#
# email: placeholder (filesystem notifier — no real mailbox required)
users:
frank:
displayname: 'Fränky'
password: '$argon2id$v=19$m=65536,t=3,p=4$REPLACE_WITH_REAL_HASH'
email: 'frank@schwenk.online'
groups:
- 'admins'