Comment on How to self-host a distributed git server cluster?
marauding_gibberish142@lemmy.dbzer0.com 1 week agoApologies for not explaining it properly. Essentially, I want to have multiple git servers (let’s take 5 for now), have them automatically sync with each other and run a loadbalancer in front. So when a client performs an action with a repository, it goes to one of the 5 instances and the changes are written to the rest.