Skip to content

Commit

Permalink
Document how to point dimension jitsi widgets at your own jitsi instance
Browse files Browse the repository at this point in the history
This can be removed once turt2live/matrix-dimension#345 is resolved.
  • Loading branch information
cnvandijk committed Apr 29, 2020
1 parent 29f606b commit a0ce5ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/configuring-playbook-dimension.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ After these variables have been set, please run the following command to re-run
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start
```

## Jitsi domain

By default dimension will use [jitsi.riot.im](https://jitsi.riot.im/) as the `conferenceDomain` of Jitsi widgets. For users running a self-hosted jitsi instance, you will likely want the widget to use your Jitsi instance. Currently there is no way to configure this via the playbook, see [this issue](https://github.com/turt2live/matrix-dimension/issues/345) for details.

In the interim until the above limitation is resolved, an admin user needs to configure the domain via the admin ui once dimension is running. In riot-web, go to *Manage Integrations* → *Settings* → *Widgets* → *Jitsi Conference Settings* and set *Jitsi Domain* and *Jitsi Script URL* appropriately.

## Additional features

To use a more custom configuration, you can define a `matrix_dimension_configuration_extension_yaml` string variable and put your configuration in it.
Expand Down

0 comments on commit a0ce5ee

Please sign in to comment.