gristlabs_grist-core/docker-compose-examples/grist-traefik-basic-auth/configs/traefik-dynamic-config.yml

13 lines
544 B
YAML
Raw Normal View History

2024-07-23 12:54:25 +00:00
http:
# Declaring the user list
middlewares:
grist-basic-auth:
basicAuth:
# The header that Grist will listen for authenticated usernames on.
headerField: "X-Forwarded-User"
# This is the list of users, in the format username:password.
# Passwords can be created using `htpasswd`
# E.g: `htpasswd -nB test@example.org`
users:
# The default username is "test@example.org". The default password is "test".
- "test@example.org:$apr1$H6uskkkW$IgXLP6ewTrSuBkTrqE8wj/"