Caddy hinzugefügt

This commit is contained in:
2026-03-23 15:51:09 +01:00
parent 1c6a78b1f2
commit c7a890f917
63 changed files with 15 additions and 1435 deletions
Executable → Regular
+13 -29
View File
@@ -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
}