My vps 1cpu stopped running reliably, thanks to #matrix using huge amounts of disk

Setting up #xmpp with a reverse proxy is undocumented.

#Deltachat server hosting script doesn’t work with the latest python

I’m really struggling for #selfhosted chat options.

#databag #nostr

Databag
9.1%
Nostr x0chat
9.1%
Compile deltachat’s chatmail myself
81.8%
Poll ended at .

@lil5 ever had a look at https://yunohost.org/ ?

Maybe it helps

YunoHost: garden your own piece of the Internet!

YunoHost is a system that installs itself on a server and allows you to install and maintain - with very little technical knowledge - digital services (apps) that you control.

@eelcoa yeah my issue with yunohost is that it runs mostly on the host Linux, no containers, this makes backups and restoring not easy. Plus fixing issues/maintenance is a lot harder.
@lil5 @eelcoa huh, how interesting, some people actually prefer containers. Probably reason i hate them is issues maintaining from providers standpoint.

@valdeg @eelcoa

When working with Docker containers, the immutable part and the data/mutable volumes are very clearly defined, backups are incredibly simple.

All you have is a ./data and a docker-compose.yaml in your backups.

The problems arise when you start treating the entire container image as mutable

@lil5 @valdeg Yes, I see, makes a difference