From 4e24905cdf35965be37a59bc03c86d809511cb25 Mon Sep 17 00:00:00 2001 From: MatthiasCzech Date: Sun, 3 Feb 2019 15:30:13 +0100 Subject: [PATCH] =?UTF-8?q?auth=20eingef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/traefik.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/traefik.toml b/config/traefik.toml index b358aef..fa92766 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -57,6 +57,8 @@ defaultEntryPoints = ["https","http"] address = ":80" [entryPoints.http.redirect] entryPoint = "https" + [entryPoints.http.auth.basic] + users = ["McSeeno:$2y$13$maYBYazCRDGmcKdSy/QA0eWBUEIpobxcUy.z68fnifcpoCqWm18wW"] [entryPoints.https] address = ":443" [entryPoints.https.tls]