Hiya.

Because a certain country I’m a citizen of likes messing with international traffic, I’ve been increasingly aware of the fact web services can break here overnight. One of the things I’ve still yet to move somewhere more local (or at least have a reasonable backup plan) is messaging.

Matrix seems to be a decent enough replacement for Discord and Telegram in case things go south, but I’m a total brokie. What would be the be the least resource intensive server to put on a VPS in case I’ll need to do it, and would I lose out much in features (say, multiuser voice chats) if I were to use that least resource intensive server?

Cheers.

  • rambos@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    5 months ago

    Im looking for simmilar thing as OP, a private chat server for 3-5 users. Your post seems super usefull.

    I’ve checked snikkets docker-compose and there are proxy and certs containers included. Can I use existing NPM reverse proxy with that docker-compose do you know? Asking before I start modifying docker-compose on my own trial and error approach

    • poVoq@slrpnk.net
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 months ago

      Hmm, maybe it is possible, but Snikket is quite opinionated and you need to keep in mind that the XMPP server also needs direct access to the TLS certificate as it isn’t only using port 443.

      Maybe it will be better to just use Prosody (or Ejabberd) instead then.