Commit Graph

118 Commits

Author SHA1 Message Date
Kevin Lanni
76ccdc3a8e
Add notes for composing Docker for ARM 2020-05-28 14:53:16 -05:00
Nate
b8f67a0b3c
Stop plex service with the s6 supervisor (#53)
S6 will now send SIGTERM to the root Plex process as a part of the service's finish script.  If the processes don't exit after 5 seconds, all processes are sent a SIGKILL
2020-05-28 07:59:48 -05:00
Jay Sherby
f4e62e8dd4 Create Dockerfile.armv7 2020-04-08 12:56:16 -05:00
Maxime Marmont
4d069dc465
Add arm64 support and Update Plex Download URLs to latest API (#48)
Add arm64 support and Update Plex Download URLs to latest API
2020-04-07 09:33:24 -05:00
Mike Patton
0ce632c43f
Update to cater for multiple video device groups. 2019-11-21 15:55:07 -06:00
Bryan Borgeson
bf9f07626f Remove extraneous 'be' in README (#46)
Instructions under 'ADVERTISE_IP' had an extra word that needed
to be removed. This commit removes it.
2019-10-29 08:29:19 -05:00
Graham Booker
5728aeb31a
Also check connected tuners for video group. 2019-08-26 12:47:04 -05:00
Rowan Gillson
f2a9bb5cc8 Plex Media Server hardware transcoding update (#41)
* Adds Intel hardware transcoding option and updates docs
2019-08-23 09:37:22 -05:00
John Clayton
28699d2a36
Speed up health check (#39)
Fixes slow startup of container
2019-02-07 07:31:07 -07:00
Graham Booker
0e81f12e59
Added /usr/lib/plexmediaserver/lib to LD_LIBRARY_PATH to support conan builds. 2019-01-14 11:48:17 -06:00
Chris Allen
155f00c71b Export vendor/device/model/platformver information. 2018-07-05 07:38:57 +12:00
Graham Booker
0ac6c01ef4
Added warning about running in docker on Windows. 2018-06-26 08:44:50 -05:00
EnorMOZ
7754ecf2ca Add unrar 2018-03-22 08:54:30 -05:00
Graham Booker
7529befa25
Renamed plexpass tag to beta. 2017-12-05 12:39:35 -06:00
Graham Booker
8438f12d66
Added overriding of update channel for internal testing purposes. 2017-12-05 08:25:31 -06:00
Dominik Schmelz
21664a6779 Update README.md 2017-10-18 17:53:10 +02:00
Rob Playford
f4963f0a7b
Typo corrections 2017-10-16 08:02:54 -05:00
cron410
161270ec48 typo 2017-09-21 16:56:06 -06:00
Mark Walker
3a72800940 Dont add udev. Let keep it out of this for now. 2017-06-30 13:54:41 +02:00
Mark Walker
0e864854b5 Add udev to allow for latest PMS 1.7.4 and later to work. 2017-06-28 10:35:41 +02:00
Mark Walker
61d7c9c64e Clarification of the Headless description in the README file. 2017-05-08 21:09:56 +02:00
Richard White
5f68c80c9e Advice for known issues with headless server setup
If you try to access http://ip_of_server:32400/web, the server will not be found. It can only be "found" (and subsequently setup) by accessing it from http://localhost:32400/web. A SSH tunnel removes the need to plug your headless server into a monitor+keyboard+mouse.
2017-05-08 11:44:05 +02:00
Thom Linton
c1f808ed1a Ensures 'tzdata' package is installed.
This package is necessary in order to provide zoneinfo and support
for using the TZ environment variable.
2017-04-24 08:37:25 -05:00
Graham Booker
e4a8fdd2eb Made network share note more explicit. 2017-04-01 08:54:51 -05:00
Ilya Kaminsky
2d9b89c32c Fix docker run --network parameter
The `docker run` scripts in the `README` point to a `--net=`
configuration parameter whereas the Docker Run documentation
(https://docs.docker.com/engine/reference/run/) calls the
configuration variable `--network`. Update the `README` to
reflect the correct configuration parameter name.
2017-02-20 09:02:41 -06:00
Squidly271
da37e0dfce Add missing Volume start tag 2017-02-12 20:29:36 +01:00
Mark Walker
8db104bcc9 Add inital unRAID xml file and image file. 2017-02-12 10:46:40 +01:00
Graham Booker
0cdcee1204
Fixed a few more missing backslashes. 2017-01-30 07:44:16 -06:00
Delfim Machado
bdb297b253 missing \ 2017-01-30 13:20:43 +01:00
Mark Walker
c1053d321c Adjust ENV invocation. 2017-01-24 21:01:23 +01:00
Mark Walker
c5d28666ac Fix special char issue for non US languages. 2017-01-24 12:57:00 +01:00
Graham Booker
51695ec3e1
Moved common functionality to another file.
Also added support for building image from a raw URL for PMS.
2017-01-13 10:59:02 -06:00
Graham Booker
f35feabd2d
Claim tokens are no longer IP restricted. 2017-01-12 12:48:06 -06:00
Graham Booker
87587b5ee4
Restructured Readme to discuss networking options first.
Also removed large list of media mounts as it confuses some users.
2017-01-09 10:26:19 -06:00
Graham Booker
d1ea49cc79
Changed script to avoid slow usermod when possible. 2017-01-09 09:31:00 -06:00
Patrick Double
3ae89855b4
Add healthcheck using /identity 2017-01-06 14:04:01 -06:00
aptalca
5413de3442
fix permission detection
If PLEX_UID is set to an existing user's uid, like 0 (root), then `stat -c %U` returns "root" instead of "plex" and forces an unnecessary `chown -R`. Instead using `stat -c %u` and checking it against `id -u plex` is more accurate and prevents unnecessary chowns.
2016-12-28 15:54:21 -06:00
Stefan Kirrmann
d716f20caf Add workaround for s6 for Fedora, RHEL or CentOS
Due to a bug with s6 and a patched version of docker in RHEL based distributions a successful setup of plex isn't possible with the present readme
2016-12-28 15:52:01 -06:00
Graham Booker
ba0d290cdd Changed create to run and added note about localhost not being localhost within the container. 2016-12-25 15:46:15 -06:00
Graham Booker
f2fd2b9cbf Moved docker-compose to indicate it is a template file. 2016-12-25 15:41:24 -06:00
Kalle Møller
fb62bb1fbf Removing wget as both curl and wget was added 2016-12-25 15:39:16 -06:00
Mark Walker
c1413d0f20 Add link to Docker hub. 2016-12-25 21:27:21 +01:00
Kalle Møller
52088403fa Debian frontend should be an ARG instead
As ARG er temporary ENV, and users might exec into and thereby not be noninteractive

https://github.com/docker/docker/issues/4032
2016-12-23 15:31:35 -06:00
Kalle Møller
2d098d41bd No reason to delete installBinary
As it is copied in another layer, this will just add to size when it is deleted.
2016-12-23 15:26:13 -06:00
Kalle Møller
6c983dc00c Adding S6 overlay version as an ARG 2016-12-23 15:26:13 -06:00
Kalle Møller
320457792c Update Dockerfile
Sudo seems to be unused - and shouldn't be there in the first place. 

https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/#/user
2016-12-23 15:26:13 -06:00
Mark Walker
8eda80d6c3 Fix typo. 2016-12-23 19:52:26 +01:00
Mark Walker
dd09e67f31 Add file locking info for /config 2016-12-23 18:02:49 +01:00
Mark Walker
be0c056acd Fix brain fart. 2016-12-23 17:30:12 +01:00
Mark Walker
08b1e1b079 Fix /claim page link 2016-12-23 08:45:30 +01:00