diff options
author | Andrew Rylatt <arylatt@users.noreply.github.com> | 2017-02-11 02:20:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-11 02:20:02 +0000 |
commit | 1774d16527b4800467b5b63ade7096417229a4b4 (patch) | |
tree | 4f3e2ac02b09f218f94aa0835b91f13883abba5c | |
parent | Merge pull request #960 from Kickball/ttrss-reader-javascript (diff) | |
parent | Add Gitea (diff) | |
download | awesome-selfhosted-1774d16527b4800467b5b63ade7096417229a4b4.tar.gz awesome-selfhosted-1774d16527b4800467b5b63ade7096417229a4b4.zip |
Merge pull request #963 from yannforget/master
Add Gitea
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -981,6 +981,7 @@ See also [Ticketing](#ticketing), [Task management/To-do lists](#task-management * [Fossil](https://www.fossil-scm.org/index.html/doc/trunk/www/index.wiki) - Distributed version control system featuring wiki and bug tracker. `BSD` `C` * [Gitblit](http://gitblit.com/) - A pure Java stack for managing, viewing, and serving Git repositories. ([Source Code](https://github.com/gitblit/gitblit)) `Apache` `Java` * [gitbucket](https://gitbucket.github.io/gitbucket-news/) - The easily installable GitHub clone powered by Scala. ([Source Code](https://github.com/gitbucket/gitbucket)) `Apache` `Scala/Java` + * [Gitea](https://gitea.io) - A community managed fork of Gogs, lightweight code hosting solution. ([Demo](https://try.gitea.io), [Source Code](https://github.com/go-gitea/gitea)) `MIT` `Go` * [GitLab](http://gitlab.org/) - Self Hosted Git repository management, code reviews, issue tracking, activity feeds and wikis. ([Demo](https://gitlab.com/), [Source Code](https://gitlab.com/gitlab-org/gitlab-ce)) `MIT` `Ruby` * [Gitlist](http://gitlist.org/) - A web-based git repository browser - GitList allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history and diffs. ([Source Code](https://github.com/klaussilveira/gitlist)) `BSD` `PHP` * [Gitprep](http://gitprep.yukikimoto.com/) - Portable Github clone. ([Source Code](https://github.com/yuki-kimoto/gitprep), [Demo](http://perlcodesample.sakura.ne.jp/gitprep/gitprep.cgi)) `GPL` `Perl` |