From d2f8926f43c05554019f5a295e4b9820da21d91f Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 25 Jan 2026 12:59:31 +0200 Subject: [PATCH] Cleaned caddyfile + added mullvad browser server on web.mycloudhaus.xyz --- Caddyfile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/Caddyfile b/Caddyfile index 456c3ed..57956e7 100644 --- a/Caddyfile +++ b/Caddyfile @@ -47,6 +47,16 @@ sync.mycloudhaus.xyz { } } +web.mycloudhaus.xyz { + route { + crowdsec + basic_auth { + theo $2a$14$mJszfW/9Pay63RdHY7Om1e0VdYaCWwP5QnpzdM7oCbrCnYQzB8.bS + } + reverse_proxy 10.0.0.2:8000 + } +} + notes.mycloudhaus.xyz { route { crowdsec @@ -56,8 +66,6 @@ notes.mycloudhaus.xyz { reverse_proxy 127.0.0.1:3050 { header_up Host {host} header_up X-Real-IP {remote_host} - header_up X-Forwarded-For {remote_host} - header_up X-Forwarded-Proto {scheme} } } }