Comment on Discord is nuking Nintendo Switch emulator devs and their entire servers
Zworf@beehaw.org 7 months agoIt’s not as snazzy as Discord but it’s fully open-source and federated. So everyone can run their own server (I do, too). If you don’t care about running your own you can just sign up at https://app.element.io/ .
It also offers many “bridges” to other protocols, like WhatsApp, Telegram, even Discord. Those are not quite as mature and mostly third-party provided but they generally work well.
There’s a really great ansible playbook for installing your own. If you would like to have the full bridged experience, beeper is probably best.
dan@upvote.au 7 months ago
Thanks! I’ll have to see if there’s Docker containers available. Ansible is definitely doable too, but I prefer Docker. I’ll stick it on the same server I’m running Lemmy and Mastodon on :)
Zworf@beehaw.org 7 months ago
Actually the ansible playbook creates a bundle of docker containers so you get the best of both :)
dan@upvote.au 7 months ago
Ahh… Interesting!
Do you know how much RAM it needs? I have a spare VPS with 9GB RAM - is that sufficient? I could run it in a VM on my home server instead, too.
Zworf@beehaw.org 7 months ago
Yeah for sure. I run the server + a bunch of bridges (whatsapp, signal, telegram) on an old atom NUC with 8GB RAM and it only actually uses 2 GB.
Here’s the documentation for the playbook: github.com/…/matrix-docker-ansible-deploy
I can really recommend it.