greensky@sh.itjust.works to Selfhosted@lemmy.world · 3 years agoWhat is the best selfhostable messaging service for family?message-squaremessage-square56linkfedilinkarrow-up140arrow-down10file-text
arrow-up140arrow-down1message-squareWhat is the best selfhostable messaging service for family?greensky@sh.itjust.works to Selfhosted@lemmy.world · 3 years agomessage-square56linkfedilinkfile-text
I want to selfhost a messaging service for my family. It should be secure and have voice calling option, ideally. Thank you.
minus-squareDusty@l.dustybeer.comlinkfedilinkarrow-up8·3 years agoI 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.
minus-squarePoisonedPrisonPandalinkfedilinkarrow-up3·3 years agohow have you secured your server when opening your network to the outside?
minus-squareDusty@l.dustybeer.comlinkfedilinkarrow-up3·3 years agoI’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.
minus-squarePracticalParrotlinkfedilinkarrow-up1·3 years agoThanks for sharing. Couldn’t get it to work but I’ll try again with your compose file.
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.
Thanks for sharing. Couldn’t get it to work but I’ll try again with your compose file.