pms-docker
watchtower
pms-docker | watchtower | |
---|---|---|
33 | 224 | |
3,461 | 21,453 | |
1.8% | 3.9% | |
6.9 | 6.5 | |
7 days ago | 8 months ago | |
Smarty | Go | |
- | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pms-docker
-
Plex Docker doesn't see /dev/dri?
From what I can tell Plex can't see /dev/dri at all, as I get 45-plex-hw-transcode-and-connected-tuner: exited 0. in the logs which according to the source code means it did not see an existing device. Going into the container shows there isn't a /dev/dri folder at all though it does exist on my local machine.
-
Pi-Hole/WireGuard and other Docker containers setup
I originally started using Docker because I wanted to run WireGuard alongside Pi-Hole and knew I would be wanting to add other containers and Docker's a good way to make everything play nicely. I originally wanted to install WireGuard immediately alongside Pi-Hole but that got shelved. The Plex Docker container can't be installed on Pi OS, there is an Plex docker container tough which is also causing me problems. IE: every time I update PMS (which is apparently a lot) it recreates the container, in addition to a lot of install errors.
-
Trying to deploy Plex via Portainer on a Raspberry Pi, having trouble building the image
I have a Raspberry Pi 4 8 GB Extreme running 64-bit Pi OS with Docker and Portainer. I'm trying to deploy the following image: https://github.com/plexinc/pms-docker. I'm creating a stack and then using a docker-compose file.
-
Plex server install : Not authorized
From what I can tell, there's even an official repository, and github repository.
- Help with starting a home server
-
Plex keeps writing to Unraid Cache drive while idle
Found it. The Docker container has a health check script. This script runs every 5 seconds. You can see this in the Plex console. Filter on "/identity".
-
Rootless docker vs podman: pros and cons?
The issue seems to be more that the container I'm trying to run is trying to chown a directory and runs into "Operation not permitted" issues. Specifically, this script is being executed and is failing, no matter which combination of user/namespace commands I am feeding it.
-
New PUBLIC PMS Version Available - 1.30.1.6562-915986d62
This looks like the official docker. Look through that and make sure you are using the correct docker.
-
poor video quality in windows app
So I'm run Plex server on my OMV server in docker container (this)[https://github.com/plexinc/pms-docker]. And my quality settings in win app looks like this (Show all do nothing)
-
Plex server all in one?
The closest I can think of is the docker. If OP likes docker in their docker then they can start with RancherOS.
watchtower
-
Fly To Podman: a script that will help you to migrate from Docker
GitHub issue for podman support, here: https://github.com/containrrr/watchtower/issues/1060
- Como realizar o Deploy de Projetos Web em uma VPS
-
2024 In Review
compose-updater (python, api-service) – a project for updating the version of a docker image from CI in a closed infrastructure. I didn't find anything ready to solve this task. There is watchtower, but it's more about keeping up-to-date docker images, rather than updating a specific one, and also I couldn't run it with ECR repos – the author made a super minimalist image in which I couldn't enter through sh to debug. The second alternative is umputun/updater, but it's more about running different shell commands through a webhook. I chose Python because I didn't find a Rust crate for Docker API (most likely it exists, I just didn't understand which one is really good). Score: – (I didn't promote the project anywhere, I use it for my own purposes for now).
- Como realizei o deploy do meu portfólio utilizando uma VPS
-
5 DevOps Hacktoberfest Projects to Contribute to!
WatchTower is one of my favorite projects because it is super useful, and it was also my start in DevOps. WatchTower is a containerized application that monitors your running containers, and will automatically update your images when a newer version is available. Pretty simple, but super useful if you want to run your own infrastructure. Awesome learning experience, and it has over 18k stars!
-
Self-Hosting Next.js
Interesting- my first time reading about Kamal. I personally used watchtower (https://github.com/containrrr/watchtower) to check for and deploy container updates from the GitHub Container Registry and push new images there from Actions. I also used OpenTofu to automate the VPS provisioning in GH Actions.
-
A single server can go a long way these days
For a single server I’d rather have one config management system - Chef/Ansible/… - and just have that set up docker & nginx, rather than have config management set up Kubernetes, and then also need to write Kubernetes manifest YAML files in addition to my config management thingies.
On my home server I use Chef. I have a recipe for each service that sets up a docker container plus an NGINX config that does the TLS and port mapping stuff. To handle container updates I run Watchtower (https://containrrr.dev/watchtower/) which pulls and then restarts my containers when I send a POST.
Deploys are super easy, just docker build, docker push, curl -h $DEPLOY_TOKEN $DEPLOY_URL.
don’t need anything complicated for rollback, just retag and curl again.
- A process for automating Docker container base image updates
-
My deployment platform is a shell script
Related: https://github.com/containrrr/watchtower
- PSA - Run "docker image prune" once in a while.
What are some alternatives?
docker-plex
shepherd - Docker swarm service for automatically updating your services whenever their image is refreshed
plexupdate - Plex Update script to simplify the life of Linux Plex Media Server users.
wud - Keep your containers up-to-date!
self_hosted - self_hosted
Diun - Receive notifications when an image is updated on a Docker registry