I want to have a local git hosting on my ubuntu server so my co-workers can use it like git-hub. I mean every one can make a new repository and give access to everyone he wants.
I have previously used gitolite
but it needs some admin to manage keys and repos. Is there any program that I can have a local git-hub?
The easiest solution, in term of setup, and authorization management, is gitea.
All you need is the gitea executable, and a database like PostgreSQL.
The result is a GitHub-like experience.