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?

  • rambos
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    4 months ago

    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:

      • rambos
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 months ago

        I actually installed it by followong a guide, later on I figured there is also an official container, but never had a reason to switch. linuxserver.io is quite reputable, using their containers (nextcloud, arr stack and more) for more than a year with no issues at all.