The documentation of the original project is available at this address: https://github.com/SpaceK33z/plex-tvtime-webhook
- clone the project
- create a directory named
confto the root of the project - copy
.env.exampletoconf/.env.Fill out thePORTandPLEX_USER - the fisrt time, launch
docker-composecommand without-dto see logs in console (and see the code to paste in the web page and the URL). Or use thedocker-compose logscommand - authorize the app to access to your tv-time account (see the official doc)
- create a webhook in Plex : Plex pass required ; see the how to do it here
- next time, you can launch
$ docker-compose up -d