Remove deprecated deploy workflow, update README with new features and service URLs, delete unused alertmanager and prometheus configurations, refactor Authelia configuration for improved security and functionality, add Gitea and Beszel services, and enhance health checks across services.
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
---
|
||||
# Authelia users database
|
||||
# This is a simple file-based user database for testing
|
||||
# This is a simple file-based user database
|
||||
#
|
||||
# To generate a new password hash, run:
|
||||
# docker run --rm authelia/authelia:latest authelia crypto hash generate argon2 --password 'YOUR_PASSWORD'
|
||||
#
|
||||
# IMPORTANT: Change the default password before production use!
|
||||
|
||||
users:
|
||||
admin:
|
||||
displayname: "Administrator"
|
||||
password: "$argon2id$v=19$m=65536,t=3,p=4$abcdefghijklmnopqrstuvwx$abcdefghijklmnopqrstuvwxabcdefghijklmnopqrstuvwx" # Dummy hash for 'password'
|
||||
email: admin@example.com
|
||||
groups: []
|
||||
# Default password: "Admin@123456" - CHANGE THIS!
|
||||
password: "$argon2id$v=19$m=65536,t=3,p=4$O1Qjq7AB4/xJ7Qk1dUqp/g$PhVqFWEqyQTJeSnCeiCC3lrcWcpw37kYttw4Xh/qUsk"
|
||||
email: admin@3launchpad.com
|
||||
groups:
|
||||
- admins
|
||||
Reference in New Issue
Block a user