No description
Find a file
Sebastian Hugentobler 7fbab08a23
Some checks reported errors
Vanwa Containers/matrix-synapse/pipeline/tag Something is wrong with the build of this commit
push to 1.142.0
2025-11-16 09:05:10 +01:00
rootfs use mas for auth 2025-10-29 12:48:21 +01:00
.gitignore initial commit 2016-08-03 11:38:20 +02:00
Containerfile push to 1.142.0 2025-11-16 09:05:10 +01:00
Jenkinsfile setup jenkins 2025-06-06 08:59:29 +02:00
README.md use mas for auth 2025-10-29 12:48:21 +01:00

Synapse homeserver for the matrix network with keycloak auth.

Database

CREATE DATABASE matrix_synapse WITH TEMPLATE 'template0' LC_COLLATE 'C' LC_CTYPE 'C' OWNER 'synapse';

Volumes

  • /var/lib/matrix-synapse/media_store/
  • /var/lib/matrix-synapse/signing/
  • /var/lib/matrix-synapse/registrations/

Environment Variables

SERVER_NAME

Name of the synapse server.

PUBLIC_BASE_URL

Full base url.

SHARED_SECRET

If set, allows registration by anyone who also has the shared secret, even if registration is otherwise disabled.

MACAROON_SECRET_KEY

Secret key for macaroon.

FORM_SECRET_KEY

Secret key to calculate HMACs for form values.

TURN_URIS

Comma seperated list of TURN servers to use.

TURN_SHARED_SECRET

The shared secret used to compute passwords for the TURN server

TURN_USER_LIFETIME

  • default: 1h

How long generated TURN credentials last.

ADMIN_EMAIL

Email at which the administrator can be reached.

DB_HOST

Database host.

DB_NAME

Database name.

DB_USER

Database user.

DB_PASSWORD

Password for the database user.

MAX_UPLOAD_SIZE

  • default: 10M

The largest allowed upload size.

MAX_THUMBNAIL_PIXELS

  • default: 32M

Maximum number of pixels that will be thumbnailed.

DYNAMIC_THUMBNAILS

  • default: True

Whether to generate new thumbnails on the fly to precisely match the resolution requested by the client.

REGISTRATIONS

  • default: []

Semi colon seperated list of registration files to load.

MAS_ENDPOINT

Full url to used matrix authentication service.

MAS_SECRET

Secret to access the configured matrix authentication service.

SSO_CLIENT_WHITELIST

  • default: []

A semi colon separated list of client URLs which are whitelisted so that the user does not have to confirm giving access to their account to the URL.

Ports

  • 8008