jellifin.

Aug 31, 2022

Installing Jellyfin Media System

Jellyfish what? No, “Jellyfin”. It is a free, open source media system that allows to collect, manage and stream your media to all of you devices. It’s like having your personal Netflix! 1. Install Docker Update apt just in case sudo apt update Install latest version of docker sudo apt install docker.io Set Docker to run on start up sudo systemctl enable --now docker Grant your user permissions to docker

read more