Questions tagged [matrix-synapse]

Questions about Synapse, the reference server implementation for the Matrix APIs.

Matrix is an ambitious new ecosystem for open federated Instant Messaging and VoIP. Matrix Synapse is its reference server implementation.

Read more at

48 questions
3
votes
2 answers

nginx is installed but command not found

so i'm trying to install matrix synapse on ubuntu. i followed these steps i wrote all the commands just fine until "the step for Activate the virtual host file and test the configuration." Now when i write this Command nginx -t i face with this…
3
votes
1 answer

Couldn't listen on :::8008: [Errno 97] Address family not supported by protocol

I am using "docker.io/matrixdotorg/synapse:latest-py3" docker image, It is working as expected When I run it locally but only when I deploy it to my cluster and having Couldn't listen on :::8008: [Errno 97] Address family not supported by protocol…
The Rock
  • 323
  • 1
  • 8
  • 18
2
votes
0 answers

Matrix federation not working on subdomain but with root domain usernames

I want to setup my matrix-synapse server to successfully use the federation. Sadly, the federation tester always returns this error: ERROR: on 173.249.31.197:8448: x509: certificate is valid for matrix.phsta.de, not phsta.de Background: I'm using…
2
votes
2 answers

Multi-tenancy in the matrix.org for single homeserver with multi domain

I have deployed single instance running for home-server(synapse) with multiple domain attached to it as example.com and example1.com. I want to create the users like b1@example.com and b1@example1.com Is is possible ? Let me know advance?
pankaj Vagare
  • 93
  • 1
  • 1
  • 7
1
vote
1 answer

matrix synapse - How to get Access to database

i experiment a bit with matriy synapse. It´s working local on my root server, i can use matrix clients to get access. So this is working. I want to go a little bit deeper. I have two questions: Where i can find a fully database schema. I do some…
Ruven JR. Maerson
  • 309
  • 1
  • 6
  • 16
1
vote
1 answer

MatrixError: [400] Adding an email to your account is disabled on this server

Could anyone help me with this Matrix Synapse - Element error? I try to allow users to add their email, but I get this error: Unable to add email address MatrixError: [400] Adding an email to your account is disabled on this server…
1
vote
0 answers

Matrix Client Push Notification implementation question

We're building a matrix client and trying to enable push notifications. I've already got our client's push gateway set up with some modifications to create a notification body for FCM (our client doesn't support silent data-only notifications yet).…
Jordan Myers
  • 21
  • 1
  • 3
1
vote
1 answer

Matrix / Synapse: send image via client server API

Matrix is an open network for secure, decentralized communication. I run the Synapse implementation of the Matrix Homeserver on one of my hosts. I would like to send messages using the client-server API to a specific matrix room. I use an access…
1
vote
1 answer

Matrix Synapse server: Filtering Events for messages only (m.room.message), can't get it to work

I call the Synapse method https://spec.matrix.org/v1.3/client-server-api/#get_matrixclientv3roomsroomidmessages and want to get only the messages, and I am using specific filter but I get also other events than messages Steps to reproduce: call the…
1
vote
2 answers

Host name for a standalone docker container

I have a docker setup made up of a compose file with 2 services and one app running in a standalone container. My compose file has this structure version: '3' services: synapse: image: docker.io/matrixdotorg/synapse:latest depends_on: …
Stylishcoder
  • 1,142
  • 1
  • 11
  • 21
1
vote
0 answers

Basic queries related to client server communication

I have some very basic queries on synapse and client communication. Thanks in advance. I thought normal Android phones do not have secure storage with them (although some high end phones do have secure storage in the form of TEE). Right? So, how…
1
vote
0 answers

Bridging/cloning Matrix Synapse server in intranet with server in internet

I would want to bridge or clone two Matrix servers, one located in a intranet and the other in internet. Intranet can access internet (with not infrequent cuts) but cannot be accessed from internet. Both server are connected by a VPN so they can…
Eneko
  • 1,709
  • 1
  • 16
  • 25
1
vote
1 answer

reCaptcha configuration for Matrix Synapse

My configuration in homeserver.yaml is as follows (no quotes of any sort around the keys): recaptcha_public_key: the_public_key recaptcha_private_key: the_private_key enable_registration_captcha: true I have verified that changes in homeserver.yaml…
Chapo
  • 2,563
  • 3
  • 30
  • 60
1
vote
1 answer

How to access docker volumes on a Synology NAS

I am trying to get a Matrix Synapse server running on my Synology NAS through docker. When I run the generate command to get the intial homeserver.yaml, it does get generated : $ sudo docker run -it --rm --mount…
Chapo
  • 2,563
  • 3
  • 30
  • 60
1
vote
1 answer

Rooms per user in matrix synapse database

How can I get the total number of matrix rooms a user is currently joined using the synapse postgres database? (excluding those rooms the user has left or been kicked, or been banned from)
dimabe
  • 104
  • 7
1
2 3 4