Questions tagged [matrix]
Tag for questions related to https://matrix.org
23 questions
0 votes
0 answers
113 views
Nginx reverse-proxies some routes but not others even with catch-all
Here's the config: server { access_log /var/log/nginx/synapse.access.log; error_log /var/log/nginx/synapse.error.log; server_name synapse.foo.bar; #location ~ ^(/_matrix|/_synapse/client|...
2 votes
0 answers
342 views
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 ...
-1 votes
1 answer
762 views
Route traffic through VPS
I have a local server machine. And I have, as well, a VPS with a domain name and static IP. Is there anyway I can use the VPS as a front interface to route the traffic to my local machine? My local ...
3 votes
3 answers
331 views
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 ...
0 votes
0 answers
329 views
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 ...
0 votes
0 answers
1k views
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 ...
0 votes
1 answer
3k views
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....
1 vote
0 answers
1k views
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 ...
0 votes
0 answers
2k views
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 "...
1 vote
1 answer
6k views
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....
1 vote
1 answer
955 views
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 ...
4 votes
1 answer
2k views
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 ...
1 vote
1 answer
2k views
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/...
0 votes
1 answer
824 views
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 ...
2 votes
1 answer
6k views
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 ...
1 vote
1 answer
1k views
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 ...
1 vote
0 answers
512 views
Synapse - "Failed handle request via 'ThumbnailResource': <XForwardedForRequest at"
My Synapse log is picking up a lot of these errors, not sure how to stop it: /var/log/matrix-synapse/homeserver.log 2020-05-07 12:04:58,581 - synapse.http.server - 110 - ERROR - GET-10514 - Failed ...
2 votes
1 answer
727 views
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 ...
2 votes
1 answer
5k views
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 ...
3 votes
0 answers
407 views
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....
0 votes
1 answer
2k views
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 ...
0 votes
2 answers
7k views
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 ...
2 votes
1 answer
3k views
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 ...