I just started to selfhosting services and want to try with the *Arr ecosystem. What newbie tutorial recomend for start with it?

I am currently learning by deploying docker containers in rpi5

Thanks for your time and patience

  • jws_shadotak@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    10
    ·
    7 months ago

    I don’t really have a tutorial suggestion but this is a great resource if you haven’t seen it yet:
    https://wiki.servarr.com/

    I would also recommend using dockge to help create and manage your stacks.

    When you’re setting up the services, go through each section and take note of what you don’t understand. The services tie into each other so it may be beneficial to set up your stack first (docker compose YAML text file, managed by dockge) and configure stuff together.

    • leaf@feddit.nl
      link
      fedilink
      English
      arrow-up
      5
      ·
      7 months ago

      Wow dockge is something I’ve wanted for a long time but didn’t know existed.

      Time to finally dump portainer.

    • Im_old@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      7 months ago

      Plus1 for dockge. Started using yesterday (with podman), moving from portainer (with docker). And I have around 50 stacks, so not just a few *arr. It’s really good, and the option to work directly via CLI or the web interface is really nice!

    • LoboAureo@lemm.eeOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 months ago

      Currently I’m using casaOS that does the deployment automatically. I installed portainer to have more control of the containers.

      I’m going to read both links. Thanks!!