Part of the Jellyfin Project
This plugin can send notifications to a range of personal devices via Slack when certain events happen on your server.
-
Clone this repository
-
Ensure you have .NET Core SDK set up and installed
-
Build the plugin with your favorite IDE or the
dotnet
command.
dotnet publish --configuration Release --output bin
- Place the resulting
Jellyfin.Plugin.Slack.dll
file in a folder calledplugins/
inside your Jellyfin data directory.