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.

  • justme@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    i tried all three for my personal use. so i can’t say much about collaboration aspects. anyway:

    • gitlab is old, stable and solid. and it eats half of your servers resources.
    • gitea and forgeji are for me equal in experience, which is makes sense, as one being a fork of the other. i haven’t had any issues with anything, from setting up, using openid as auth method, to ssh passthrough.
    • eventually i settled now on forgejo, simply for ideology reasons. it’s heavily developed, so things might change. but they have this nice attitude to not release a latest tag for docker. so you can’t accidentally update to a breaking change. had this issue with some other programs, which i spun up to quickly.
    • looking forward to federation feature on forgejo!
  • Mihies@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    2 months ago

    I’d say Forgejo as it is the most simple of the three. If you want more complexity (like CI/CD), then one of the other two. You can checkout Forgejo at codeberg.org.

    • F04118F@feddit.nl
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      2 months ago

      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.