Search code examples
gitgithubgitlabgitolite

Graphical Gitolite on ubuntu server


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?


Solution

  • The easiest solution, in term of setup, and authorization management, is gitea.

    See https://gitea.io/en-us/

    All you need is the gitea executable, and a database like PostgreSQL.

    The result is a GitHub-like experience.