Now that #codeberg has manifested their anti-AI view with a 70% in favor vote (codeberg.org/Codeberg/org/pull), we're happy to welcome (once again) all the people which have to/want to move their repositories off Codeberg but still want to stay on a Forgejo-based instance.

Bonus: on top you'll get better uptime, faster site responses and faster CI runners - all for free :)

tl;dr: after this ToU change, keeping AI-generated code on Codeberg would violate these and repositories will be in danger of deletion.

#codeberg #codefloe #giveUpGitHub

Summary card of an issue titled "Proposal Assembly 2026: ToU extension to prohibit LLM-extrusions" in repository Codeberg/orgCodeberg.orgProposal Assembly 2026: ToU extension to prohibit LLM-extrusionsHere is the proposed addition for the ToU that @Gusted and I agreed on post-assembly for the upcoming membership vote. 🙏 The discussion for this proposal is available for Codeberg e. V. members in the forum: https://forum.codeberg.org/d/139-resolutions-for-assembly-on-codeberg-taking-a-stand-a...
en

Replying to @⁨silverpill@mitra.social⁩

@silverpill No stance - i.e. All good.

Crypto is a technology in the first place and nothing that should be banned or moderated on the code level. Many people use it in a very positive way.

Abuse and bad acting is always possible and might surely happen in this sector more frequently than elsewhere - but that is actor-related and nothing of our business hosting source code.

If someone would use crypto projects on our CI to act questionable or perform harmful actions - this would be another case then.

Replying to @⁨codefloe@social.tchncs.de⁩

@codefloe is it normal than when i visit a project's "closed" or "all" issues i get a "403 Forbidden" error ("Open" issues work)? E.g. clicking on "Closed" here shows the error: codefloe.com/crowci/crow/issues

Summary card of repository crowci/crow, described as: Fast and resource-efficient CI/CD. A streamlined pipeline engine for Git forges with a focus on low overhead and ease of deployment.CodeFloe - A code hosting platform for the modern agecrowFast and resource-efficient CI/CD. A streamlined pipeline engine for Git forges with a focus on low overhead and ease of deployment.

Replying to @⁨badsector@mastodon.gamedev.place⁩

@badsector That shouldn't be, thanks for raising it!

This is caused by our HAProxy ACL rules denying access if there are too many query parameters in the URL - which is what happens if you visit these paths as FJ will insert something like

$URL?q=&type=all&sort=relevance&state=all&labels=&milestone=0&project=0&assignee=0&poster=0&archived=false

We'll fix it and relax our ACL there. It's always a thin line between gating unwanted traffic and not affecting real users :)