this post was submitted on 02 Sep 2026
12 points (100.0% liked)
technology
24455 readers
366 users here now
On the road to fully automated luxury gay space communism.
Spreading Linux propaganda since 2020
- Ways to run Microsoft/Adobe and more on Linux
- The Ultimate FOSS Guide For Android
- Great libre software on Windows
- Hey you, the lib still using Chrome. Read this post!
Rules:
- 1. Obviously abide by the sitewide code of conduct. Bigotry will be met with an immediate ban
- 2. This community is about technology. Offtopic is permitted as long as it is kept in the comment sections
- 3. Although this is not /c/libre, FOSS related posting is tolerated, and even welcome in the case of effort posts
- 4. We believe technology should be liberating. As such, avoid promoting proprietary and/or bourgeois technology
- 5. Explanatory posts to correct the potential mistakes a comrade made in a post of their own are allowed, as long as they remain respectful
- 6. No crypto (Bitcoin, NFT, etc.) speculation, unless it is purely informative and not too cringe
- 7. Absolutely no tech bro shit. If you have a good opinion of Silicon Valley billionaires please manifest yourself so we can ban you.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Install jellyfin, both fbackend and frontend
Start jellyfin
Usually you'd edit some config file in
/etcfirst but jellyfin is 'user friendly' so you log in at http://localhost:8096/ and configure from there.Set the service to automatically start at boot
View logs of the jellyfin service with (use -fu to watch them). Very useful for debugging issues.
The most common issue is that the jellyfin service will run as its own user which might not have permissions to your archive of media.
Containers
If you're installing with containers the easiest to set up is with docker-compose. Basically you write a yaml file that defines all the different services, networks, and most importantly: where the containers can access your host system. I'm not going to explain more because there's excellent documentation and probably tutorials for exactly your case.
Quadlets are like a docker-compose file but split into different files, use podman instead of docker, and are managed by systemd. You write each container, volume, and network as its own file in
/etc/containers/, run# systemctl daemon-reloadand that magically generates.servicefiles and then you can start and manage them like they were a native application.Caveat, I've only recently dipped my toes into quadlets but I'm already enamored with them. My only gripe is if you get the quadlet files systax wrong you will see no warnings unless you check journalctl. Docker-compose is definitely easier to set up and I do recommend learning with that first. IMO its easier to learn docker-compose before docker.
Also
PlexAlready have a lifetime Plex Pass and the app is wife-approved. Jellyfin is very much not. Sometimes you have to just meet people where they are instead of seeking perfect FOSS compliance across everything in the house.