From a9528c848c5a566128332aa27803a43f9b897e15 Mon Sep 17 00:00:00 2001 From: Czechman Date: Fri, 22 Oct 2021 01:45:37 +0200 Subject: [PATCH] alte TOML Version wieder hergestellt --- config/traefik.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/traefik.toml b/config/traefik.toml index 20eaf60..d10ac02 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -59,6 +59,8 @@ 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] @@ -68,9 +70,11 @@ storage = "acme.json" entryPoint = "https" onHostRule = true [acme.httpChallenge] -entryPoint = "http" +entryPoint = "https" [[acme.domains]] main = "czechman.dynvpn.de" + [[acme.domains]] + main = "local" #[retry]