From 194fee9714ccf4fa3e7a2790a4b1ad9da916a595 Mon Sep 17 00:00:00 2001 From: kenny Date: Fri, 30 Jan 2026 20:31:54 +0200 Subject: [PATCH] Removed basic auth to office.mycloudhaus.xyz: making it public and listing it officially --- Caddyfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Caddyfile b/Caddyfile index fb690be..7c9ddb4 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 } }