If you want a git “server” quick and low maintenance then gitolite is most likely the best choice. gitolite.com/gitolite/index.html
It simply acts as a server that you can clone with any git client and the coolest part is that you use git commits to create repositories and manage users as well. Very very or no maintenance at all. I’ve been using it personally for years but also saw it being used at some large companies because it simply gets the job done and doesn’t bother anyone.
suswrkr@discuss.tchncs.de 4 months ago
forgejo.org selfhosted has been good for me, FOSS fork of Gitea.
Hellmo_Luciferrari@lemm.ee 4 months ago
Thank you for the suggestion. The fact that it’s FOSS wins my vote. I have been trying to go all open source where possible.