Sign inSign up

sebbo2002/plex-notifications

By sebbo2002

Updated over 7 years ago

Tiny script which sends pushover notifications for Plex server events.

Image
0

322

sebbo2002/plex-notifications repository overview

plex-notifications

License Status

Tiny script which sends pushover notifications for plex server events.

Installation
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
Configuration

Use environment variables to set your pushover credentials:

PORT Server port, defaults to 8888
PUSHOVER_TOKEN Your pushover token. You can get yours here.
PUSHOVER_USER Your pushover user token. You can get yours here.

Tag summary

Content type

Image

Digest

Size

39.8 MB

Last updated

over 7 years ago

docker pull sebbo2002/plex-notifications