this post was submitted on 11 Aug 2025
1142 points (99.5% liked)
Technology
74055 readers
5075 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm running a self hosted Gitlab instance right now but thinking of switching to Forgejo. Anyone tried both and have thoughts on each?
I use GitLab at work and Forgejo at home. GitLab is huge, Forgejo is lighter. GitLab Runner is very nice, Woodpecker was a pain to setup but it now does everything I need. GitLab supports subgroups, Forgejo does not. Forgejo is FOSS with a non-profit behind it, GitLab Inc. is for-profit.
At the end, I like to work with both. GitLab has lots of features, but for my own stuff Forgejo serves me very well and I like the openness of it.
Have you tried the Forgejo runner?
I've just installed and configured it, it's pretty easy and straightforward. But there are things that should be smoother, for instance I want to run my pipeline on a custom docker image hosted on the same forgejo oci registry and authentication it's a nightmare
I have self-hosted both, although admittedly Gitlab was quite a few years ago. Forgejo is faster and lighter, GitLab is slow and huge. Unless you know you need a very specific GitLab feature, I'd go Forgejo all day.
Perfect question for the Codeberg matrix channel I suppose