GitHub CEO to step down
GitHub CEO to step down
Just a moment...
- In a separate memo, Microsoft CoreAI head Jay Parikh outlined a new structure that will see GitHub leadership reporting to several Microsoft executives.
- Microsoft developer division head Julia Liuson will oversee GitHub's revenue, engineering and support.
- GitHub chief product offer Mario Rodriguez will report to Microsoft AI platform VP Asha Sharma.
And another reason to not use GitHub for new projects anymore and working on migrating older projects away from it.
Codeberg is good for open-source projects.
I don't think they allow non-open-source except by special permission.
But why would you publicly host code of closed-source software?
where would you recommend going? i can self host but would like somewhere that can be monitored by cloudflare for rebuilding of static pages, etc.
I’d either selfhost a Forgejo instance (which I already do) or use Codeberg (which I also do). The Cloudflare thing for selfhosting is something you need to set up on your own, though.
Why not Codeberg?
You can setup a Forgejo Action that deploys the site using Cloudflare Wrangler. Codeberg uses Forgejo, and GitLab CI/CD should work too.
If Wrangler is too hard I think there's a webhook thing, but I'm not too sure.
I use codeberg as well as a self-hosted local forgejo for backups. On codeberg, lots of people use woodpecker-ci to automate building static pages but I just manually build with jekyll
what is the use case for cloudflare?
is it still self hosting if you use an external service like that?