• OnfireNFS@lemmy.world
    link
    fedilink
    English
    arrow-up
    11
    ·
    5 days ago

    I’m running a self hosted Gitlab instance right now but thinking of switching to Forgejo. Anyone tried both and have thoughts on each?

    • doeknius_gloek@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      16
      ·
      edit-2
      5 days ago

      I use GitLab at work and Forgejo at home. GitLab is huge, Forgejo is lighter. GitLab Runner is very nice, Woodpecker was a pain to setup but it now does everything I need. GitLab supports subgroups, Forgejo does not. Forgejo is FOSS with a non-profit behind it, GitLab Inc. is for-profit.

      At the end, I like to work with both. GitLab has lots of features, but for my own stuff Forgejo serves me very well and I like the openness of it.

        • pp99@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          4
          ·
          5 days ago

          I’ve just installed and configured it, it’s pretty easy and straightforward. But there are things that should be smoother, for instance I want to run my pipeline on a custom docker image hosted on the same forgejo oci registry and authentication it’s a nightmare

    • kensand@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      3
      ·
      5 days ago

      I have self-hosted both, although admittedly Gitlab was quite a few years ago. Forgejo is faster and lighter, GitLab is slow and huge. Unless you know you need a very specific GitLab feature, I’d go Forgejo all day.