What do you recommend to selfhost code repositories?
To use with Git
You're viewing a single thread.
Gitea.
I used raw SSH for years but occasionally I had to share accesss to a repo with sonebody else, and the whole dance with creating an unix user and giving proper permissions was only fun for the first time.
I second it.
Easy to setup and use. Works great for my small game projects.
To make this easiert, you could have used gitolite 🙃 That was my first attempt in 2010 or something and it worked fine.