393
GitLab is reportedly up for sale
(www.developer-tech.com)
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
Follow the wormhole through a path of communities !webdev@programming.dev
Much like that comment. Can you give a better example, or express why it's a bad example? That would bring some quality in.
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.
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.
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
Forgejo is a gitea fork, it's got nothing to do with gitlab
Are they "forks" or are they "built on top of"?
Forgejo used to be built on top of Gitea (soft fork) but since this year have been starting to go their own way, which may break things (hard fork).