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.

21 questions
0
votes
0 answers

Nginx - redirect subdirectory to a different domain without changing URL

We've set up a Matrix-Synapse chat server at the root of one domain, and we'd like to redirect the /element subdirectory to the Element client hosted at another domain, but without changing the browser's URL. We've previously used an nginx…
0
votes
0 answers

Matrix, Synapse server can't be reached

I set up a matrix server and everything seems to be happy, but I can't connect to the server. Calling it with: matrix.myDomain.de results in ERR_TIMED_OUT Calling it with: matrix.myDomain.de:8008 results in ERR_CONNECTION_REFUSED. I get an answer…
Voxel
  • 1
  • 1
0
votes
1 answer

nginx reverse proxy showing default page

I have just installed Synapse on my VPS and now trying to set up nginx reverse proxy. However, it's showing the nginx default page. I have another subdomain with reverse proxy at https://discourse.xinghaizhandui.com which works fine. I checked the…
0
votes
0 answers

matrix-synapse delegation fails due to "No such file or directory" error on delegating server

I am setting up delegation on a synapse server. I follow the official docs and seem to have everything in place. I get the following error on example.com nginx logs when I enter the homeserver "example.org" in a client, that is supposed to delegate…
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