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@lemm.ee
    link
    fedilink
    English
    3
    edit-2
    5 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:

    • @SatyrSack
      link
      English
      15 months ago

      Is that better than the official Jellyfin container?

      • @rambos@lemm.ee
        link
        fedilink
        English
        25 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.