this post was submitted on 18 Feb 2023
25 points (100.0% liked)
Piracy
22339 readers
22 users here now
Welcome to /c/piracy
No netflix or streaming services landlubbers allowed, this is pirates territory.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm sure someone has some links to a guide, but the basic steps for a server-based setup are:
I’ve been using JellyFin for sometime but I don’t have a docker image installed. What purpose does it serve?
All the benefits of docker: no weird system issues, easy upgrades, portable, etc.
Portable as in accessible outside the home network? That’s one nut I could never crack with port forwarding etc.
Portable as in all the files are self-contained, and if you need to upgrade your system, move it to a new machine, or make backups its really easy because docker is a self-contained system. Making docker services available outside the network is a separate thing, I'm sure you can find some guides for that.