you are viewing a single comment's thread
view the rest of the comments
[–] 29 points 2 years ago (3 children)

Not very clear to me that this is any more valuable than OG NixOS.

This sounds a lot like the forgejo vs gitea fork. I love the forgejo people but I am yet to see a sufficient differentiator.

  • source
  • hideshow 6 child comments
  • [–] 34 points 2 years ago (1 child)

    https://forgejo.org/compare-to-gitea/

    I dunno, some of these are a pretty big deal, in particular:

    Gitea repeatedly makes choices that leave Gitea admins exposed to known vulnerabilities during extended periods of time. For instance Gitea spent resources to undergo a SOC2 security audit for its SaaS offering while critical vulnerabilities demanded a new release. Advance notice of security releases is for customers only.

    Gitea is developed on github, whereas forgejo is developed on and by codeberg, who use it as their main forge (also mentioned on that page). Someone dogfooding gives me more confidence in the software.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 17 points 2 years ago (1 child)

    I think the reason is because apparently a lot of people are unhappy with a deal Nix inked apparently with a company that does business with the US' Immigrations and Customs

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 2 years ago (1 child)

    They were still pulling in mainline Gitea changes while introducing their own stuff last I checked.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (4 children)

    Pulling in mainline gitea changes, I did see. But I didn't see any notable differences from gitea. Do you know of any?

  • source
  • parent
  • hideshow 8 child comments
  • [–] 5 points 2 years ago*

    Nothing concrete from what I can tell. Becoming a hard fork is relatively recent though (mid-November of last year, roughly).

    As a side note, I understand why Gitea and Forgejo went for a "copy GitHub Actions" approach to their CI, but man do I wish more self-hosted repo software tried to copy Drone/Woodpecker instead. Iterative containers in the pipeline is such a smoother build experience, and it kind of sucks that Gitness is the only one doing it (that I know of).

  • source
  • parent
  • [–] 3 points 2 years ago

    There's plenty, but I do not wish to hijack this thread, so... have a look at the Forgejo 7.0 release notes, the PRs it links to along notable features (and a boatload of bugfixes, many of which aren't in Gitea). Then compare when (and if) similar features or fixes were implemented in Gitea.

    The major difference (apart from governance, and on a technical level) between Gitea and Forgejo is that Forgejo cherry picks from Gitea weekly (being a hard fork doesn't mean all ties are severed, it means that development happens independently). Gitea does not cherry pick from Forgejo. They could, the license permits it, and it even permits sublicensing, so it's not an obstacle for Gitea Cloud or Gitea EE, either. They just don't.

  • source
  • parent