Comment on How do you document your Homelab?
CapitalNumbers@lemm.ee 2 weeks agothis is basically what i ended up doing to - glad to see my approach verified somewhat ha ha!
but yeah, in general whenever i make a change / add new service, i always try and add those steps to some sort of setup.sh / docker-compose
fmstrat@lemmy.nowsci.com 2 weeks ago
Yea comes in super handy when you always want dropbear SSH for remote unlock, or making sure both RAID disks boot, etc.
I do it for all my software setup, too. A shell script for each, then a for loop that asks to run each. But I also made github.com/fmstrat/gam, so maybe I just like overkill bash.