Comment on Homelab Documentation
valar@lemmy.ca 5 days ago
I don’t have documentation per se, but everything in my homelab is deployed with Ansible. So its kind of self-documented. If my server was fully wiped tomorrow I could reinstall everything in minutes with one command.
hellmo_luciferrari@lemmy.zip 5 days ago
I am taking precautions to have my setup easily deployable no matter the hardware. The only real documentation becomes mountpoints and such for external storage.
For DNS and Reverse Proxy entries, I have those automated. Any time I spin up a new docker container, that information is deployed with labels. Also entries into my homepage.
The .env files contain any variable I would want to store to make my setup portable, shareable and not have to worry about leaking any of my information. Not that it would be end of the world considering nothing really leaves my network unless it is through my VPN.