Caddy hinzugefügt
This commit is contained in:
Executable → Regular
+13
-29
@@ -58,40 +58,19 @@ chatbot-app.hanold.online {
|
||||
reverse_proxy 192.168.178.215:9009
|
||||
}
|
||||
|
||||
## --- n8n (Webhook auf separatem Port) ---
|
||||
#n8n-app.hanold.online {
|
||||
# handle /webhook* {
|
||||
# reverse_proxy 192.168.178.183:64000
|
||||
# }
|
||||
# handle {
|
||||
# reverse_proxy 192.168.178.183:9789
|
||||
# }
|
||||
#}
|
||||
# --- n8n ---
|
||||
# --- n8n (Webhook auf separatem Port) ---
|
||||
n8n-app.hanold.online {
|
||||
handle /webhook* {
|
||||
@internal {
|
||||
remote_ip 192.168.178.0/24
|
||||
}
|
||||
reverse_proxy @internal 192.168.178.183:64000
|
||||
respond "Access denied" 403
|
||||
}
|
||||
handle {
|
||||
reverse_proxy 192.168.178.183:9789
|
||||
}
|
||||
handle /webhook* {
|
||||
reverse_proxy 192.168.178.183:64000
|
||||
}
|
||||
handle {
|
||||
reverse_proxy 192.168.178.183:9789
|
||||
}
|
||||
}
|
||||
|
||||
## --- Pulse ---
|
||||
#pulse-app.hanold.online {
|
||||
# reverse_proxy 192.168.178.183:9655
|
||||
#}
|
||||
|
||||
# --- Pulse ---
|
||||
pulse-app.hanold.online {
|
||||
reverse_proxy 192.168.178.183:9655 {
|
||||
header_up Host {host}
|
||||
header_up X-Real-IP {remote_host}
|
||||
}
|
||||
reverse_proxy 192.168.178.183:9655
|
||||
}
|
||||
|
||||
# --- Nextcloud (Collabora unter /coolwsd/) ---
|
||||
@@ -149,3 +128,8 @@ bs-test.hanold.online {
|
||||
web.bookstax.app {
|
||||
reverse_proxy 192.168.178.183:9100
|
||||
}
|
||||
|
||||
# --- DuckDNS Redirect (nur HTTP) ---
|
||||
http://re-route.duckdns.org {
|
||||
reverse_proxy 192.168.178.183:9080
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user