diff options
author | jejo86 <28619134+jejo86@users.noreply.github.com> | 2022-06-29 11:24:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 10:24:10 +0100 |
commit | cdc02594491b9410f250f0adc4ea6d223aa3de7f (patch) | |
tree | 19f4fae2d18022c692c5acf5d45c9ca21ec78053 /docs/setup | |
parent | Merge branch 'develop' into release-v1.62 (diff) | |
download | synapse-cdc02594491b9410f250f0adc4ea6d223aa3de7f.tar.xz |
Document the `--report-stats` argument (#13029)
Signed-off-by: jejo86 <28619134+jejo86@users.noreply.github.com>
Diffstat (limited to 'docs/setup')
-rw-r--r-- | docs/setup/installation.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 5bdefe2bc1..1580529fd1 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -232,7 +232,9 @@ python -m synapse.app.homeserver \ --report-stats=[yes|no] ``` -... substituting an appropriate value for `--server-name`. +... substituting an appropriate value for `--server-name` and choosing whether +or not to report usage statistics (hostname, Synapse version, uptime, total +users, etc.) to the developers via the `--report-stats` argument. This command will generate you a config file that you can then customise, but it will also generate a set of keys for you. These keys will allow your homeserver to |