Installing Jellyfin as a Podman Quadlet
Installing Jellyfin as a Podman Quadlet

Installing Jellyfin as a Podman Quadlet

cross-posted from: https://lemmy.ca/post/30126699
I created this guide on how to install Jellyfin as a Podman Quadlet on your server. Enjoy.
Hey what is the advantage of quadlets over normal podman-compose?
I've wondered myself and asked here https://lemmy.world/post/20435712 – got some very reasonable answers
Podman compose is not maintained and should not be used.
Qualets leverage systemd and a Kubernetes like system to create deployments that are much more dynamic. Basically you can manage your containers just like any other resource
Who says that it is no longer maintained? https://github.com/containers/podman-compose Looks fine to me?