Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 801 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 801 Bytes

Plex TVTime Webhook : docker container

The documentation of the original project is available at this address: https://github.com/SpaceK33z/plex-tvtime-webhook

How this works

  • clone the project
  • create a directory named conf to the root of the project
  • copy .env.example to conf/.env. Fill out the PORT and PLEX_USER
  • the fisrt time, launch docker-compose command without -d to see logs in console (and see the code to paste in the web page and the URL). Or use the docker-compose logs command
  • 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