Why developers are ditching GitHub for Codeberg and self-hosting alternatives
51–60 of 289 posts
Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#52It's been 9 months since I ditched Github. Currently I self-host Gitea [0], use its registry for Docker, NPM etc and act runners [1] for github actions alternative, everything secured under tailnet. I'm extremely satisfied with that setup. It is batteries included & fire and forget. Now I use Github only as backup by mirroring my self hosted repos. [0] https://gitea.com [1] https://docs.gitea.com/usage/actions/act-ru…
Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#53 1: An easy way to start a VM
2: A one-click solution to access it via private https access
So for development, I dont need to dabble with spawning my own Hetzner VM or something. And I also do not have to dabble with getting a temporary domain and DNS so I can set up my own letsencrypt certs and point the domain to that VM.I can just write an index.html, execute "sudo python -m http.server 80", click the link that then opens to something.app.github.dev and test my new web application.
This is why codespaces make starting a new product idea a thing of like 1 minute instead of 1 hour for me.
Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#54Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#55People using Claude Fable to just make replacements for disgustingly enshittified software. We desperately need browser extensions to help make websites less scummy across the board as well.
Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#56Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#57Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#58Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#59Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#60Sentiment for/against GitHub aside... "Why X are doing Y" articles like these pretend that the premise of "X are doing Y" is true, conveniently skipping to the "Why" before proving that the premise is even accurate in any meaningful way. This is why I never buy headlines that start out with "Why". > developers are ditching Proceeds to list but a handful of remotely meaningful repos against the hundreds of thousands o…