What do you recommend to selfhost code repositories?

GatoB@lemmy.world to Selfhosted@lemmy.world – 25 points –

To use with Git

27

You are viewing a single comment

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.