matrix-synapse/README.md

19 lines
702 B
Markdown
Raw Normal View History

2020-09-08 16:40:57 +00:00
# Matrix Synapse
2020-09-09 00:17:57 +00:00
Matrix Synapse, based on the [official `matrixdotorg/synapse`
image][synapse-docker].
2020-09-08 16:40:57 +00:00
1. Set up Docker Swarm and [`abra`][abra]
2. Deploy [`compose-stacks/traefik`][compose-traefik]
2. `cp .envrc.sample .envrc`
3. Edit `.envrc` - be sure to change `$DOMAIN` to something that resolves to
your Docker swarm box
4. `direnv allow` (or `. .envrc`)
2020-09-08 17:01:20 +00:00
5. `abra deploy`
6. `abra service_run synapse` to open a shell
7. `register_new_matrix_user -c /data/homeserver.yaml http://localhost:8008`
2020-09-08 16:40:57 +00:00
2020-09-09 00:17:57 +00:00
[synapse-docker]: https://hub.docker.com/r/matrixdotorg/synapse
2020-09-08 16:40:57 +00:00
[abra]: https://git.autonomic.zone/autonomic-cooperative/abra
[compose-traefik]: https://git.autonomic.zone/compose-stacks/traefik