mirror of
https://github.com/runyanjake/olomana.git
synced 2025-10-04 21:27:29 -07:00
14 lines
327 B
TOML
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"
|
|
|