diff --git a/config/traefik.toml b/config/traefik.toml index e95a82a..ae36b39 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -59,14 +59,9 @@ dashboard = true [entryPoints.http.redirect] entryPoint = "https" permanent = true -# [entryPoints.https.auth.basic] -# users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] [entryPoints.https] address = ":443" [entryPoints.https.tls] -# [entryPoints.https.tls.defaultCertificate] -# certFile = "integration/fixtures/https/cert.crt" -# keyFile = "integration/fixtures/https/cert.key" [acme] email = "ddns@mcseeno.de"