From 7c7cf1bd0291fc176ee4cc546ef01fe949392b9c Mon Sep 17 00:00:00 2001 From: nilsjohan Date: Mon, 13 Apr 2026 14:34:02 +0200 Subject: [PATCH] Changed wettys port to 3001, gave recept.gynter.se basic_auth and updated basic_auth handling --- conf/Caddyfile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/conf/Caddyfile b/conf/Caddyfile index 32f0b9c..7d88e95 100644 --- a/conf/Caddyfile +++ b/conf/Caddyfile @@ -1,4 +1,9 @@ #(simpleAuth) +(auth) { + basic_auth { + admin $2a$14$DahHUWD2cKyXJ96sH5VQwuQv1bqmIn0gsdoSaw4mofzfdNY2Y0VsO + } +} (common) { encode gzip zstd @@ -42,12 +47,10 @@ qbittorrent.gynther.se { } wetty.gynther.se { + import auth import common - basic_auth { - admin $2a$14$DahHUWD2cKyXJ96sH5VQwuQv1bqmIn0gsdoSaw4mofzfdNY2Y0VsO - } redir / /wetty - reverse_proxy wetty:3000 + reverse_proxy wetty:3001 } portainer.gynther.se { @@ -71,6 +74,7 @@ import.gynther.se { # RECIPE APP + IMPORT SERVICE # ============================================ recept.gynther.se { + import auth import common # === IMPORT SERVICE (Document Converter) ===