Initial authelia 4.39.20 package
- Base + service (native binary), container (rootless quadlet), postgresql and redis subpackages - Fixed UID/GID 126 for the authelia user - Rootless pod publishing 127.0.0.1:9091; db and redis join the pod (container) or publish on localhost (service) - Container images pinned by digest - Native -service subpackage built conditionally (--without service)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
###
|
||||
# File-based user database.
|
||||
# https://www.authelia.com/reference/guides/passwords/
|
||||
#
|
||||
# Generate password hashes with:
|
||||
# authelia crypto hash generate argon2
|
||||
# (container install:
|
||||
# sudo -u authelia podman exec -it authelia authelia crypto hash generate argon2)
|
||||
###
|
||||
|
||||
users: {}
|
||||
# admin:
|
||||
# displayname: 'Administrator'
|
||||
# password: '$argon2id$v=19$m=65536,t=3,p=4$CHANGE_ME'
|
||||
# email: 'admin@example.com'
|
||||
# groups:
|
||||
# - 'admins'
|
||||
Reference in New Issue
Block a user