Skip to content

sreknob/plexconnect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a Dockerfile setup for PlexConnect - https://github.com/iBaa/PlexConnect

To run:

docker run -d --host="name" --name="plexconnect" -v /path/to/plexconnect/ssl:/opt/plexconnect/assets/certificates:rw -v /etc/localtime:/etc/localtime:ro -p 80:80 sreknob/plexconnect

FIRST TIME USERS

** Docker now allows for bridged networking **

** Enable bridge networking and assign and IP address to avoid having to move unRAID ports **

** PlexConnect must listen on port 80 and port 443. So you must move the unRAID management interface to a new port. **

  1. Edit /boot/config/go
  2. Replace: /usr/local/sbin/emhttp &
  3. With: /usr/local/sbin/emhttp -p XX & (where XX equals the port)
  4. Shutdown your array
  5. Reboot unRAID

RETURNING USERS

Put your SSL certificates in /path/to/plexconnect/ssl if they do not exist the docker will generate them for you.

About

Docker for plexconnect

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 54.5%
  • Dockerfile 45.5%