Add n8n webhook bypass rules

This commit is contained in:
Uriel Coria
2025-08-03 02:09:29 -06:00
committed by GitHub
parent 70f4ca15b9
commit 1014cb8eec

View File

@@ -122,6 +122,7 @@ This table compiles paths that need to be allowed for various apps to work with
| Gotify | `/version`<br />`/message`<br />`/application`<br />`/client`<br />`/stream`<br />`/plugin`<br />`/health` |
| **Home Automation** | |
| Home Assistant | `/api/*`<br />`/auth/*`<br />`/frontend_latest/*`<br />`/lovelace*`<br />`/static/*`<br />`/hacsfile/*`<br />`/local/*` |
| n8n | `/webhook-test/*/webhook`<br />`/webhook/*/webhook` |
| **Project Management** | |
| Jetbrains Youtrack | `/api/*`<br />`/hub/api/*`<br /> |