jellyfin-notification-webhook/hooks.json

13 lines
218 B
JSON

[
{
"id": "jellyfin-receive",
"execute-command": "jellyfin",
"command-working-directory": "/var/webhook",
"pass-arguments-to-command": [
{
"source": "entire-payload"
}
]
}
]