https://github.com/mastermindg/docker-plexremote
Plex Remote Transcoder Dockerized
https://github.com/mastermindg/docker-plexremote
Last synced: about 1 year ago
JSON representation
Plex Remote Transcoder Dockerized
- Host: GitHub
- URL: https://github.com/mastermindg/docker-plexremote
- Owner: mastermindg
- Created: 2016-05-16T15:12:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-16T15:16:07.000Z (about 10 years ago)
- Last Synced: 2025-04-03T10:37:18.240Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 12
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dockerizing Plex Remote Transcoder
## As a huge fan of Plex and it's community and huge fan of Docker and it's community I figure - why not combine these two awesome things ?!!
**Plex Remote Transcoder is here**:
https://github.com/wnielson/Plex-Remote-Transcoder
**Instructions for deploying to Ubuntu are here**:
https://github.com/wnielson/Plex-Remote-Transcoder/wiki/Ubuntu-Install
**Tim Haan's Plex Server container is here**:
https://github.com/timhaak/docker-plex
The initial goal would be to create a (relatively) simple container that abstracts Tim's container, adding requirements for PRT, and then build a second container for the slaves.
Here's the action-plan as I see it:
1. Setup NFS mount on Plex Server Host
2. Add Plex UID and GID for NFS on Host
3. Start Plex Server container mounting the config and data volumes from NFS
4. Setup NFS mount on PRT Slave Host
5. Add Plex UID and GID for NFS to match Host
6. Start PRT Slave container mounting the config and data volumes from NFS
Feel free to leave comments and/or suggestions here: