Got any decent guides on how to do it? I guess a docker compose file can do most of the work there, not sure about volume backups and other dependencies in the OS.
Comment on How much maintenance do you find your self-hosting involves?
scrubbles@poptalk.scrubbles.tech 6 months agohighly recommend doing infrastructure-as-code, it makes it really easy to git commit and save a previously working state, so you can backtrack when something goes wrong
Kaldo@kbin.social 6 months ago
kernelle@lemmy.world 6 months ago
Kaldo@kbin.social 6 months ago
Oh I think i tried at one point and when the guide started talking about inventory, playbooks and hosts in the first step it broke me a little xd
kernelle@lemmy.world 6 months ago
I get it, the inventory is just a list of all servers and PC you are trying to manage and the playbooks contain every step you would take if you would configure everything manually.
I’ll be honest when you first set it up it’s daunting but that’s the thing! You only need to do it once, then you can deploy and redeploy anything you have in minutes.
kernelle@lemmy.world 6 months ago
Ansible is great for this!