docs: more tips from tracking configs

This commit is contained in:
decentral1se 2022-02-08 01:37:17 +01:00
parent 89bb7a9f58
commit 29c4b53f40
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 12 additions and 0 deletions

View File

@ -31,8 +31,20 @@
## Tips & Tricks
### Seeing what changed in `homeserver.yaml` between versions
Change the version range to suit your needs.
```
git clone https://github.com/matrix-org/synapse
cd synapse/docs
git log --follow -p v1.48.0..v1.51.0 sample_config.yaml
```
### Generating a new `homeserver.yaml`
The default is also available to see [here](https://matrix-org.github.io/synapse/latest/usage/configuration/homeserver_sample_config.html).
```
docker run -it \
--entrypoint="" \