Skip to content

shemanaev/jellyfin-plugin-webhooks

Repository files navigation

Webhooks for Jellyfin

Supports couple of request formats:

  • Default - native Jellyfin payload
  • Get - simple GET requests for low memory devices like IoT
  • Plex - Plex-ish type of payload. Enough to scrobble on services like SIMKL

Installation

Add repository with my plugins from jellyfin-plugin-repo.

Debugging

Define JellyfinHome environment variable pointing to Jellyfin distribution to be able to run debug configuration. Included docker-compose.yml can be used to start webhook testing app on localhost:8084.