aboutsummaryrefslogtreecommitdiffstats
path: root/net/matterbridge/pkg/README
diff options
context:
space:
mode:
authorla-ninpre <aaoth@aaoth.xyz>2023-05-02 23:51:11 +0300
committerla-ninpre <aaoth@aaoth.xyz>2023-05-02 23:51:11 +0300
commit213de11e68f2a61aa06d3322311836a8069b804f (patch)
tree3c619f04bc72ef3cdc33b2f59ed2066d289f8945 /net/matterbridge/pkg/README
parent541bf9c006b4936546987ee56cd6a24de863dcb6 (diff)
downloadports-213de11e68f2a61aa06d3322311836a8069b804f.tar.gz
ports-213de11e68f2a61aa06d3322311836a8069b804f.zip
net/matterbridge: add 1.26.0
Diffstat (limited to 'net/matterbridge/pkg/README')
-rw-r--r--net/matterbridge/pkg/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/matterbridge/pkg/README b/net/matterbridge/pkg/README
new file mode 100644
index 0000000..239983b
--- /dev/null
+++ b/net/matterbridge/pkg/README
@@ -0,0 +1,19 @@
++-----------------------------------------------------------------------
+| Running ${PKGSTEM} on OpenBSD
++-----------------------------------------------------------------------
+
+There are two example configuration files installed in
+${TRUEPREFIX}/share/${PKGSTEM}. They are heavy commented, so check them
+out. More detailed documentation is available at
+${HOMEPAGE}.
+
+To start using matterbridge, copy the desired sample config, modify
+it to your taste and enable and start matterbridge service. Alternatively,
+of course you can write a new config from scratch.
+
+# cp ${TRUEPREFIX}/share/${PKGSTEM}/${PKGSTEM}-sample.toml ${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml
+# vi ${SYSCONFDIR}/${PKGSTEM}/${PKGSTEM}.toml
+# rcctl enable ${PKGSTEM} && rcctl start ${PKGSTEM}
+
+The daemon stores it's state in memory, so syncronization of chat rooms
+will not persist between restarts.