About
Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. Straightforward design and bulk actions mean getting things done faster.
App Store
One of the official app stores for IceWhale products (CasaOS & ZimaOS), developed and maintained independently by BigBearTechWorld. This curated collection offers a wide range of carefully selected applications to enhance your CasaOS and ZimaOS experience.
Pull Request
master ← add-plex-nvidia-docker-compose
opened 04:45PM - 13 May 25 UTC
- Added a new application for Plex with NVIDIA GPU support
- Includes configurat… ion files, environment variables, and volume mounts to run Plex with NVIDIA GPU acceleration
- Allows users to stream movies and TV shows with improved performance on systems with NVIDIA GPUs
Documentation
Obtain a claim token from https://plex.tv/claim and input here. Keep in mind that the claim tokens expire within 4 minutes.
If you have a Nvidia GPU then use this one if you don’t then use the other.
About
Plex organizes video, music, and photos from personal media libraries and streams them to smart TVs, streaming boxes, and mobile devices. This container is packaged as a standalone Plex Media Server. Straightforward design and bulk actions mean getting things done faster.
Commit
App Store
Will this container be getting updated? There is a new Plex server version released.
Hello @nikc0069
This has been updated already:
# Service definitions for the big-bear-plex-nvidia application
services:
# Service name: big-bear-plex-nvidia
# The `big-bear-plex-nvidia` service definition
big-bear-plex-nvidia:
# Name of the container
container_name: big-bear-plex-nvidia
# Image to be used for the container
image: linuxserver/plex:1.42.2
# Environment variables for the container
environment:
- PUID=1000 # specify the user id
- PGID=1000 # specify the group id
- TZ=Etc/UTC # specify a timezone to use.
- VERSION=docker # Set whether to update plex or not.
- PLEX_CLAIM= #optional Optionally you can obtain a claim token from https://plex.tv/claim and input here. Keep in mind that the claim tokens expire within 4 minutes.
- CPU_FALLBACK=true # Optional, only if you have a GPU
- NVIDIA_VISIBLE_DEVICES=all # Optional, only if you have a GPU
I would recommend you reboot your CasaOS to get the new updates.
Apologies, the tag in my Casaos was not set to latest.
You shouldn’t use the latest tags on anything BigBearCasaOS provides the updates.
Here is why:
Hey Big Bear Community! If you’re running Docker containers in your homelab, you’ve probably encountered discussions about Watchtower and the latest tag. These tools can be great for automating container updates and many homelab users run them successfully. However, it’s important to understand their behavior and potential risks so you can decide if they’re right for your setup.
Understanding Watchtower
Watchtower is a powerful tool that automatically updates your containers when new images are…
Ah but the only other tag available in the dropdown is 1.42.1
That’s the latest version.
1.42.2.10156 is showing in Plex itself as available.