- Added compose files for core, infrastructure, and dashboards stacks - Added Traefik, Authelia, and DuckDNS configuration files - Added dockge.managed and dockge.url labels to all services - Updated Watchtower to latest version with DOCKER_API_VERSION=1.44 - Created comprehensive SSL certificate troubleshooting guide for DuckDNS issues
13 lines
418 B
YAML
13 lines
418 B
YAML
###############################################################
|
|
# Users Database #
|
|
###############################################################
|
|
|
|
users:
|
|
kelin:
|
|
displayname: "kelin"
|
|
password: "$argon2id$v=19$m=65536,t=3,p=4$GirJvw4ecHIr1nnM3ALpwg$7+XjPev3P7AwEveRw5yiq5OmsitXYQp5xR8AxWjDNbI"
|
|
email: kelinfoxy@gmail.com
|
|
groups:
|
|
- admins
|
|
- dev
|