I’m looking to setup a media server with Jellyfin+*arr for my home. My LG tv has Jellyfin app already. Is there a tutorial, or script to install all the necessary tools on my SBC?
DietPi is the perfect OS with easy install software for Pis of all flavours.
Turn out you can install Ubuntu on the Opi zero2 so I did that and going with docker install following TRaSH turorial
Install docker and docker-compose. Then I suggest installing portainer (also docker) to manage all docker containers. From there you just need your docker-compose.yaml for each stack, basically you copy-paste in WEB GUI, do some adjustments, hit deploy and you are done :D You want 2 stacks:
- Jellyfin (install this first, its simple and easier to start with)
- arr stack (trash guides, and more info on wiki.servarr.com)
I haven’t used an ARM system, but docker might be the best bet? Get docker installed and find instructions for install Jellyfin and each arr program.
https://forum.armbian.com/topic/11654-is-it-possible-to-install-docker-fresh-latest-build/
DockSTARTer takes most of the work out of setting up and maintaining a docker -arr suite. The guys that maintain it are great too.