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:
authorJoas Schilling <coding@schilljs.com>2020-09-07 17:49:06 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-07 17:49:46 +0300
commitaad8d87dbcc0ef78f2539396f0bb2ce4c168365a (patch)
tree6276a37d8a33b9d0660ee57e921c1a46513b4da5 /docs
parent8a5aa7ba2734cc2ff415b3378a10297deb5aaa89 (diff)
Improve documentation a bit
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/matterbridge.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/docs/matterbridge.md b/docs/matterbridge.md
index 742223938..f4b49030c 100644
--- a/docs/matterbridge.md
+++ b/docs/matterbridge.md
@@ -1,8 +1,15 @@
# Matterbridge integration
+While we tried to keep the setup and integration as smooth as possible, we also wanted to make sure you can get fixes on the matterbridge as soon as possible and don't have to wait until we made a new Talk release available. Therefor we decided to put the [Matterbridge binary from 42wim](https://github.com/42wim/matterbridge) into a separate app in the [appstore](https://apps.nextcloud.com/apps/talk_matterbridge). This also helps to keep the normal Talk package at a reasonable size as the download of the binaries is around 120 MB.
+
+When this app is used, the basic configuration should work out of the box.
+
## 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:
+In case you need a non-default binary (currently we ship 32-bit, 64-bit and arm-64 for linux) or want to check a different version of matterbridge, you can also download the matterbridge binary directly from 42wim.
+You then manually set the 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"
+occ config:app:set spreed matterbridge_binary --value="/absolute/path/to/binary"
```
+
+Afterwards the matterbridge version should be shown in the admin settings of Nextcloud Talk, confirming that it works and allowing you to configure it in the individual chats where you are a moderator.