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-11-12 15:56:33 +01:00
call Added page for Element Call. 2024-11-12 15:38:05 +01:00
firewall Comma separated, rather than a slash. 2024-11-04 17:55:48 +01:00
nginx Added part for server_name in nginx. 2024-11-12 15:56:33 +01:00
postgresql Wrong layout, fixed. 2024-11-04 17:34:21 +01:00
synapse Added page for Element Call. 2024-11-12 15:38:05 +01:00
.gitignore Copied the basis from another repo. 2024-10-22 17:16:58 +02:00
README.md Link to Element Call. 2024-11-12 15:41:54 +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

A complete Matrix environment consists of many parts. Other than the Matrix server itself (Synapse) there are all kinds of other things that we need:

Synapse

This is the core component: the Matrix server itself.

Installation and configuration is documented under synapse.

TURN

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

It's apparently also possible to use the built-in TURN server in Livekit, which we'll use if we use Element Call. It's either/or, so make sure you pick the right approach.

Wiki

Of course there's a wiki in this repository.