« Jellyfin » : différence entre les versions
Aller à la navigation
Aller à la recherche
| Ligne 1 : | Ligne 1 : | ||
= LXC Debian | = LXC Debian 11 = | ||
== Installation == | == Installation == | ||
[https://jellyfin.org/docs/general/administration/installing.html Source] | [https://jellyfin.org/docs/general/administration/installing.html Source] | ||
Version du 13 octobre 2021 à 11:57
LXC Debian 11
Installation
# apt update && apt upgrade # apt install apt-transport-https gnupg lsb-release # wget -O - https://repo.jellyfin.org/debian/jellyfin_team.gpg.key | apt-key add - # 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
On peut sur rendre sur http://IP_SERVEUR:8096 pour vérifier le fonctionnement du service et faire la première configuration.