Sync Plex history with TVTime
Install dependencies
npm install
Run project
npm start
Update src\config.ts
with your own configuration or use environment variable
Build docker image
docker build -t plextvtimesync .
Run image
docker run -d -e TVTIME_SYMFONY=YOUR_KEY -e TVTIME_TVST_REMEMBER=YOUR_KEY -e PLEX_BASE_URL=http://YOUR_BASE_URL -e PLEX_TOKEN=YOUR_TOKEN --name plextvtimesync plextvtimesync