configs/arch-config/Dokumente/server-setups/debian-jellyfin.md
2020-10-14 21:42:26 +02:00

637 B

Jellyfin

All commands assume being logged in as root user on the server unless noted otherwise.

apt install apt-transport-https lsb-release
wget -O key https://repo.jellyfin.org/debian/jellyfin_team.gpg.key
apt-key add key
echo "deb [arch=$( dpkg --print-architecture )] https://repo.jellyfin.org/debian $( lsb_release -c -s ) main" | tee /etc/apt/sources.list.d/jellyfin.list
apt update
apt install jellyfin

Depending on the init system, different commands have to be used.

service jellyfin status
systemctl status jellyfin