this post was submitted on 08 Sep 2025
65 points (97.1% liked)

Selfhosted

51445 readers
356 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Ugh, apparently yesterday a bot visited my Forgejo instance and queried everything, which caused Forgejo to create repo archives for everything. Git on the instance is 2.1 GB in size, but the repo archive filled up everything and is 120 GB. I really didn't expect such a spike.

That meant that it filled up the whole hard drive and the server and all the services and websites on it went down while I was sleeping.

Luckily it seems that just deleting that directory fixes the problem temporarily. I also disabled the possibility of downloading archived from the UI but I'm not sure if this will prevent bots from generating those archives again. I also can't just make the directory read only because it uses it for other things like mirroring, etc too.

For small instances like mine those archives are quite a headache.

you are viewing a single comment's thread
view the rest of the comments
[–] jeena@piefed.jeena.net 16 points 1 week ago (3 children)

Yeah I understand, but the whole point of me hosting my instance was to make my code public.

[–] omegabyte@piefed.zip 2 points 6 days ago

I appreciate that you make your stuff public. I can't find the specific repos right now but I know I've referenced your code for various fediverse things I've dabbled in over the last year or so.

[–] harsh3466@lemmy.ml 12 points 1 week ago

And I totally understand that. These AI crawlers really suck.

[–] possiblylinux127@lemmy.zip 1 points 1 week ago (1 children)
[–] jeena@piefed.jeena.net 18 points 1 week ago

Codeberg is a instance of forgejo, I run my own instance because I don't want to be dependent on others.