I really need to find some CI platform alternative to Github Actions for collaborative projects.
For my own side projects, I’m perfectly happy with selfci. But for collaborative… there’s got to be something better than this yaml-infested pile of insecure garbage that required bringing in 3rd party code to do basic stuff.
I need something where I could plug in my own self-hosted CI runner machines, and get a stupid dashboard that says ✅️ or ❌️ and a “merge” button. How hard can it be?
I guess I’ll have to vibe-code a hosted version of selfci …