Comment on How do you manage your home server configuration?
moonpiedumplings@programming.dev 5 days agoI 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…