So as I look to build my first dedicated media server, I’m curious about what OS options I have which will check all the boxes. I’m interested in Unraid, and if there’s a Linux distro that works especially well I’d be willing to check that out as well. I just want to make sure that whatever I pick, I can use qbittorrent, Proton, and get the Arr suite working

  • dingdongitsabear
    link
    fedilink
    English
    arrow-up
    5
    ·
    17 hours ago

    look for docker-compose + whatyouwant specifically, it’s way more straightforward. once you have one set up, it get easier adding on different software.

    • towerful@programming.dev
      link
      fedilink
      English
      arrow-up
      5
      ·
      10 hours ago

      The best thing is: if something doesn’t work, you tweak the compose file instead of having to retype or edit a command.

      And you can have a GitHub of your compose files and any supporting config files.

      I don’t get how some people can raw dog a docker run command!