2023-08-23 14:05:32 +02:00
# Setting up Mautrix wsproxy (optional)
The playbook can install and configure [mautrix-wsproxy ](https://github.com/mautrix/wsproxy ) for you.
See the project's [documentation ](https://github.com/mautrix/wsproxy#readme ) to learn what it does and why it might be useful to you.
2023-08-23 14:17:02 +02:00
## DNS
2024-10-17 15:17:56 +02:00
You need to create a `wsproxy.example.com` DNS record pointing to your Matrix server (a `CNAME` pointing to `matrix.example.com` ) to use wsproxy.
2023-08-23 14:17:02 +02:00
The hostname is configurable via a `matrix_mautrix_wsproxy_hostname` variable.
2024-10-12 13:48:24 +02:00
## Adjusting the playbook configuration
2023-08-23 14:17:02 +02:00
2024-10-17 15:17:56 +02:00
To enable the bridge, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:
2023-08-23 14:05:32 +02:00
```yaml
matrix_mautrix_wsproxy_enabled: true
2023-08-23 14:17:02 +02:00
2023-08-23 14:05:32 +02:00
matrix_mautrix_androidsms_appservice_token: 'secret token from bridge'
matrix_mautrix_androidsms_homeserver_token: 'secret token from bridge'
matrix_mautrix_imessage_appservice_token: 'secret token from bridge'
matrix_mautrix_imessage_homeserver_token: 'secret token from bridge'
matrix_mautrix_wsproxy_syncproxy_shared_secret: 'secret token from bridge'
```
2023-08-23 14:11:08 +02:00
Note that the tokens must match what is compiled into the [mautrix-imessage ](https://github.com/mautrix/imessage ) bridge running on your Mac or Android device.
2023-08-23 14:05:32 +02:00
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`
2023-08-23 14:17:02 +02:00
2023-08-23 14:05:32 +02:00
## Usage
Follow the [matrix-imessage documenation ](https://docs.mau.fi/bridges/go/imessage/index.html ) for running `android-sms` and/or `matrix-imessage` on your device(s).