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
4
votes
0 answers

Matrix + coturn: TLS not working

I'm trying to get (as a Docker stack) Matrix Synapse (matrixdotorg/synapse) together with Coturn (coturn/coturn) to work. Matrix is fully working with TLS certs. Also the coturn server works with disabled TLS without any problems. But when I enable…
Philipp
  • 93
  • 1
  • 11
3
votes
0 answers

Matrix Synapse matrix-appservice-irc messages only travel from IRC to Matrix

My irc bridge has connected the rooms i wanted, except messages are only passed from irc to matrix! Also the matrix[m] users are not appearing in the irc chatroom. Here are my configs: $ cat config.yaml # Configuration specific to AS registration.…
PC-Admin
  • 63
  • 1
  • 7
2
votes
1 answer

Where is the Riot keybackup stored? (Chat Riot/Matix/Synapse)

We have configured a Matrix-Synapse homeserver. In Riot-Chat you can store all your encryption keys in a central backup: Question: Where is this backup stored? On the homeserver? On the federation server? On the vector.im-Server? ... and (where)…
MacMartin
  • 338
  • 1
  • 4
  • 17
2
votes
1 answer

Matrix Synapse behind reverse proxy spawns "Fingerprint issue" errors

I want to set up an instance of Synapse behind an nginx for reverse proxying. Since the nginx is set up with TLS for HTTPS, this somewhat outdated blogpost recommends to set up matrix-synapse with the TLS stuff already used in the nginx vhost, since…
simonszu
  • 343
  • 5
  • 14
1
vote
1 answer

Matrix synapse with nginx reverse proxy returns 404

Trying to configure Matrix synapse with Nginx ssl reverse proxy. Here my config server { listen 443; server_name domain.name.com; ssl on; ssl_certificate SSL_CERT; ssl_certificate_key SSL_KEY; ssl_trusted_certificate…
Roman Koval
  • 101
  • 7
1
vote
1 answer

Matrix Synapse admin UI behind NGINX reverse proxy

I set up a Matrix Synapse server and everything is working fine so far. My only problem is accessing the admin UI which I got from github Awesome-Technologies / synapse-admin I symlinked the index.html into nginx webroot at /var/www/html and wrote…
walwei88
  • 11
  • 2
1
vote
1 answer

Dendrite matrix server behind Apache returns "Unauthorized" or "Failed to make_join via any server" after accepting invitation on a matrix.org account

Just wondering if anyone already got a Dendrite homeserver running behind an Apache web server instead of the default nginx. I installed Dendrite using this guide: https://pieterhollander.nl/post/dendrite-matrix-homeserver/ -- only that I opted for…
thomiel
  • 111
  • 3
1
vote
1 answer

Matrix Synape server not connecting to other servers

I finally set uo my own synapse instance. I can chat with my colleges inside my own instance. He is connectet to my server over the WAN (prodforwarding), an I am writing over the LAN. But we fail to connect to other servers (I tried, matrix.org,…
Boba Fit
  • 121
  • 6
1
vote
1 answer

Save survey variables into host variables|facts?

I have several AWX job templates/playbooks all based off this one ansible script: https://github.com/spantaleev/matrix-docker-ansible-deploy The initial script I use to deploy a server has the variables currently defined in Inventories >…
PC-Admin
  • 63
  • 1
  • 7
0
votes
1 answer

Matrix Synapse URL Previews Fail - netaddr.core.AddrFormatError

Platform: Debian 9 Matrix/synapse version: 0.22.1-1 I first installed the necessary dependencies: $ pip install lxml $ pip install netaddr $ pip install twisted $ sudo apt install libxslt1-dev I then edited /etc/matrix-synapse/homeserver.yaml so…
PC-Admin
  • 63
  • 1
  • 7
0
votes
2 answers

Matrix Synapse TURN configuration fails

Platform: Debian 9 Matrix Synapse version: 0.22.1-1 Coturn version: 4.5.0.5-1+b1 https://github.com/matrix-org/synapse/blob/master/docs/turn-howto.rst I tried to follow this guide but TURN server keeps failing to connect users across separate NATs.…
PC-Admin
  • 63
  • 1
  • 7
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 federation not possible

I successfully set up my homeserver based on the description available in https://linuxhandbook.com/install-matrix-synapse-docker/ using a docker image. I had to change it a little bit, as I am using Apache as a reverse proxy. This I made from…
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…
1
2