Sentiment 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…
> Proceeds to list but a handful of remotely meaningful repos against the hundreds of thousands on there The trend is what's interesting here. Github has never been threatened by anyone, because their service was too good to bother for everyone but the most ideologically motivated. Now their service has become so bad there's a github joke at work every time something is down or slower than it should. Reputation is a…
Why developers are ditching GitHub for Codeberg and self-hosting alternatives
81–90 of 289 posts
Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#82I now run Git on a pi using Gitea and Forgejo. I can now upload files of a size unheard of in GitHub, Claude can make a PR by itself that I can diff, edit, then merge, and even with the mighty power of a single pi 3b+, it feels more responsive.
Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#83It'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…
For the personal-opensource ones, I am on Github because this is where everyone is when I want to share/collaborate etc
Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#84It'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…
For public projects I have workflows that can publish and push containers to both Gitea and Github.
Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#85Genuinely curious here for someone who has tried self hosting git and has found it a pita to maintain...i want to know what is it that devs are flocking to other platforms and how are we sure that they won't pull all the red card signals that github is said to pull off.
Have been self-hosting GitLab for my org a few years by now, with quite a few users (>800 atm). Updates are automatic via the GitLab Omnibus package repos. Once or twice per year some update requires intervention. Otherwise, nothing bad happens. Very happy so far. Biggest problem at the moment is that AI scrapers (curse them and their owners, pox be upon their houses!) sometimes bring things to a crawl. But nothing t…
Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#86It'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
#87Earlier quoted context omitted.
> Proceeds to list but a handful of remotely meaningful repos against the hundreds of thousands on there The trend is what's interesting here. Github has never been threatened by anyone, because their service was too good to bother for everyone but the most ideologically motivated. Now their service has become so bad there's a github joke at work every time something is down or slower than it should. Reputation is a…
Except the article doesn't prove any trend
Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#88Earlier quoted context omitted.
> If there's a trend That's the point being made. Is there a trend? How do we know? There's always some repos moving between hosting providers for all kinds of reasons. The burden of proof is on the author here to show there's been an increase and they don't do that.
The early adopters are leaving. These are the people that will blaze a trail that others follow.
And not provide any other meaningful data
Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#89Re: Why developers are ditching GitHub for Codeberg and self-hosting alternatives
#90You'd be surprised how easy it is to self-host GitLab with Docker Compose, GitLab has an official "Omnibus" Docker image. No need to handicap yourself with Gitea/Forgejo/whatever, you can just use an industry-standard platform without much effort. Hardware requirements are nowhere close to high either.
What makes GitLab "industry-standard" and Forgejo not?
(Aside: I would likely never use Gitlab by choice, and would consider looking into Forgejo)