sebbo2002/plex-notifications

By sebbo2002

Updated about 6 years ago

Tiny script which sends pushover notifications for Plex server events.

Image

71

plex-notifications

LicenseStatus

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.

Docker Pull Command

docker pull sebbo2002/plex-notifications