- 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
14 lines
311 B
YAML
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: {}
|