Jellyfin Forum
Jellyfin Raspberry Pi Setup - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Off Topic (https://forum.jellyfin.org/f-off-topic)
+--- Forum: General Discussion (https://forum.jellyfin.org/f-general-discussion)
+--- Thread: Jellyfin Raspberry Pi Setup (/t-jellyfin-raspberry-pi-setup)



Jellyfin Raspberry Pi Setup - alveou - 2023-07-19

Hello !

I'm trying to build a Jellyfin Server with my Raspberry Pi and before doing anything I want to know what do I need to make it work properly.
I saw a bunch of youtube videos and after installing and updating the Raspberry Pi, they where installing OpenMediaVault and using this command: " apt-transport-https "
Is this an alternative of Docker ?
I was thinking using this tutorial but they do not install OMV.
I just need some help to where to start and some indication on what to use, I'm a bit lost

Thank you !


RE: Jellyfin Raspberry Pi Setup - jmshrv - 2023-07-20

apt-transport-https is presumably referring to apt, which is the package manager for Debian (and distros that are based on Debian, such as Ubuntu). Those guides will be installing Jellyfin directly to the system instead of running it in a Docker container. It doesn't really make much difference, so it's mostly a matter of personal preference.

I run Jellyfin on a Pi 4 with Debian and it runs great Smiling-face