Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2020-09-07 15:59:36 +0300
committerJulien Veyssier <eneiluj@posteo.net>2020-09-07 15:59:36 +0300
commit8a5aa7ba2734cc2ff415b3378a10297deb5aaa89 (patch)
treee093db49f996d193875225a6302a4f60ffcc2477 /docs
parent78e97819d0433bcc422e016cf86630a81a1154b8 (diff)
put doc in integrated rtd
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/matterbridge.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/matterbridge.md b/docs/matterbridge.md
new file mode 100644
index 000000000..742223938
--- /dev/null
+++ b/docs/matterbridge.md
@@ -0,0 +1,8 @@
+# Matterbridge integration
+
+## Use a custom Matterbridge binary
+
+You can manually set a custom path for the Matterbridge binary by changing the `matterbridge_binary` spreed app config key:
+```
+occ config:app:set spreed matterbridge_binary --value="path/to/binary"
+```