An open source integration manager for matrix clients, like Element.
Go to file
2017-05-28 11:13:36 -06:00
config Disable demo bot by default 2017-05-28 00:58:00 -06:00
db Let's get this party started: Base structure 2017-05-26 21:51:48 -06:00
docs Add documentation around travis-ci 2017-05-28 11:13:36 -06:00
migrations Support adding/removing matrix.org's simple bots. 2017-05-27 17:45:07 -06:00
src Change up bot structure to support hosted bots. Adds #12 2017-05-28 00:41:00 -06:00
web Add close button to integrations manager 2017-05-28 00:53:12 -06:00
.gitignore Change up bot structure to support hosted bots. Adds #12 2017-05-28 00:41:00 -06:00
.travis.yml Add travis-ci config 2017-05-26 12:58:11 -06:00
app.js Change up bot structure to support hosted bots. Adds #12 2017-05-28 00:41:00 -06:00
LICENSE Initial commit 2017-05-25 15:41:56 -06:00
package.json Change up bot structure to support hosted bots. Adds #12 2017-05-28 00:41:00 -06:00
README.md Add screenshot to readme 2017-05-27 18:39:01 -06:00
tsconfig.json Let's get this party started: Base structure 2017-05-26 21:51:48 -06:00
tslint.json Let's get this party started: Base structure 2017-05-26 21:51:48 -06:00
webpack.config.js Respond to /register requests from Riot. 2017-05-26 23:08:24 -06:00

Dimension

Greenkeeper badge TravisCI badge

An alternative integrations manager for Riot. Join us on matrix: #dimension:t2l.io

screenshot

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