feat: configure n8n webhooks and update related documentation

This commit is contained in:
2026-05-17 23:01:57 +02:00
parent 387d2ba2ab
commit 44dbf6b93c
4 changed files with 167 additions and 2 deletions
+13
View File
@@ -120,3 +120,16 @@ services:
hide_groups_header: true
allow:
- admin
########################################
# n8n Webhooks (internal workflow triggers)
########################################
- name: n8n-webhooks
url: http://n8n:5678/
routes:
- name: n8n-webhooks-all
strip_path: false
paths:
- /webhook/
plugins:
- name: cors