matrix/roles/synapse/README.md

27 lines
685 B
Markdown
Raw Normal View History

2024-09-20 12:15:55 +00:00
# `finallycoffee.matrix.synapse` ansible role
## Configuration
### Required
The following variables need to be populated:
- `synapse_domain` - the domain this homeserver should be authoritative for.
- `synapse_signing_key` - the signing key synapse should use.
Set either this or `synapse_role_generate_signing_key: true`.
## Other
- [Configure your database](docs/database.md)
- [Configure your listeners](docs/listeners.md)
- [Configure logging](docs/logging.md)
## Deployment methods
- `docker`
- `podman`
- `venv` - Python virtual env supervised with `systemd`
2024-09-20 12:15:55 +00:00
Set `synapse_deployment_method` to one of the supported deployment methods.
The current default is `docker`.