diff --git a/README.md b/README.md index 46a3604..a9ff0f3 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,44 @@ https://docs.syncthing.net/intro/project-presentation.html https://cryptpad.org/ -https://github.com/cryptpad/cryptpad \ No newline at end of file +https://github.com/cryptpad/cryptpad + +## GIT + +### GitLab +https://gitlab.com/rluna-gitlab/gitlab-ce + + - Feature Rich + - Container Registry + - maybe slow? + - commercial background + +### Gitea +https://about.gitea.com/ + + - For-Profit background (owning company) + - Gogs fork + - lightweight + - straight forward + - implemented in Go + - only basic CI/CD features + +### Gogs +https://gogs.io/ + + - Gitea forked from it + - implemented in Go + - lighweight + - even less features than Gitea + +### cgit +https://git.zx2c4.com/cgit/ + + - frontend browser for git repos + - not a full functioning git server + - not useful enough for us + +### Forgejo (my pick) +https://codeberg.org/forgejo/forgejo + - fork of Gitea + - it's basically Gitea as of today \ No newline at end of file