From 213de11e68f2a61aa06d3322311836a8069b804f Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 2 May 2023 23:51:11 +0300 Subject: net/matterbridge: add 1.26.0 --- net/matterbridge/pkg/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net/matterbridge/pkg/README (limited to 'net/matterbridge/pkg/README') 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. -- cgit v1.2.3