If possible, also mention what the use case is (ex. Contributing to a project, hosting your code privately, workplace, etc.)
Edit: Removed Codeberg from the post title as I mixed things up
If possible, also mention what the use case is (ex. Contributing to a project, hosting your code privately, workplace, etc.)
Edit: Removed Codeberg from the post title as I mixed things up
Gitlab. Was on gitea, but it lacked CI integration (not sure if that has changed) and generally felt less polished. Gitlab is used at work, so its nice having something familiar.
Funny, I switched to Forgejo because Gitlab stopped running smoothly in four years between trials. I don’t understand why it’s such a hog
Edit your configs.
It is a resource hog It you don’t tell it not to be. And for private use, you absolutely don’t need it to be.
It is a bit of a hog at times. But it hasnt been bad enough for me to switch. Does forgejo do CI?
https://forgejo.org/docs/latest/user/actions/overview/
Actions supports using runners, and there are also webhooks that are useful for triggering e.g. Jenkins. I use the latter, works great.