diff --git a/config/traefik.toml b/config/traefik.toml index 8b60473..585fc75 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -47,6 +47,7 @@ # [backends.dokuwiki.servers.wiki] # url = "http://172.17.0.2:80" +[api] debug = false dashboard = true logLevel = "DEBUG" @@ -62,6 +63,13 @@ defaultEntryPoints = ["https","http"] [entryPoints.https] address = ":443" [entryPoints.https.tls] +[acme] +email = "ddns@mcseeno.de" +storage = "acme.json" +entryPoint = "https" +onHostRule = true +[acme.httpChallenge] +entryPoint = "http" [retry] @@ -71,10 +79,3 @@ domain = "czechman.dynvpn.de" watch = true exposedByDefault = false -[acme] -email = "ddns@mcseeno.de" -storage = "acme.json" -entryPoint = "https" -onHostRule = true -[acme.httpChallenge] -entryPoint = "http"