zexu knub to Fediverse · 1 year agoAny Discord fediverse alternative???message-squaremessage-square56fedilinkarrow-up187arrow-down12file-text
arrow-up185arrow-down1message-squareAny Discord fediverse alternative???zexu knub to Fediverse · 1 year agomessage-square56fedilinkfile-text
minus-squarehoodlem@hoodlem.melinkfedilinkEnglisharrow-up8arrow-down1·1 year agoI hear a lot about Matrix, but the instructions for self hosting seem very complicated. If anyone has a simpler method, or script I’d be happy to use it.
minus-squareanytimesoonlinkfedilinkEnglisharrow-up6·1 year agoThis repo does a great job of simplifying it. The deployment process is completely automated with ansible, has the best documentation you could ask for https://github.com/spantaleev/matrix-docker-ansible-deploy
minus-squaretarneolinkfedilinkEnglisharrow-up3·edit-21 year agoI am self hosting matrix synapse, it’s actually much easier than XMPP with SSL certs generated by Caddy. Ejabberd doesn’t play well with them. EDIT: with docker.
minus-squareMentalEdge@sopuli.xyzlinkfedilinkEnglisharrow-up2·1 year agoIt is complicated. Most complex thing I’ve ever set up. I don’t think there’s a simplified version, every step is needed.
minus-squareKasperaliteten :mastodon:/EN@todon.eulinkfedilinkarrow-up1·1 year ago@hoodlem @zexu I’ve setup Matrix using Docker, which is pretty straight forward. It’s something like this: https://linuxhandbook.com/install-matrix-synapse-docker/ (they also cover how to setup a reverse proxy to point a domain to it - I’ve just used the Synapse part). I’d gladly share my docker-compose-file in DM, if needed.
I hear a lot about Matrix, but the instructions for self hosting seem very complicated. If anyone has a simpler method, or script I’d be happy to use it.
This repo does a great job of simplifying it. The deployment process is completely automated with ansible, has the best documentation you could ask for https://github.com/spantaleev/matrix-docker-ansible-deploy
Awesome thanks so much!
I am self hosting matrix synapse, it’s actually much easier than XMPP with SSL certs generated by Caddy. Ejabberd doesn’t play well with them.
EDIT: with docker.
It is complicated. Most complex thing I’ve ever set up.
I don’t think there’s a simplified version, every step is needed.
@hoodlem @zexu I’ve setup Matrix using Docker, which is pretty straight forward. It’s something like this: https://linuxhandbook.com/install-matrix-synapse-docker/ (they also cover how to setup a reverse proxy to point a domain to it - I’ve just used the Synapse part).
I’d gladly share my docker-compose-file in DM, if needed.