Codeberg sounds like a good way! I was concerned about server config being stored on self-hosted forgejo (which is configured by the very server config), turns out that need not be the case.
Comment on How and where should I keep backups of system configurations?
marauding_gibberish142@lemmy.dbzer0.com 3 weeks ago
- Create git repo
- Put all config in git repo
- Create repo on codeberg
- Clone git repo to both VPS and laptop
No extra money needed
someacnt@sh.itjust.works 3 weeks ago
AustralianSimon@lemmy.world 3 weeks ago
[deleted]marauding_gibberish142@lemmy.dbzer0.com 3 weeks ago
docs.codeberg.org/…/first-repository/
Follow this, should suffice
AustralianSimon@lemmy.world 3 weeks ago
[deleted]remotelove@lemmy.ca 3 weeks ago
That’s what you just got shown: Shove the configgy bits into Git.
tofu@lemmy.nocturnal.garden 3 weeks ago
Make sure to not check in secrets in plaintext. git crypt is one way to encrypt secrets before checking them in.
marauding_gibberish142@lemmy.dbzer0.com 3 weeks ago
I suggest SOPS
keen@lemmy.world 3 weeks ago
Terraform sensitive variables and AWS secrets manager? ^^
marauding_gibberish142@lemmy.dbzer0.com 3 weeks ago
I don’t like big corporations so I wouldn’t do that, but sure