Structure for Synapse documentation added.

This commit is contained in:
Hans van Zijst 2024-10-31 17:14:37 +01:00
parent 71890f521a
commit ef96f98615
Signed by untrusted user: hans
GPG key ID: 43DBCC37BFDEFD72
3 changed files with 24 additions and 0 deletions

View file

@ -28,6 +28,9 @@ tracking](https://element-hq.github.io/synapse/latest/consent_tracking.html)
We'll use Synapse, using the workers architecture to make it scalable, flexible and reusable. 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

View file

@ -0,0 +1,10 @@
---
gitea: none
include_toc: true
---
# Standard, monolithic configuration
This configuration will be enough for most installations.

11
synapse/workers/README.md Normal file
View file

@ -0,0 +1,11 @@
---
gitea: none
include_toc: true
---
# Advanced configuration with workers
This configuration allows optimizing performance, meant for big, busy
installations.