git solutions

This commit is contained in:
Kersten Kriegbaum 2025-05-01 17:05:52 +02:00
parent 0d9686d7e9
commit 74ac5bb4ef

View file

@ -31,4 +31,44 @@ https://docs.syncthing.net/intro/project-presentation.html
https://cryptpad.org/ https://cryptpad.org/
https://github.com/cryptpad/cryptpad 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