From ca258c433212d3c87b903d5d1ef47192c6a41167 Mon Sep 17 00:00:00 2001 From: Arthur Melton Date: Sat, 24 Sep 2022 21:09:08 -0400 Subject: [PATCH] Add Cgit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f50ed563..96f4614b 100644 --- a/README.md +++ b/README.md @@ -1835,6 +1835,7 @@ _Related: [Ticketing](#ticketing), [Task Management & To-do Lists](#task-managem _See also: [awesome-sysadmin/Code Review](https://github.com/awesome-foss/awesome-sysadmin#code-review)_ - [Bonobo Git Server](https://bonobogitserver.com/) - Set up your own self hosted git server on IIS for Windows. Manage users and have full control over your repositories with a nice user friendly graphical interface. ([Source Code](https://github.com/jakubgarfield/Bonobo-Git-Server)) `MIT` `C#` +- [Cgit](https://git.zx2c4.com/cgit/about/) - A fast lightweight web interface for git repositories. ([Source Code](https://git.zx2c4.com/cgit/tree/)) `GLP-2` `C` - [Fossil](https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki) - Distributed version control system featuring wiki and bug tracker. `BSD-2-Clause-FreeBSD` `C` - [Gitblit](https://gitblit.github.io/gitblit/) - Pure Java stack for managing, viewing, and serving Git repositories. ([Source Code](https://github.com/gitblit/gitblit)) `Apache-2.0` `Java` - [gitbucket](https://gitbucket.github.io/gitbucket-news/) - Easily installable GitHub clone powered by Scala. ([Source Code](https://github.com/gitbucket/gitbucket)) `Apache-2.0` `Scala/Java`