Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Migz93/docker-plex-sync

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Containers

Docker Version Docker Image Docker Pulls Docker Stars License MIT

plex-sync running in a container as a cron job.

Fork from https://github.com/patsissons/docker-plex-sync but with the node memory limit increased to 8GB for syncing larger libraries.

Usage

  • SECTION_MAPS is the important environment variable to set, it uses the same syntax that plex-sync uses, but allows multiple mappings to be configured by separating them with a | as shown in the example below.
  • CRON_SCHEDULE allows you to configure a non-default schedule to run the sync (default is every hour, 0 * * * *)
  • INITIAL_RUN will run plex-sync before starting cron if set to anything.
docker run -d -e SECTION_MAPS='xxxxxx@10.0.1.5/1 zzzzzz@10.0.1.10/3 | xxxx@10.0.1.6:32401/1,r https://yyyy@10.0.1.7/3,w zzzz@10.0.1.8/2,rw' -e CRON_SCHEDULE='*/5 * * * *' -e INITIAL_RUN=true miguel1993/plex-sync

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.3%
  • Dockerfile 42.7%