mirror of
https://github.com/nextcloud/talk_matterbridge.git
synced 2025-12-18 05:20:37 +01:00
22 lines
800 B
Markdown
22 lines
800 B
Markdown
<!--
|
|
- SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
# Talk Matterbridge
|
|
|
|
[](https://api.reuse.software/info/github.com/nextcloud/talk_matterbridge)
|
|
|
|
This app brings the [Matterbridge binary from 42wim](https://github.com/42wim/matterbridge/) to your server to connect Nextcloud Talk with other chat services.
|
|
This allows admins to easily install and keep updated the Matterbridge binaries through a familiar interface.
|
|
|
|
### Dev Setup
|
|
|
|
To download the binaries, run `make binaries`.
|
|
|
|
```bash
|
|
git clone https://github.com/nextcloud/talk_matterbridge
|
|
cd talk_matterbridge
|
|
make binaries
|
|
```
|
|
|
|
Binary is licensed under Apache-2.0 License.
|