Clarify webhook URL
This commit is contained in:
parent
db1606d667
commit
79fa0412ea
|
@ -16,7 +16,7 @@ While there is a generic webhook plugin for Jellyfin, editing and troubleshootin
|
|||
2. In Jellyfin, install the Webhook notification plugin.
|
||||
3. Restart Jellyfin.
|
||||
4. Navigate to the plugin configuration page and click on `Add Generic Destination`.
|
||||
5. Set webhook URL to whatever your `webhook` endpoint is.
|
||||
5. Set webhook URL to: `$WEBHOOK_URL/hooks/jellyfin-receive` (this hook ID is set in `hooks.json`).
|
||||
6. Check these `Notification Type`:
|
||||
- Authentication Failure
|
||||
- Item Added
|
||||
|
|
Loading…
Reference in New Issue