diff --git a/config/traefik.toml b/config/traefik.toml index 2116930..f10a665 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -59,8 +59,8 @@ dashboard = true [entryPoints.http.redirect] entryPoint = "https" permanent = true - [entryPoints.https.auth.basic] - users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] +# [entryPoints.https.auth.basic] +# users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] [entryPoints.https] address = ":443" [entryPoints.https.tls]