2022-06-12 23:29:43 +02:00
|
|
|
# Setting up Go Skype Bridge (optional)
|
|
|
|
|
|
|
|
The playbook can install and configure
|
2022-06-13 08:40:15 +02:00
|
|
|
[go-skype-bridge](https://github.com/kelaresg/go-skype-bridge) for you.
|
2022-06-12 23:29:43 +02:00
|
|
|
|
|
|
|
See the project page to learn what it does and why it might be useful to you.
|
|
|
|
|
2024-10-12 13:48:24 +02:00
|
|
|
## Adjusting the playbook configuration
|
2022-06-12 23:29:43 +02:00
|
|
|
|
2024-10-12 13:48:24 +02:00
|
|
|
To enable the [Skype](https://www.skype.com/) bridge, add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.yml` file:
|
2022-06-12 23:29:43 +02:00
|
|
|
|
|
|
|
```yaml
|
|
|
|
matrix_go_skype_bridge_enabled: true
|
|
|
|
```
|
|
|
|
|
2024-10-12 20:03:46 +02:00
|
|
|
## Installing
|
|
|
|
|
|
|
|
After configuring the playbook, run the [installation](installing.md) command: `just install-all` or `just setup-all`
|
2022-06-12 23:29:43 +02:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2022-06-13 08:40:15 +02:00
|
|
|
Once the bot is enabled, you need to start a chat with `Skype bridge bot`
|
2024-10-17 15:23:06 +02:00
|
|
|
with the handle `@skypebridgebot:example.com` (where `example.com` is your base
|
2022-06-12 23:29:43 +02:00
|
|
|
domain, not the `matrix.` domain).
|
|
|
|
|
|
|
|
Send `help` to the bot to see the commands available.
|