Recommended way to install on a Raspberry Pi.

What would the ideal way be to install Homarr on a fresh Raspberry Pi used as home server? Straight Raspberry OS or something else?
Solution:
Just : - reset raspberry pi (use dietpi for easy install https://dietpi.com/dietpi-software.html) - install docker / compose / vscodetunnels...
Jump to solution
6 Replies
ajnart
ajnart9mo ago
Did you just start using your raspberry ?
nicktheone
nicktheone9mo ago
I already have one in use but it needs to be wiped clean due to some issues and since I wanted to switch from Casa OS so Homarr I wanted to know if a standard clean install is ideal
ajnart
ajnart9mo ago
In my opinion the best setup is the most replicable one. If you have any NAS I'd go with docker-compose for everything
Solution
ajnart
ajnart9mo ago
Just : - reset raspberry pi (use dietpi for easy install https://dietpi.com/dietpi-software.html) - install docker / compose / vscodetunnels
ajnart
ajnart9mo ago
Then tunnel in to your raspberry-pi, create a homelab folder on your nas and a dokcer-compose, docker-compose.env and init a git repository
nicktheone
nicktheone8mo ago
Ok makes sense More or less what I wanted to do Thanks for you help!