this post was submitted on 11 Aug 2025
1133 points (99.5% liked)

Technology

74003 readers
3619 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. 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.
  9. Check for duplicates before posting, duplicates may be removed
  10. 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
[–] SexualPolytope@lemmy.sdf.org 45 points 2 days ago* (last edited 2 days ago) (1 children)

I'm just waiting for Forgejo federation to be a thing, and some sort of definitive website for discovering projects. Right now, even though I do have my slefhosted forgejo instance, I still need to keep my code on GitHub, or no-one else will ever know about it.

[–] sommerset@thelemmy.club 5 points 2 days ago (3 children)

I'm using gitea - why u guys use forgejo again?

[–] dogs0n@sh.itjust.works 20 points 2 days ago* (last edited 2 days ago) (1 children)

I just half went down this rabbit hole, I'm thinking forgejo is the best option (for me) because:

  • they dogfood (they actually use their own product, on the other hand gitea uses github and github actions). This makes me feel more confident in forgejo.
  • is not "owned" by a for-profit entity that could change course in the future, creating a big hassle for me down the line if I need to swap to something else for whatever enshitified reason (since forgejo is no longer compatible with gitea).
  • forgejo seems to be more at-the-ready for finding and fixing security vulnerabilities in their own app (as proclaimed on their site).
  • future possibility for federation (gitea is not planning this according to forgejo site).

Forgejo explaining the differences: https://forgejo.org/compare-to-gitea/

For anyone already using gitea though (like yourself), I don't know of any obvious benefits of swapping over to forgejo right now, unless you have experienced bad stability or issues with gitea firsthand.

If I was to choose for a first install, forgejo seems like the better candidate in my books. Mostly because I can be more sure that in a couple years I wont have to change ship to a new product (incase a for-profit company were to add features that aren't in my best interest).

[–] sommerset@thelemmy.club -1 points 2 days ago (2 children)

Gitea doesn't use GitHub action. Syntax is compatible yes, but it's not GitHub actions

[–] emzili@programming.dev 10 points 2 days ago

That's not what they mean, if you go to Gitea's website and follow the links to the source code, you'll find its being hosted on GitHub. Contrast this with Forgejo which is being hosted at Codeberg, a public Forgejo instance.

[–] snusnu@lemmynsfw.com 15 points 2 days ago

I don't remember the details, but something happened to the Gitea ownership structure without warning, and people were upset about it.

As an actual differentiator: Forgejo has an LTS version that which gets support for 1 year. Normal versions only get supported until the next major release (every few months).

https://endoflife.date/forgejo

Gitea to my knowledge doesn't have any LTS.

[–] SexualPolytope@lemmy.sdf.org 7 points 2 days ago

All the reasons that others mentioned, plus it sound cool.