Skip to main content

Questions tagged [matrix]

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

0 votes
0 answers
113 views

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|...
Rhywden's user avatar
  • 103
2 votes
0 answers
342 views

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 ...
sysc4ll's user avatar
  • 21
-1 votes
1 answer
762 views

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 ...
Hugo Brito's user avatar
3 votes
3 answers
331 views

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 ...
dog_1's user avatar
  • 31
0 votes
0 answers
329 views

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 ...
Charles Johnson's user avatar
0 votes
0 answers
1k views

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 ...
Voxel's user avatar
  • 1
0 votes
1 answer
3k views

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....
Eddy Yuansheng Wu's user avatar
1 vote
0 answers
1k views

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 ...
Christof Bodner's user avatar
0 votes
0 answers
2k views

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 "...
randmin's user avatar
  • 69
1 vote
1 answer
6k views

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....
walwei88's user avatar
1 vote
1 answer
955 views

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 ...
Tim MB's user avatar
  • 113
4 votes
1 answer
2k views

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 ...
Philipp's user avatar
  • 153
1 vote
1 answer
2k views

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/...
thomiel's user avatar
  • 121
0 votes
1 answer
824 views

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 ...
TheOneWithTheBraid's user avatar
2 votes
1 answer
6k views

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 ...
Boba Fit's user avatar
  • 131
1 vote
1 answer
1k views

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 ...
PC-Admin's user avatar
  • 163
1 vote
0 answers
512 views

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 ...
PC-Admin's user avatar
  • 163
2 votes
1 answer
727 views

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 ...
MacMartin's user avatar
  • 388
2 votes
1 answer
5k views

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 ...
Roman Koval's user avatar
3 votes
0 answers
407 views

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....
PC-Admin's user avatar
  • 163
0 votes
1 answer
2k views

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 ...
PC-Admin's user avatar
  • 163
0 votes
2 answers
7k views

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 ...
PC-Admin's user avatar
  • 163
2 votes
1 answer
3k views

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 ...
simonszu's user avatar
  • 373