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
You could use something like DietPi OS which has an installer for all the *arr services built in.
have several systems and vm (all x64, don’t have any sbc here) running dietpi. love it.
saw https://runtipi.io/ posted elsewhere recently. which essentially results in the same thing, but is based on docker.
Someone posted a pretty good guide on Lemmy about 1-2 months ago, I think it was on the selfhosted community. Maybe take a look there?
EDIT: Found it: https://lemmy.dbzer0.com/post/5911487
I asked perplexity.ai to guide me through it all and I both learned as well as getting it all working.
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.