Codeberg down, berg down
from paequ2@lemmy.today to programming@programming.dev on 13 Feb 05:59
https://lemmy.today/post/23792488

#programming

threaded - newest

recursive_recursion@lemmy.ca on 13 Feb 06:21 next collapse

Based on recent news I’m guessing this might be the result of a DDoS attack from the far-right

rimu@piefed.social on 13 Feb 06:26 next collapse

Could be, although codeberg goes down more than anything else I use so this could be normal.

recursive_recursion@lemmy.ca on 13 Feb 06:37 next collapse

Could be, although codeberg goes down more than anything else I use so this just could just be normal.

I also wouldn’t rule that possibility out.

I’m guessing an attack from the far-right as their unruly behavior has been flaring up globally and Codeberg literally yesterday was fending off attacks from the far-right so to me the timing seems supicious.

ms5K8oWx@programming.dev on 13 Feb 10:21 next collapse

although codeberg goes down more than anything else I use so this could be normal

They often go down because of ddos attacks, although not exclusively.

Ephera@lemmy.ml on 14 Feb 06:33 collapse

They’ve posted on Mastodon, that it is a (D)DoS: linuxrocks.online/…/113995906036180301

parpol@programming.dev on 13 Feb 06:57 collapse

Before the ddos they were also spamming a certain n-word. Why are far-right groups targeting codeberg anyway?

recursive_recursion@lemmy.ca on 13 Feb 08:00 next collapse

The real reason is that I have no idea, regardless they’re attacking a free and open source software project/developers that benefits everyone. Attacking them makes no sense.

Far-right extremists tend to act based on tribal emotions rather than with empathy and logic.
Give them anything as an ‘enemy’ and they’re likely to see red and charge.

Edit:
I remembered the reason:

In the past days, several projects advocating tolerance and equal rights on Codeberg have been subject to hate attacks, such as massive spam of abusive messages in their issue trackers.

Kissaki@programming.dev on 13 Feb 09:07 collapse

Codeberg published a blog post yesterday. They suspect (or know?) that it’s a broadened attack because Codeberg hosts liberal and human projects.

In the past days, several projects advocating tolerance and equal rights on Codeberg have been subject to hate attacks, such as massive spam of abusive messages in their issue trackers. We have been monitoring the situation closely and have tried to clean up the content as quickly as possible.

Often, content remained available only for a few and up to 30 minutes. Due to constrained personal capacities, some rare cases have remained online for longer. We appreciate all your reports to abuse@codeberg.org that help us identify abuse quickly.

On 12 February 2025, an abuser has escalated the attacks to a next level. Instead of targetting individual projects, they have started to create abusive content and mentioned Codeberg users in chunks of 100 each.

(emphasis mine)

paequ2@lemmy.today on 13 Feb 06:39 next collapse

Hm. Got tagged on a spam post that just says “hi”.

codeberg.org/austedan/thisisatest1/issues/45

Ah, I didn’t know you could @moderation in the conversation.

crony@lemmy.cronyakatsuki.xyz on 13 Feb 07:26 collapse

I got tagged in one called “N***er balls”.

Imagine waking up and seeting that email notification.

PS: Picture just to confirm:

<img alt="" src="https://lemmy.cronyakatsuki.xyz/pictrs/image/5649a912-9235-4b94-9b22-bae9081baf6e.jpeg">

NOTE: I have also seen since yesterday that my crowdsec instance has been blocking way more ip’s for bots trying to crawl and shit like that so I think that this all might be a more general uptake in bots and that sites that never really had great protections against it are now taking the fall.

Just from yesterday to today I got over 100k more blocks.

Shareni@programming.dev on 13 Feb 12:14 next collapse

Got the same message, but from a different issue

flubba86@lemmy.world on 13 Feb 13:08 collapse

That’s the same one I got.

astro_ray@piefed.social on 13 Feb 07:01 next collapse

It looks like someone is spmming the issue tracker of Codeberg/org with mass mentions

fargeol@lemmy.world on 13 Feb 08:12 next collapse

Codeberg is up again! And I got spammed too, does that mean I’m a good FOSS developer? 😳

Mubelotix@jlai.lu on 13 Feb 09:28 next collapse

if you are on codeberg you are a good FOSS developer

melezhik@programming.dev on 13 Feb 09:48 collapse

Ok. “I am a good FOSS developer”

xtools@programming.dev on 13 Feb 17:57 next collapse

who’s a good FOSS developer? you are!

