mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
31 lines
1.2 KiB
Markdown
31 lines
1.2 KiB
Markdown
# Dimension
|
|
|
|
[![Greenkeeper badge](https://badges.greenkeeper.io/turt2live/matrix-dimension.svg)](https://greenkeeper.io/) [![TravisCI badge](https://travis-ci.org/turt2live/matrix-dimension.svg?branch=master)](https://travis-ci.org/turt2live/matrix-dimension)
|
|
[![Targeted for next release](https://badge.waffle.io/turt2live/matrix-dimension.png?label=sorted&title=Targeted+for+next+release)](https://waffle.io/turt2live/waffle-matrix?utm_source=badge) [![WIP](https://badge.waffle.io/turt2live/matrix-dimension.png?label=wip&title=WIP)](https://waffle.io/turt2live/waffle-matrix?utm_source=badge)
|
|
|
|
An alternative integrations manager for [Riot](https://riot.im). Join us on matrix: [#dimension:t2l.io](https://matrix.to/#/#dimension:t2l.io)
|
|
|
|
![screenshot](https://t2bot.io/_matrix/media/v1/download/t2l.io/kWDyaWXqdsjOJgGYAMMRgGiE)
|
|
|
|
# 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 |