Comment on Forgejo fills up hard drive with repo-archives
jeena@piefed.jeena.net 1 day agoYeah, I really need to figure out how to do quotas per service.
Comment on Forgejo fills up hard drive with repo-archives
jeena@piefed.jeena.net 1 day agoYeah, I really need to figure out how to do quotas per service.
foster@lemmy.hangdaan.com 1 day 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 1 day 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.