debug = false logLevel = "INFO" defaultEntryPoints = ["http","https"] ################################################################ # Web configuration backend ################################################################ [api] entryPoint = "traefik" dashboard = true debug = true [web] address = ":8080" [web.auth.basic] users = ["toto:$2y$05$zNs3wc5UPB4su8vbFugVPuKEaLJXMf5Z.9hAI1ulJpBbhbBprfppO"] [entryPoints] [entryPoints.http] address = ":80" [entryPoints.http.redirect] entryPoint = "https" [entryPoints.https] address = ":443" [entryPoints.https.tls] [docker] endpoint = "unix:///var/run/docker.sock" domain = "deromemont.com" watch = true exposedByDefault = false [acme] email = "charles@deromemont.com" storage = "acme.json" #caServer = "https://acme-staging-v02.api.letsencrypt.org/directory" entryPoint = "https" onHostRule = true [acme.httpChallenge] entryPoint = "http" [[acme.domains]] main = "deromemont.com" [[acme.domains]] main = "smartcity.io"