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.

23 questions
4
votes
1 answer

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
  • 143
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
  • 163
3
votes
3 answers

Virtual active directory on disk storage - good practice

I have come here to ask a question that is bothering me. What is the best way to virtualize Active Directory when I have two physical servers and a disk array. I know that I need at least two domain controllers. To achieve this, I need to put two…
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
  • 388
2
votes
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…
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
  • 373
2
votes
0 answers

how to disable the creation of space and room by a non admin user in a element synapse matrix private server?

how to disable the creation of space and room by a non admin user in a private element synapse matrix server ? I'm looking for a parameter to add in a homeserver.yaml file of element synapse matrix server for disable the creation of space and room…
sysc4ll
  • 21
2
votes
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
  • 131
1
vote
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…
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
  • 13
  • 1
  • 3
1
vote
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
  • 113
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
  • 121
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
  • 163
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
  • 163
1
2