diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-04-06 17:02:44 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 17:02:44 -0400 |
commit | 71953139d15e85898e77c0572f7f94d09d58e747 (patch) | |
tree | a30eb80ad94a3a2daeea656004ad038b47a31854 /debian/templates | |
parent | Remove stream before/after debug log lines (#7207) (diff) | |
download | synapse-71953139d15e85898e77c0572f7f94d09d58e747.tar.xz |
Add information about .well-known to Debian installation. (#7227)
Diffstat (limited to 'debian/templates')
-rw-r--r-- | debian/templates | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/templates b/debian/templates index 647358731c..458fe8bbe9 100644 --- a/debian/templates +++ b/debian/templates @@ -2,8 +2,10 @@ Template: matrix-synapse/server-name Type: string _Description: Name of the server: The name that this homeserver will appear as, to clients and other - servers via federation. This name should match the SRV record - published in DNS. + servers via federation. This is normally the public hostname of the + server running synapse, but can be different if you set up delegation. + Please refer to the delegation documentation in this case: + https://github.com/matrix-org/synapse/blob/master/docs/delegate.md. Template: matrix-synapse/report-stats Type: boolean |