• Spzi@lemm.ee
      link
      fedilink
      English
      arrow-up
      32
      ·
      2 months ago

      Much like that comment. Can you give a better example, or express why it’s a bad example? That would bring some quality in.

      • TechNom (nobody)@programming.dev
        link
        fedilink
        English
        arrow-up
        7
        ·
        1 month ago

        Gitlab is very complex and a heavy resource hog. You probably don’t need it. Most small to medium enterprises can comfortably host their projects on lightweight forgejo or gitea (speaking from experience). They even have functionality similar to github actions. If you need anything more complex, you are better off integrating another self hosted external service to the mix.

        • FizzyOrange@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          1 month ago

          In my experience the other alternatives tend to lack solid CI integration. I have yet to find an open source alternative as good as Gitlab’s.