Skip to content

Plex Media Server Docker repo, with rclone mount support

Notifications You must be signed in to change notification settings

zelik888/docker-plex-rclone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation


Information:

More information can be found here: https://github.com/plexinc/pms-docker

This fork adds the possibility to mount a rclone mount to plex directly. It is running rclone version 1.44 so it supports the new caching function.


Requirements

  • Fuse must be installed on host

Run example:

docker run \
-d \
--name plex \
--network=host \
--cap-add SYS_ADMIN \
--privileged \
--device /dev/fuse \
-e TZ="<timezone>" \
-e PLEX_CLAIM="<claimToken>" \
-e RCLONE_MOUNT_CONFIG="<path we would like to mount from rclone config>" \
-e RCLONE_MOUNT_ARGUMENTS="<rclone arguments>" \
-v <path/to/plex/database>:/config \
-v <path/to/transcode/temp>:/transcode \
-p 32400:32400/tcp \
-p 3005:3005/tcp \
-p 8324:8324/tcp \
-p 32469:32469/tcp \
-p 1900:1900/udp \
-p 32410:32410/udp \
-p 32412:32412/udp \
-p 32413:32413/udp \
-p 32414:32414/udp \
robostlund/plex-rclone:latest

About

Plex Media Server Docker repo, with rclone mount support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.9%
  • Dockerfile 29.1%