Tiny script which sends pushover notifications for Plex server events.
322
Tiny script which sends pushover notifications for plex server events.
You'll need node.js to run this.
git clone https://github.com/sebbo2002/plex-notifications.git
cd ./plex-notifications
npm install
PUSHOVER_TOKEN=*** PUSHOVER_USER=*** npm start
You can also use the docker container to run this script:
docker run -p 8888 -e 'PUSHOVER_TOKEN=***' -e 'PUSHOVER_USER=***' sebbo2002/plex-notifications
Use environment variables to set your pushover credentials:
Content type
Image
Digest
Size
39.8 MB
Last updated
over 7 years ago
docker pull sebbo2002/plex-notifications