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)
|
#(simpleAuth)
|
||||||
|
(auth) {
|
||||||
|
basic_auth {
|
||||||
|
admin $2a$14$DahHUWD2cKyXJ96sH5VQwuQv1bqmIn0gsdoSaw4mofzfdNY2Y0VsO
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
(common) {
|
(common) {
|
||||||
encode gzip zstd
|
encode gzip zstd
|
||||||
@@ -42,12 +47,10 @@ qbittorrent.gynther.se {
|
|||||||
}
|
}
|
||||||
|
|
||||||
wetty.gynther.se {
|
wetty.gynther.se {
|
||||||
|
import auth
|
||||||
import common
|
import common
|
||||||
basic_auth {
|
|
||||||
admin $2a$14$DahHUWD2cKyXJ96sH5VQwuQv1bqmIn0gsdoSaw4mofzfdNY2Y0VsO
|
|
||||||
}
|
|
||||||
redir / /wetty
|
redir / /wetty
|
||||||
reverse_proxy wetty:3000
|
reverse_proxy wetty:3001
|
||||||
}
|
}
|
||||||
|
|
||||||
portainer.gynther.se {
|
portainer.gynther.se {
|
||||||
@@ -71,6 +74,7 @@ import.gynther.se {
|
|||||||
# RECIPE APP + IMPORT SERVICE
|
# RECIPE APP + IMPORT SERVICE
|
||||||
# ============================================
|
# ============================================
|
||||||
recept.gynther.se {
|
recept.gynther.se {
|
||||||
|
import auth
|
||||||
import common
|
import common
|
||||||
|
|
||||||
# === IMPORT SERVICE (Document Converter) ===
|
# === IMPORT SERVICE (Document Converter) ===
|
||||||
|
|||||||
Reference in New Issue
Block a user