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) ===