diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-05-23 12:32:38 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-05-23 12:32:38 +0100 |
commit | 833db2d92245a0b7cab9e16f9badc135346f0750 (patch) | |
tree | 24dcbc026c5d6e845ca29446cd5678378059a115 /docs/privacy_policy_templates | |
parent | Some docs about server notices (diff) | |
download | synapse-833db2d92245a0b7cab9e16f9badc135346f0750.tar.xz |
consent tracking docs
Diffstat (limited to 'docs/privacy_policy_templates')
-rw-r--r-- | docs/privacy_policy_templates/README.md | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/privacy_policy_templates/README.md b/docs/privacy_policy_templates/README.md deleted file mode 100644 index a3e6fc0986..0000000000 --- a/docs/privacy_policy_templates/README.md +++ /dev/null @@ -1,23 +0,0 @@ -If enabling the 'consent' resource in synapse, you will need some templates -for the HTML to be served to the user. This directory contains very simple -examples of the sort of thing that can be done. - -You'll need to add this sort of thing to your homeserver.yaml: - -``` -form_secret: <unique but arbitrary secret> - -user_consent: - template_dir: docs/privacy_policy_templates - version: 1.0 -``` - -You should then be able to enable the `consent` resource under a `listener` -entry. For example: - -``` -listeners: - - port: 8008 - resources: - - names: [client, consent] -``` |