mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
An open source integration manager for matrix clients, like Element.
appservicechatelementelement-webintegrationsmatrixmatrix-appservicematrix-integrationriotriot-integrationriot-webscalarweb
config | ||
db | ||
docs | ||
migrations | ||
src | ||
web | ||
.gitignore | ||
.travis.yml | ||
app.js | ||
LICENSE | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
webpack.config.js |
Dimension
An alternative integrations manager for Riot.
Join us on matrix: #dimension:t2l.io
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