Save yourself the trouble and go the docker route
this post was submitted on 23 Feb 2024
1 points (100.0% liked)
Jellyfin: The Free Software Media System
5738 readers
3 users here now
Current stable release: 10.10.1
Matrix (General Information & Help)
Matrix (Off-Topic) - Come get to know the team and blow off steam!
Matrix Space - List of all the available rooms on Matrix.
Discord - Bridged to our Matrix rooms
founded 4 years ago
MODERATORS
I use my old MacBook air as a home server. I have installed Jellyfin via podman on Fedora 38. Containers make things a lot easier.
I recommended using linuxserver.io's image.
I've personally found that maintaing Jellyfin via Docker is far simpler and provides a more convenient upgrade path than a direct installation. I have a docker compose file in my home folder so when I want to upgrade it's just docker compose pull
followed by docker compose up -d