this post was submitted on 12 Jun 2025
147 points (98.7% liked)

Solarpunk

6929 readers
172 users here now

The space to discuss Solarpunk itself and Solarpunk related stuff that doesn't fit elsewhere.

What is Solarpunk?

Join our chat: Movim or XMPP client.

founded 3 years ago
MODERATORS
 

First of all, I love you, slrpnk admins. You handled it all like champions! Happy to have you back.

Someone said in one one of the matrix chats during the outage that the fact that this instance is selfhosted and went down is like true experience of a solarpunk world; there won't always be power and that's okay!

Just wanted to write it down in a post since that message was so spot on.

you are viewing a single comment's thread
view the rest of the comments
[–] deafboy@lemmy.world 4 points 2 weeks ago (2 children)

Why stop with power? We should aim for water outages as well! Just when I was starting to think this might not be a pathological ideology...

Good luck to the admins though, I appreciate the effort to stay out of cloud. It's hard to maintain constant uptime when you don't have teams of people dedicated to keep stuff afloat.

Now when I think about it, is it even possible to run lemmy on a cluster, like a regular web app, or is it a monolith?

[–] Lazycog@sopuli.xyz 7 points 2 weeks ago

Happy cakeday :)

My home country has a general guideline for all the inhabitants: keep stocked up on emergency food water + some other stuff enough that you can survive 3 day power, water and other outages.

Been living with that in mind for a long time!

Never been under a true test though.

[–] Dave@lemmy.nz 5 points 2 weeks ago

Now when I think about it, is it even possible to run lemmy on a cluster, like a regular web app, or is it a monolith?

There's a page for info on horizontal scaling Lemmy here: https://join-lemmy.org/docs/administration/horizontal_scaling.html

It does seem to be out of date (for one, it mentions that pict-rs can't be horizontally scaled due to the sled database, but pict-rs now supports postgres so maybe that has changed.

I know larger instances run a separate federation container and many instances (including mine) run multiple lemmy-ui containers for the front end, but as I understand it the Lemmy backend can only run as a single service.