Earlier quoted context omitted.
Is their CI and CD workflow robust like gitlab/github ?
You can use any CI/CD you want. The only reason GH is popular is that it's free for public repos. But Forgejo does have a GH like CI/CD. If you really care about good CI/CD then you should try some of the alternatives out and decide what works best for your needs.
Ask HN: Alternatives to GitHub
61–70 of 468 posts
Re: Ask HN: Alternatives to GitHub
#62Re: Ask HN: Alternatives to GitHub
#63Re: Ask HN: Alternatives to GitHub
#64Earlier quoted context omitted.
Is their CI and CD workflow robust like gitlab/github ?
It's based on act[0] so it's quite like GitHub actions but not completely [1]. I found in the current version of Forgejo the most secure way to set it up was just to put the runner on a different host. There's a Docker in Docker setup [2] that was challenging to get working correctly but still didn't quite feel secure... After setting it all up, I'm convinced GitHub actions as a concept is flawed. I wish the communit…
Re: Ask HN: Alternatives to GitHub
#65For me it's action and PR history.
Re: Ask HN: Alternatives to GitHub
#66I migrated everything to codeberg several months ago (and created an annual donation schedule). I was never a big fan of github but what ultimately pushed me to ditch it was the way github was shoving copilot/chatgpt in my face without me ever asking. Codeberg has a clear stance on that and it's a stance I can totally get behind. In addition I spun up forgejo at a server at home for very critical stuff and it's aweso…
Re: Ask HN: Alternatives to GitHub
#67Re: Ask HN: Alternatives to GitHub
#68Re: Ask HN: Alternatives to GitHub
#69Earlier quoted context omitted.
You can use any CI/CD you want. The only reason GH is popular is that it's free for public repos. But Forgejo does have a GH like CI/CD. If you really care about good CI/CD then you should try some of the alternatives out and decide what works best for your needs.
What can you recommend?
Re: Ask HN: Alternatives to GitHub
#70A big thing with Github its the unified functionality across most of the OSS world - that we can search across all projects, leverage pipeline actions from other projects, and easily have a single dashboard for our own contributions and interests across all projects. I'd hate to see a move to forge balkanization lose this functionality. But this would not be heavyweight data to federate. So are there any forges with…