{ "Plex": { "description": "Organize and stream your personal media collection of movies, TV, music, and photos anywhere on all your devices. Rock-on guide.

This rock-on supports hardware transcoding (optional) via Intel QuickSync -- see Intel ark to check your processor's compatibility.

Note: uses `net=host` to enable local detection.

Based on a custom OCI image, available for amd64 and arm64 architecture.

", "version": "1.1", "website": "https://www.plex.tv", "more_info": "

Adding more media to Plex

First, add the share(s) containing your additional media to this rock-on using its settings wizard. Then, from Plex webUI, you can add this/these share(s) and re-index your library. See Rockstor's documentation for detailed instructions.

Hardware transcoding using Intel QuickSync

If you have a compatible processor and filled the QuickSync device field during the rock-on installation, please note that you also need to add a dedicated share (named plex-transcoding, for instance) mapped as /transcode that will be used for transcoding only. Then, from Plex WebUI, you can update the transcode directory setting.

", "ui": { "slug": "web" }, "volume_add_support": true, "containers": { "plex-linuxserver.io": { "image": "linuxserver/plex", "launch_order": 1, "ports": { "32400": { "description": "Web-UI port.", "label": "Web-UI port [e.g. 32400]", "host_default": 32400, "ui": true } }, "volumes": { "/config": { "description": "Plex configuration. It is important that the owner/group specified later have full access to the share (R/W/E)", "label": "Config Storage [e.g. plex-config]" }, "/data": { "description": "Plex content (your media). You can also assign other media Shares on the system after installation. This share needs to have at least Read/Execute access for the user and group specified later", "label": "Data Storage [e.g. plex-data]" } }, "opts": [ [ "--net=host", "" ] ], "environment": { "PGID": { "description": "Enter a valid GID to use along with the above UID. It (or the above UID) must have full permissions to all Shares mapped in the previous step.", "label": "GID", "index": 3 }, "PUID": { "description": "Enter a valid UID to run Plex with. It must have full permissions to all Shares mapped in the previous step.", "label": "UID", "index": 2 }, "VERSION": { "description": "Enter version of Plex.", "label": "VERSION [e.g. latest]", "index": 1 } }, "devices": { "/dev/dri": { "description": "Optional device path for enabling Intel QuickSync. Leave blank if not needed.", "label": "QuickSync device [e.g. /dev/dri]" } } } } } }