cross-posted from: https://lemmy.zip/post/67880752

Hi, I want to self host a git service to display my work (electronics) for some recruiters. Which platform is the best? I've heard about Gitlab, Gitea and Forgejo. For me the fact that the platform doesn't run some background analytics and does not sell my data is very important.

you are viewing a single comment's thread
view the rest of the comments
[–] 20 points 2 months ago* (6 children)

Gitea is not fundamentally different than Forgejo, Forgejo is just a better fork of it. Better in terms of: more contributors, more users, dogfooding (Gitea is built on Github 🤦).

But yes, GitLab is like the Mac of Git forges: everything is included, doing everything their own way, vendor lock, very expensive. There is a community edition but serious users will run into its limitations and it does not integrate neatly with external solutions.

Forgejo is IMO the Linux of Git forges: low on resources, expandable, hackable, stable.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 5 points 2 months ago (2 children)

    We should also keep in mind that Gitea was hostilely taken away from the community by a for-profit corporation that made Gitea open-core by hiding a way features behind a paywall in a cloud.

  • source
  • parent
  • hideshow 2 child comments
  • [–] -1 points 2 months ago* (1 child)

    FUD

    Gitea is still MIT licensed and the Enterprise tier features only cater to large org needs [1]. Why would I want to deal with nightmarish SAML config when OIDC does a better job

    Forgejo was forked because the maintainers were butthurt they didn't have more say in the development roadmap and their large PRs didn't get reviewed and merged fast enough. Which is a valid reason to fork

  • source
  • parent
  • hideshow 1 child comment
  • [–] 4 points 2 months ago

    FACT

    The corporation basically stole the project from the community and started hiding features behind a paywall.

    It is completely irrelevant if you need the features that are closed and behind a paywall and are not part of the open core.

  • source
  • parent
  • [–] 2 points 2 months ago

    There is a community edition but serious users will run into its limitations

    No true Scot, then?

    I'm running gitlab implementations at a few sites. I've not seen or heard of any performance limiter with a self-managed community edition that removes a tool the others still provide.

    and it does not integrate neatly with external solutions.

    Again, this sounds FUDdy. Which 'external solutions' are you using that a git-push fails on? Some spaghetti of saas tendrils seems to be already a risk, but I can't think of any other external thing that it could mess up with.

  • source
  • parent