Questions tagged [matrix]

Tag for questions related to https://matrix.org

Matrix is an open source project that publishes the Matrix open standard for secure, decentralised, real-time communication, and its Apache licensed reference implementations. https://matrix.org

Matrix is the protocol.

Synapse is the reference home server.

Riot is the reference client. There exists riot-web, riot-android and riot-ios.

17 questions
0
votes
1 answer

Docker+Synapse+Traefik v2 stops working when I make a separate backend network

I'm trying to set up a Matrix Synapse server using Docker and a Traefik v2 reverse proxy. My setup works if I define a single network in my docker-compose file and have Traefik, Synapse and postgres all use that network. However, based on what I've…
Tim MB
  • 103
  • 2
0
votes
1 answer

Is there a way to migrate an existing matrix-synapse user database to OpenLDAP?

I am looking for a way to migrate a huge Synapse home server database to OpenLDAP without resetting the users' passwords. Migration to LDAP is necessary as we would like to integrate all our online services into each other Therefore, I am looking…
1
2