Inital Upload of original Source
This commit is contained in:
parent
40fd9a3f5a
commit
8458b1774c
9 changed files with 127 additions and 2 deletions
29
README.md
29
README.md
|
|
@ -1,2 +1,27 @@
|
|||
# plexmediaserver
|
||||
The linuxserver.io version of plexmediaserver (built from lonix's original)
|
||||
lonix/plex
|
||||
=============
|
||||
plexp. with or without plexpass to run the latest edition
|
||||
|
||||
|
||||
sample command:
|
||||
```
|
||||
docker run -d --name=plex --net=host -v /etc/localtime:/etc/localtime:ro -v <path to plex library>:/config -v <path to media>:/data -e PUID=996 -e PGID=996 -e PLEXPASS=1 -p 32400:32400 lonix/plex:1.2
|
||||
```
|
||||
|
||||
You need to map
|
||||
* --net=host for streaming to work.
|
||||
* Port 32400 for plex web-app.
|
||||
* Mount /config for plex config files.
|
||||
* Mount /data for plex media files
|
||||
* Mount /etc/localhost for timesync (Not required)
|
||||
* PLEXPASS set to 1 for Plexpass version, UNSET for Public
|
||||
* GUID and GPID set toyou local plex user group (you may need to create a user on the host (named plex))
|
||||
|
||||
|
||||
This container will update plex on each launch (if update found). It is based on phusion-baseimage with ssh removed. (use nsenter).
|
||||
If the app does not update to the latest version, i need to update a file on server, msg me at <lonixx@gmail.com>
|
||||
|
||||
**Credits**
|
||||
* needo <needo@superhero.org>
|
||||
* Eric Schultz <eric@startuperic.com>
|
||||
* Tim Haak <tim@haak.co.uk>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue