Took me two days to get it working but it was well worth the effort. Thought I'd share as I see this question asked often.
Set up the LXC
• Use Debian 12, update and upgrade, install curl:
Install Jellyfin
• Use the official install script:
Set up the shares
• In...
Read more
Set up the LXC
• Use Debian 12, update and upgrade, install curl:
Bash:
apt update -y && apt upgrade -y
apt install curl
Install Jellyfin
• Use the official install script:
Bash:
curl https://repo.jellyfin.org/install-debuntu.sh | bash
Set up the shares
• In...
Read more