I want to selfhost a messaging service for my family. It should be secure and have voice calling option, ideally. Thank you.
I want to selfhost a messaging service for my family. It should be secure and have voice calling option, ideally. Thank you.
Hey , do you have a guide on how to host my own matrix server?
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.
Thanks for sharing. Couldn’t get it to work but I’ll try again with your compose file.
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.