101
DMCA Notices Took Down 31,151 GitHub Projects Last Year.
(torrentfreak.com)
1. Posts must be related to the discussion of digital piracy
2. Don't request invites, trade, sell, or self-promote
3. Don't request or link to specific pirated titles, including DMs
4. Don't submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
Torrenting/P2P:
Gaming:
💰 Please help cover server costs.
![]() |
![]() |
---|---|
Ko-fi | Liberapay |
I'm curious about codeberg. It looks like they have a CI/CD pipeline. How does it compare to GitHub actions?
couldn't tell you, never used either.
well, that's not entirely true. i self host Forgejo and Woodpecker, which i think (might be wrong here, especially because Forgejo does have its own CI/CD now) is what Codeberg offers. anyway, it's been OK for the automatic deployments of my little projects. pipeline configuration was flexible and straightforward enough to surprise me in a good way.
Can anything be worse than GitHub actions?
Forgejo Documentation says they should be familiar to people who use github actions, they're not the same but I found that when debugging some a few months back that github information was applicable, if that helps.
there is a nice CI/CD system that works locally and at cost hosted runners for personal plans. its very early stage. but i've been using it for my personal projects.
it runs on a virtualization stack, and it can do things like github code spaces + ci/cd + model training. has built in code coverage/custom metrics.
the code spaces bit doesnt work perfectly yet sadly (upstream issues) and mac support needs some improvements.