olomana/traefik/traefik-dynamic-BLANKED.toml
2023-02-10 21:36:14 +00:00

14 lines
327 B
TOML

# Whitney Traefik Dynamic Config
[http.middlewares.simpleAuth.basicAuth]
users = ["USER_REDACTED:$PASS$WORD_REDACTED"]
[http.routers.api]
rule = "Host(`monitor.whitney.rip`)"
entrypoints = "websecure"
middlewares = ["simpleAuth"]
service = "api@internal"
[http.routers.api.tls]
certResolver = "lets-encrypt"