umbraroze@lemmy.world on 14 Feb 10:42 collapse

Yay, I didn’t get spammed! …so the stuff I have on Codeberg is officially stuff nobody but me cares about. (Sadness, or an opportunity?)

Kissaki@programming.dev on 13 Feb 09:10 next collapse

status.codeberg.org

Uptime status may not be representative though.

When I open the dashboard right now it loads the HTML but then only shows a loading icon.

vividspecter@lemm.ee on 13 Feb 09:15 next collapse

This is a good argument for self-hosting Forgejo (which is quite simple compared to gitlab from what I hear).

But good to see they are standing up to this shit.

bestboyfriendintheworld@sh.itjust.works on 13 Feb 10:14 next collapse

Self hosting git repos can be super minimal. If you don’t have a lot of users or repos, just use ssh. Hell you can host a repo on a local SMB network share eben.

runeko@programming.dev on 13 Feb 11:16 next collapse

I wish I could upvote this a hundred times.

bestboyfriendintheworld@sh.itjust.works on 13 Feb 13:57 collapse

If you’re not stuck on git, give fossil a try. It’s a distributed source code version control with an integrated bug tracker, wiki, forum, and more. All that in in one 3 MB sized binary.

It can even mirror to GitHub and export/import git repositories.

It’s very easy to host yourself.

anamethatisnt@lemmy.world on 13 Feb 12:00 next collapse

Reason I went or self-hosting Forgejo is to know it when federation comes along for real.
I’d love being able to federate my self-hosted Forgejo with my friends self-hosted Forgejo servers.
forgejo.org/2025-01-monthly-update/#federation

sping@lemmy.sdf.org on 13 Feb 19:12 next collapse

Yes it’s trivial to host a repo, and then you have achieved approximately 2% of a forge.

vividspecter@lemm.ee on 14 Feb 02:16 next collapse

True, although it’s nice to have a web UI. And I haven’t tried it myself but there’s Forgejo actions which seems useful if you need it.

Ephera@lemmy.ml on 14 Feb 07:11 collapse
wewbull@feddit.uk on 13 Feb 12:31 next collapse

So much simpler than gitlab. An executable and a single config file. That’s all there is if you use sqlite as the database.

Gitlab was a farmyard of different things to worry about.

BB_C@programming.dev on 13 Feb 13:15 collapse

Traditional server-based self-hosting will have lower average uptime, will be easier to attack, and will have a much higher chance of disappearing out of nowhere (bus factor event, or for any other reason).

A decentralized or distributed solution would make more sense as a suggestion here. Radicale (this one) is such an effort I’m aware of, although I never tried it myself or take a look at its architecture.

vividspecter@lemm.ee on 14 Feb 02:14 collapse

Traditional server-based self-hosting will have lower average uptime, will be easier to attack, and will have a much higher chance of disappearing out of nowhere (bus factor event, or for any other reason).

It’s not a single point of failure at least but if your particular project is targeted then yeah. I was thinking more about using it for private repos, where it isn’t public at all but that’s a separate case.

rutrum@lm.paradisus.day on 13 Feb 12:52 next collapse

Codeberg keeps calling the group the far right. Is there any political motivation or something else here? To me, it just looks like troll behavior. Is there more details about the attacks that I missed?

sudo@programming.dev on 13 Feb 13:47 next collapse

Its right-wing because of the content and target of the trolling. They’ve said this started as a target harrasent of certain projects.

sensiblepuffin@lemmy.funami.tech on 13 Feb 15:16 collapse

If you’ll examine the last 20 years of history, you’ll find that generally, unfocused and unclear trolling with racist elements is usually sourced from the far right.

badmin@lemm.ee on 13 Feb 16:31 collapse

Source? What is the percentage of trolls that were even chased and successfully denonymized?

deadcatbounce@reddthat.com on 13 Feb 14:03 collapse

All we need now is a CodeTitanic, to make the story complete.

umbraroze@lemmy.world on 14 Feb 10:50 collapse

Reminds me: long ago, one comedy website made a bunch of awards that you could put on your own website with if you didn’t get awards from anyone else. (Having a bunch of random awards was the style of the time.) One of these was the coveted Titanic Navigation Award. I don’t think it can be awarded to anyone any more, as the developers of React have been the most deserving one to receive it in recent years, for their unending efforts in making navigation more confusing for everyone.

deadcatbounce@reddthat.com on 14 Feb 17:23 collapse

Hehe!