lml@remy.citytoMildly Infuriating@lemmy.world•I found a nice and easy lemmy bug to fix, but someone beat me to it by 18 hours.
23·
1 year agoAt least you got yourself into the contributing mindset. Tackle the next issue!
Web Developer (I ❤️ PHP). Admin of remy.city kbin instance.
At least you got yourself into the contributing mindset. Tackle the next issue!
Don’t they know not to use the window-git AUR package? It’s a development build and could be unstable/unsafe.
Thanks for reminding me of that! I haven’t been around since the old old forum days, but from my time on Minecraft server Enjin forums, I definitely remember arguments going on, outside of the main discussion, and every once in awhile you’d get a ‘settle down you two’ from someone. The tree format kind of takes the ‘one big room, many conversations going on’ vibe away.
My kbin instance’s data (text data, that is) probably takes up less than 8 GB right now, and I’ve had it running about two weeks. Media storage (which I do through S3) is around 5 GB so far. Kbin does do media mirroring different than Lemmy though (I think), so YMMV. I think Lemmy mostly links to the original instance’s media object as the source.
The main thing I found eating storage on my server was a lot of old Docker images (and volumes) from me trying to get everything up and running. If you are using Docker you could try doing a
docker system prune --all
to get rid of unused images/build caches (anything that isn’t running currently).