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:Jump to solution
Just :
- reset raspberry pi (use dietpi for easy install https://dietpi.com/dietpi-software.html)
- install docker / compose / vscodetunnels...
6 Replies
Did you just start using your raspberry ?
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
In my opinion the best setup is the most replicable one. If you have any NAS I'd go with
docker-compose
for everythingSolution
Just :
- reset raspberry pi (use dietpi for easy install https://dietpi.com/dietpi-software.html)
- install docker / compose / vscodetunnels
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 repositoryOk makes sense
More or less what I wanted to do
Thanks for you help!