sebbo2002/plex-notifications
Tiny script which sends pushover notifications for Plex server events.
71
Tiny script which sends pushover notifications for plex server events.
Directly
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
Docker
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:
docker pull sebbo2002/plex-notifications