ArcticFoxes-Synapse-Docker-.../README.md

15 lines
855 B
Markdown
Raw Normal View History

2022-01-13 15:19:52 +00:00
# Synapse-Docker-Compose
Matrix Synapse Docker-Compose
2022-01-13 16:49:31 +00:00
2022-01-13 16:52:38 +00:00
1. Update docker-compose.yml
2022-01-13 16:56:06 +00:00
2. docker-compose run --rm -e SYNAPSE_SERVER_NAME=yourdomain.tld -e SYNAPSE_REPORT_STATS=no synapse generate
2022-01-13 17:01:47 +00:00
3. Update ./files/homeserver.yaml
- Update web_client_location to app.yourdomain.tld (Remember to remove the comment #)
2022-01-13 17:04:05 +00:00
- Update public_baseurl to matrix.yourdomain.tld (Remember to remove the comment #)
- Uncomment serve_server_wellknown to enable it and configure https://yourdoman.tld/.well-known/matrix/server for federation
2022-01-13 23:56:13 +00:00
- Change `pepper` in your password config. Uncomment the setting to enable it.
2022-01-13 23:10:19 +00:00
- Configure the mail credentials if you have a mail server
2022-01-13 23:27:22 +00:00
- Enable `encryption_enabled_by_default_for_room_type` by default
2022-01-13 23:02:31 +00:00
- Enable redis. Put `redis` as the host instead of `localhost`.
2022-01-13 23:27:22 +00:00
- Edit whatever else you might want to