this post was submitted on 29 Jul 2024
383 points (99.5% liked)

Programming

16977 readers
187 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Spzi@lemm.ee 35 points 1 month ago (2 children)

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

[–] bruhduh@lemmy.world 8 points 1 month ago* (last edited 1 month ago) (1 children)

https://forgejo.org/ here's a little better example, though you did a great job doing some proposal, gotta love those who do at least some initiative

[–] Miaou@jlai.lu 3 points 1 month ago (1 children)

Forgejo is a gitea fork, it's got nothing to do with gitlab

[–] technom@programming.dev 8 points 1 month ago (1 children)

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 1 points 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.