Complete Matrix-environment
This repository has been archived on 2024-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2024-10-31 17:14:37 +01:00
synapse Structure for Synapse documentation added. 2024-10-31 17:14:37 +01:00
.gitignore Copied the basis from another repo. 2024-10-22 17:16:58 +02:00
README.md Structure for Synapse documentation added. 2024-10-31 17:14:37 +01:00

Table of Contents

A complete Matrix installation

This is going to be a Matrix installation with all bells and whistles. Not just the server, but every other bit that you need or want.

We're building it with workers, so it will scale.

Overview

Synapse

We'll use Synapse, using the workers architecture to make it scalable, flexible and reusable.

Installation and configuration are documented under synapse, "monolithic" for the standard installation, and "workers" for the advanced configuration.

Logging

Logging is configured in log.yaml. Some logging should go to systemd, the more specific logging to Synapse's own logfile(s).

TURN

We'll need a TURN server, and we'll use coturn for that.

Wiki

Of course there's a wiki in this repository.