authelia-api/docker/users_database.yml
root 0d86609798 Add Docker container combining Authelia + Authelia-API
- Multi-stage Dockerfile (Authelia v4.39.20 + authelia-api binary)
- Entrypoint script with bootstrap, health monitoring, graceful shutdown
- docker-compose.yml for volume-based deployment
- Example config and user DB placeholder
- README updated with Docker deployment docs
2026-06-24 18:54:27 +00:00

14 lines
311 B
YAML

# Authelia Users Database
# ========================
# This file is managed by Authelia-API.
# Manual edits will be overwritten on next sync.
#
# Format:
# users:
# <username>:
# displayname: "<Display Name>"
# password: "<bcrypt hash>"
# email: "<email>"
# groups: []
#
users: {}