Merge pull request #1 from radiotaiso/main

Add n8n webhook bypass rules
This commit is contained in:
Milo Schwartz
2025-08-03 17:01:03 -04:00
committed by GitHub

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 /> |