diff --git a/config/traefik.toml b/config/traefik.toml index ad033b8..ff03078 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -46,31 +46,32 @@ # [backends.dokuwiki] # [backends.dokuwiki.servers.wiki] # url = "http://172.17.0.2:80" +debug = false +dashboard = true logLevel = "DEBUG" defaultEntryPoints = ["https","http"] [api] -debug = false -dashboard = true [entryPoints] [entryPoints.http] address = ":80" [entryPoints.http.redirect] entryPoint = "https" - permanent = true +# permanent = true # [entryPoints.https.auth.basic] # users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] [entryPoints.https] address = ":443" [entryPoints.https.tls] + [acme] email = "ddns@mcseeno.de" storage = "acme.json" entryPoint = "https" onHostRule = true [acme.httpChallenge] -entryPoint = "https" +entryPoint = "http" [[acme.domains]] main = "czechman.dynvpn.de"