Git repository storage/forge recommendations?

https://feddit.nu/post/218006

Git repository storage/forge recommendations? - Feddit.nu

Looking into possibly replacing my GitLab instance, as I find it bloated and heavy on both hardware and maintenance compared to alternatives. Currently I’m looking at: - GitTea [https://gitea.com/] - Forgejo [https://forgejo.org/], as GitTea turned into a for-profit, otherwise that would be the clear choice - OneDev [https://onedev.io/] So I’m wondering what the people on here use, and if they have any other suggestions or opinions?

I’m on github.com/charmbracelet/soft-serve and like it very much. It couldn’t be any simpler. As long as you don’t need PR/MR features and full blown web UI it’s a really good choice IMHO.
GitHub - charmbracelet/soft-serve: The mighty, self-hostable Git server for the command line🍦

The mighty, self-hostable Git server for the command line🍦 - charmbracelet/soft-serve

GitHub
Certainly looks interesting, though being able to do code review and a more full-fledged CI/CD solution is a requirement.
I think the idea with soft serve us that you use hooks and use a dedicated ci/cd tool. I use adnanh/webhook for lightweight ci/cd on personal projects.
GitHub - adnanh/webhook: webhook is a lightweight incoming webhook server to run shell commands

webhook is a lightweight incoming webhook server to run shell commands - adnanh/webhook

GitHub