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?

    • Paddzr@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 months ago

      What is a docker? How does one set one up?

      I used Ubuntu for my rrr downloaders with plex because it’s what i was familiar with. What benefit would there be?

      • Black Skinned Jew@lemmynsfw.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        5 months ago

        Docker it’s a software which allows you to run containers(apps) into a server(or desktop) WO too much hassle and compatibility issues, docker containers comes with everything needed to run the program independent of which distro you are using, you just need the docker image be available for your architecture and you will be able to run the container on any software/hardware you have.

        In Armbian+orange pi you just need to install docker(I suggest you to use docker.io package over debían derivates like Armbian), restart your server and then run the “docker run” command:

        Sudo apt install docker.io

        Sudo restart -f

        And then run the docker command and it will download, install and run the container into your server(make sure you use the appropriate flags into it).

        I suggest you to read some information about the use of docker on servers for you to get more into it’s use.

        Pray&luck 🙏🤞.