Skip to content

Dockerize a webhook for Plex that marks your watched TV shows automatically on TVTime.com

Notifications You must be signed in to change notification settings

bigornoo/plex-tvtime-webhook

 
 

Repository files navigation

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

About

Dockerize a webhook for Plex that marks your watched TV shows automatically on TVTime.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.6%
  • Shell 30.5%
  • Dockerfile 4.9%