I’ve got a forgejo instance setup but I haven’t migrated everything to it yet.
Comment on How do you manage your home server configuration?
radiogen@lemmy.zip 2 days agoAre you using selfhosted git? Which one?
relaymoth@sh.itjust.works 1 day ago
moonpiedumplings@programming.dev 1 day ago
I have a similar setup, and even though I am hosting git (forgejo), I use ssh as a git server for the source of truth that k8s reads.
This prevents an ouroboros dependency where flux is using the git repo from forgejo which is deployed by flux…