this post was submitted on 18 Aug 2025
264 points (97.8% liked)

Asklemmy

50272 readers
536 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] NuclearDolphin@lemmy.ml 9 points 2 weeks ago (1 children)

Codeberg (and Forgejo in general) is the nicest code forge I have ever used.

GitLab has horrible UI/UX. Is slow as hell and so heavy that self-hosting is a strain on compute resources. The layout of the sidebar makes finding what you care about slow.

Forgejo is slick as hell, very light on resources, and does virtually everything GitLab or GitHub does. Looks pretty much identical to GitHub with a clean coat of paint, but the UI runs so much faster in the browser.

The only downside to Codeberg and Forgejo is having to roll your own CI actions.

Forgejo makes migrating projects such a breeze too. You can transfer everything you have on GitHub in under 10 minutes. Forgejo is also working on implementing the ForgeFed spec, which will enable federated projects where people on other instances can create issues and otherwise interact with your project.

Seriously try out Forgejo with a couple projects, there is nothing you will miss about GitHub.

[โ€“] victorz@lemmy.world 2 points 2 weeks ago (1 children)

Thanks so much for the detailed response!

I was already on both GitLab and Codeberg actually, but now I feel confident moving entirely to Codeberg. โค๏ธ

You wouldn't happen to have tried SourceHut as well, have you?

[โ€“] NuclearDolphin@lemmy.ml 2 points 1 week ago (1 children)

Never tried SourceHut, but it definitely seems lightweight from browsing repos hosted on a SourceHut instance. UI is different from other code forges to say the least.

[โ€“] victorz@lemmy.world 1 points 1 week ago

Yeah. Shame there's practically no free plan, but glad to see there are interesting alternatives.