traefik/config/traefik.toml

50 lines
1.1 KiB
TOML

[api]
debug = false
dashboard = true
logLevel = "DEBUG"
defaultEntryPoints = ["https", "http"]
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
[entryPoints.http.auth.basic]
users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
[entryPoints.https]
address = ":443"
[entryPoints.https.auth.basic]
users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"]
[entryPoints.https.tls]
[retry]
[docker]
endpoint = "unix:///var/run/docker.sock"
domain = "uvnsvdjwhkosuuub.myfritz.net"
watch = true
exposedByDefault = false
[acme]
email = "regs@mcseeno.de"
storage = "acme.json"
entryPoint = "https"
onHostRule = true
# [[acme.domains]]
# main = "uvnsvdjwhkosuuub.myfritz.net"
[acme.httpChallenge]
entryPoint = "http"
[frontends]
[frontends.dokuwiki]
backend = "dokuwiki"
[frontends.dokuwiki.routes.wiki]
rule = "Host:localhost,192.168.2.79,uvnsvdjwhkosuuub.myfritz.net;Path:/wiki"
[backends]
[backends.dokuwiki]
[backends.dokuwiki.servers.wiki]
url = "http://172.17.0.2:80"