This repository has been archived on 2021-02-08. You can view files and clone it, but cannot push or open issues or pull requests.
shipyard/matrix/matrix.env
Bruno BELANYI 95e15adc13 services: add Synapse
Synapse is the Matrix server software.

This needs some manual setup, launching `docker-compose exec synapse sh`
followed by `register_new_matrix_user -c /data/homeserver.yaml
https://matrix.belanyi.fr/` inside the container.
2021-01-24 23:10:16 +01:00

6 lines
80 B
Bash

SYNAPSE_SERVER_NAME=belanyi.fr
UID=1000
GID=1000
TZ=FR
SYNAPSE_REPORT_STATS=yes