summaryrefslogtreecommitdiff
path: root/net-im/py-matrix-synapse/files
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-14 08:48:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-14 08:48:50 +0000
commit2614c95748849af51db4a047984962d7f2a37685 (patch)
treeaddeee8776a490f5b6df5a64905199a263728c1d /net-im/py-matrix-synapse/files
parentSecurity update nginx from 1.17.2 to 1.17.3. (diff)
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.)
Notes
Notes: svn path=/head/; revision=508903
Diffstat (limited to 'net-im/py-matrix-synapse/files')
-rw-r--r--net-im/py-matrix-synapse/files/pkg-message.in19
1 files changed, 16 insertions, 3 deletions
diff --git a/net-im/py-matrix-synapse/files/pkg-message.in b/net-im/py-matrix-synapse/files/pkg-message.in
index 9adc251de4b0..0f03e7a15d15 100644
--- a/net-im/py-matrix-synapse/files/pkg-message.in
+++ b/net-im/py-matrix-synapse/files/pkg-message.in
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOM
Configuring Synapse:
The following command can be used to generate a sample configuration of synapse:
@@ -6,12 +9,22 @@ The following command can be used to generate a sample configuration of synapse:
Please note that you will still need to manually configure paths to log
directory, database, and media storage with this method.
-
-NOTE: Starting with Synapse v1.0, valid TLS certificates will be required for
+EOM
+}
+{ type: upgrade
+ maximum_version: 1.0
+ message: <<EOM
+Starting with Synapse v1.0, valid TLS certificates will be required for
server-to-server communication. Self-signed certificates often autogenerated
with previous versions will no longer suffice. Please ensure that the
certificate specified by the "tls_certificate_path" option in your
homeserver.yaml points to a valid certificate.
-
+EOM
+}
+{ type: upgrade
+ message: <<EOM
If you're upgrading from a previous release of synapse, please read the upgrade
instructions at %%DOCSDIR%%/UPGRADE.rst
+EOM
+}
+]