this post was submitted on 24 Aug 2025
15 points (100.0% liked)
Self-hosting
3665 readers
7 users here now
Hosting your own services. Preferably at home and on low-power or shared hardware.
Also check out:
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You write up a procedure for the setup of your server and any virtual machines contained within.
Using declarative Distros makes the procedure shorter and easier to maintain in the long run.
Then you use it to setup your system (fixing issues in your procedure along the way)
Then wipe and do it again (this time should be done without issue or you may need another spin)
Then slowly grow your documentation and what services you have running.
That's a good idea to run through it a few times before using it proper, thanks.