Changed wettys port to 3001, gave recept.gynter.se basic_auth and updated basic_auth handling

This commit is contained in:
2026-04-13 14:34:02 +02:00
parent c325a4b023
commit 7c7cf1bd02
+8 -4
View File
@@ -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) ===