From 654247cb65f4b959d22ec7129e067a1ae9ef6f6d Mon Sep 17 00:00:00 2001 From: kenny Date: Fri, 30 Jan 2026 20:16:29 +0200 Subject: [PATCH] Added basic auth to office.mycloudhaus.xyz --- Caddyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Caddyfile b/Caddyfile index 7c9ddb4..fb690be 100644 --- a/Caddyfile +++ b/Caddyfile @@ -44,9 +44,9 @@ tools.mycloudhaus.xyz { office.mycloudhaus.xyz { route { crowdsec - #basic_auth { - # theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS - # } + basic_auth { + theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS + } reverse_proxy 10.0.0.1:3033 } }