summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2022-10-28 13:10:30 +0000
committergdt <gdt@pkgsrc.org>2022-10-28 13:10:30 +0000
commitbd4e6906f026ec9973c563c89503f659bfbad67f (patch)
treefb22ba4346a8e47dfc5bbf8ec63c5abd7ae6f06b /chat
parent042336a9b02db7607b895d5228ccc443f798eec1 (diff)
downloadpkgsrc-bd4e6906f026ec9973c563c89503f659bfbad67f.tar.gz
chat/matrix-synapse: MESSAGE exorcism (actually commmit files/*)
Diffstat (limited to 'chat')
-rw-r--r--chat/matrix-synapse/files/README.pkgsrc.NetBSD.txt3
-rw-r--r--chat/matrix-synapse/files/README.pkgsrc.txt9
2 files changed, 12 insertions, 0 deletions
diff --git a/chat/matrix-synapse/files/README.pkgsrc.NetBSD.txt b/chat/matrix-synapse/files/README.pkgsrc.NetBSD.txt
new file mode 100644
index 00000000000..9af9e5ea577
--- /dev/null
+++ b/chat/matrix-synapse/files/README.pkgsrc.NetBSD.txt
@@ -0,0 +1,3 @@
+The builtin SQLite3 in NetBSD lacks features needed by Synapse. To
+use Synapse with SQLite3, one must build with pgksrc sqlite3, via
+PREFER_PKGSRC+=sqlite3.
diff --git a/chat/matrix-synapse/files/README.pkgsrc.txt b/chat/matrix-synapse/files/README.pkgsrc.txt
new file mode 100644
index 00000000000..2a9c7323844
--- /dev/null
+++ b/chat/matrix-synapse/files/README.pkgsrc.txt
@@ -0,0 +1,9 @@
+To generate a Synapse configuration, run:
+
+cd ${SYNAPSE_DATA} &&
+${PYTHONBIN} -m synapse.app.homeserver \
+ --server-name my.domain.name \
+ --config-path ${PKG_SYSCONFDIR}/homeserver.yaml \
+ --config-directory ${PKG_SYSCONFDIR} \
+ --generate-config \
+ --report-stats=no