Changed wettys port to 3001, gave recept.gynter.se basic_auth and updated basic_auth handling
This commit is contained in:
+8
-4
@@ -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) ===
|
||||
|
||||
Reference in New Issue
Block a user