mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
0cc833f3ce
Addresses #33
1.6 KiB
1.6 KiB
Dimension
An alternative integrations manager for Riot. Join us on matrix: #dimension:t2l.io
⚠️ Dimension is in Alpha ⚠️
Dimension supports some bridges and bots, however using Dimension in a production scenario is not recommended. Dimension uses features available in recent builds of Riot and may not work on older versions.
There are plans on the matrix.org front to better support integration managers. Those changes may require an updated homeserver and Riot when made available.
Configuring Riot to use Dimension
Change the values in Riot's config.json
as shown below. If you do not have a config.json
, copy the config.sample.json
from Riot.
"integrations_ui_url": "https://dimension.t2bot.io/riot",
"integrations_rest_url": "https://dimension.t2bot.io/api/v1/scalar",
The remaining settings should be tailored for your Riot deployment.
Running your own
TODO
Building
TODO
Development
TODO