Comment on Between Codeberg, Forgejo, Gitea, etc., which do you prefer and why?
CameronDev@programming.dev 13 hours ago
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.
hddsx@lemmy.ca 11 hours ago
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
foggy@lemmy.world 7 hours ago
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.
CameronDev@programming.dev 9 hours ago
It is a bit of a hog at times. But it hasnt been bad enough for me to switch. Does forgejo do CI?
felbane@lemmy.world 9 hours ago
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.