Jellyfin: Difference between revisions

From FlowerHouseWiki
Line 35: Line 35:


<p>Reboot and check if share was mounted</p>
<p>Reboot and check if share was mounted</p>
=== Jellyfin ===


== Additional Configuration ==
== Additional Configuration ==
=== Mopidy Extension ===
=== Mopidy Extension ===
[https://jellyfin.org/docs/general/clients/mopidy.html#raspberry-pi-remote-controlled-speakers Link]
[https://jellyfin.org/docs/general/clients/mopidy.html#raspberry-pi-remote-controlled-speakers Link]

Revision as of 17:07, 19 September 2021

Jellyfin.png

Network


IP: 192.168.88.17
MAC: F2:1A:93:6C:B2:83
Domain: media.flowerhouse.at

System


OS: Debian11
RAM: 1024MB
Cores: 4
Privileged: Yes

The Jellyfin-LXC is reachable under 192.168.88.17 which is located in the ServerVLAN.

The subdomain is media.flowerhouse.at which is handled by the ReverseProxy.

Basic Setup

Update installation

apt update && apt upgrade

NFS-Share

Install required packages for nfs-share:

apt install nfs-common nfs4-acl-tools

Edit fstab to mount at boot:

nano /etc/fstab

And add following line at the end of file:

192.168.88.5:/mnt/zpool1/media /media nfs nfsvers=3 0 0

Reboot and check if share was mounted

Jellyfin

Additional Configuration

Mopidy Extension

Link