Compare commits
5 Commits
38175f0401
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cc579992e | |||
| bd3d594a9b | |||
| 751a1fe075 | |||
| 0d106836db | |||
| 2bc7969467 |
+8
-6
@@ -25,14 +25,11 @@ test.gynther.se {
|
|||||||
reverse_proxy recipe-flutter:5000
|
reverse_proxy recipe-flutter:5000
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
nzbget.gynther.se {
|
nzbget.gynther.se {
|
||||||
import common
|
import common
|
||||||
reverse_proxy http://192.168.50.4:6789
|
reverse_proxy http://192.168.50.4:6789
|
||||||
}
|
}
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> 0f6813d (Update Caddyfile routes and auth import)
|
|
||||||
prowlarr.gynther.se {
|
prowlarr.gynther.se {
|
||||||
import common
|
import common
|
||||||
reverse_proxy http://prowlarr:9696
|
reverse_proxy http://prowlarr:9696
|
||||||
@@ -61,7 +58,7 @@ wetty.gynther.se {
|
|||||||
import auth
|
import auth
|
||||||
import common
|
import common
|
||||||
redir / /wetty
|
redir / /wetty
|
||||||
reverse_proxy wetty:3001
|
reverse_proxy wetty:3003
|
||||||
}
|
}
|
||||||
|
|
||||||
gitea.gynther.se {
|
gitea.gynther.se {
|
||||||
@@ -79,7 +76,12 @@ import.gynther.se {
|
|||||||
@blocked path_regexp ^/(\.env|\.git|wp-login|robots\.txt|api/graphql|actuator/env|\.DS_Store|file6\.php|wp-.*\.php)$
|
@blocked path_regexp ^/(\.env|\.git|wp-login|robots\.txt|api/graphql|actuator/env|\.DS_Store|file6\.php|wp-.*\.php)$
|
||||||
respond @blocked 403
|
respond @blocked 403
|
||||||
|
|
||||||
reverse_proxy recipe-import-service:3000
|
# Lägg till en standard-sida för /
|
||||||
|
handle / {
|
||||||
|
respond "Welcome to Import Service" 200
|
||||||
|
}
|
||||||
|
|
||||||
|
reverse_proxy importer-api:3001
|
||||||
}
|
}
|
||||||
|
|
||||||
# ============================================
|
# ============================================
|
||||||
@@ -91,7 +93,7 @@ recept.gynther.se {
|
|||||||
# === IMPORT SERVICE (Document Converter) ===
|
# === IMPORT SERVICE (Document Converter) ===
|
||||||
# Dessa endpoints måste komma FÖRST innan backend reglerna!
|
# Dessa endpoints måste komma FÖRST innan backend reglerna!
|
||||||
handle /api/recipes/import* {
|
handle /api/recipes/import* {
|
||||||
reverse_proxy recipe-import-service:3000
|
reverse_proxy importer-api:3001
|
||||||
}
|
}
|
||||||
|
|
||||||
# === RECIPE FRONTEND PROXY ENDPOINTS ===
|
# === RECIPE FRONTEND PROXY ENDPOINTS ===
|
||||||
|
|||||||
Reference in New Issue
Block a user