Codeberg Is Down
sscaryterry
49 points
33 comments
June 27, 2026
Related Discussions
Found 5 related stories in 733.7ms across 14,015 title embeddings via pgvector HNSW
- GitHub Is Down cosuhi · 78 pts · June 08, 2026 · 53% similar
- Moving from GitHub to Codeberg, for lazy people jslakro · 568 pts · March 26, 2026 · 53% similar
- Old Reddit Is Down Crunsher · 23 pts · May 18, 2026 · 52% similar
- GitHub is once again down MattIPv4 · 352 pts · March 24, 2026 · 52% similar
- ChatGPT and Codex Down bakigul · 32 pts · April 20, 2026 · 52% similar
Discussion Highlights (9 comments)
analogpixel
I can't take it anymore, I'm moving all my projects to github!
roscas
https://status.codeberg.org/status/codeberg "Power Outage Since Sunday 00:18 CEST, Codeberg.org is offline. From our investigation, our primary location lost power in our racks, leaving the majority of our servers and some network switches offline. We're waiting for a fix from the datacenter operator. " from that status page.
muglug
Maybe related to the heatwave? I've heard some European data centres are having trouble with their cooling systems.
matt_daemon
> For the time being, it appears that all three servers are without power. This strikes me as odd, only three servers?
DarkNova6
A large chunk of companies I've worked for or consulted for had their own on-prem Gitlab. I think they chose correctly.
assimpleaspossi
Never heard of it. And it makes HN?
linzhangrun
Only well known project on Codeberg that comes to mind is Zig
kevinfiol
Has anyone used the Repository Mirroring Feature [1] to mirror repos across self-hosted Forgejo/Codeberg/Github? How effortless is it? Ideally, I'd like to only ever push repos/branches to my self-hosted Forgejo, and have those changes automatically reflected on Codeberg/GH without thinking about it. [1] https://forgejo.org/docs/v15.0/user/repo-mirror/
Ferret7446
I suppose this is a good opportunity to ask, why do people get so affected by DVCS hosts going down? You can work locally with Git without uploading every change. Despite the constant reported GitHub downtime, I have not ever been adversely affected even once, since pushing and pulling are done every few days and I can freely branch/commit/merge locally.