I recognize this will vary depending on how much you self-host, so I’m curious about the range of experiences from the few self-hosted things to the many self-hosted things.

Also how might you compare it to other maintenance of your other online systems (e.g. personal computer/phone/etc.)?

  • Scrubbles@poptalk.scrubbles.tech
    link
    fedilink
    arrow-up
    20
    arrow-down
    1
    ·
    5 months ago

    highly 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
      link
      fedilink
      arrow-up
      4
      ·
      5 months ago

      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.

        • Kaldo@kbin.social
          link
          fedilink
          arrow-up
          2
          ·
          5 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