What is the best selfhostable messaging service for family?

greensky@sh.itjust.works to Selfhosted@lemmy.world – 15 points –

I want to selfhost a messaging service for my family. It should be secure and have voice calling option, ideally. Thank you.

40

You are viewing a single comment

I used the official docker image: https://hub.docker.com/r/matrixdotorg/synapse/

My compose file looks like this: https://pastebin.com/3JYzAPr2

Pretty sure I just followed the instructions there.

how have you secured your server when opening your network to the outside?

I'm using a cloudflare tunnel for it. I also have crowdsec installed, only allow ssh keys and only from my IP (I have a static from my ISP), and no ports open other than the ones needed.