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/ -v /etc/localtime:/etc/localtime:ro -p 80:80 needo/plexconnect
** PlexConnect must listen on port 80 and port 443. So you must move the unRAID management interface to a new port. **
Put your SSL certificates in /path/to/plexconnect/ssl if they do not exist the docker will generate them for you.
If you would like to run the latest updates from the master branch run:
docker run -d --host="name" --name="plexconnect" -v /path/to/plexconnect/ssl:/opt/plexconnect/assets/certificates/ -v /etc/localtime:/etc/localtime:ro -e EDGE=1 -p 80:80 needo/plexconnect
Content type
Image
Digest
sha256:11608c0c5…
Size
146.4 MB
Last updated
almost 11 years ago
docker pull needo/plexconnect