Comment on Forgejo fills up hard drive with repo-archives
possiblylinux127@lemmy.zip 3 weeks ago
You should limit the amount of storage available to a single service.
Also, set up Anubis or restrict access
Comment on Forgejo fills up hard drive with repo-archives
possiblylinux127@lemmy.zip 3 weeks ago
You should limit the amount of storage available to a single service.
Also, set up Anubis or restrict access
jeena@piefed.jeena.net 3 weeks ago
Yeah, I really need to figure out how to do quotas per service.
foster@lemmy.hangdaan.com 3 weeks ago
If you have a Linux server, you can try partitioning your drive using LVM.
If you are using Docker containers, you can prevent individual services from consuming all disk space by giving them their own logical volume.
jeena@piefed.jeena.net 3 weeks ago
I already have LVM but I was using it to combine drives. But it's not a bad idea, if I can't do it with Docker, at least that would be a different solution.