16 lines
307 B
YAML
Raw Normal View History

#http:
# routers:
# dashboard:
# entryPoints:
# - traefik
# rule: Host(`<IP>`)
# service: api@internal
## middlewares:
## - auth
## middlewares:
## auth:
## basicAuth:
## users:
## - "test:<password-hash>"
## - "test2:<password-hash>"