mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
9189c6f72b
Includes a self-made logo. Suggestions welcome.
20 lines
843 B
HTML
20 lines
843 B
HTML
<div class="header">
|
|
<img src="/img/logo.png">
|
|
</div>
|
|
<div class="wrapper">
|
|
<div class="center">
|
|
<h3>An alternative integrations manager for Riot</h3>
|
|
<p>Dimension is a way for people hosting Riot to expand their integrations offering to their users.</p>
|
|
<img src="/img/screenshot_bordered.png">
|
|
<br/>
|
|
<br/>
|
|
<p>Point your Riot <code>config.json</code> to Dimension to start using it:</p>
|
|
<pre>
|
|
"integrations_ui_url": "https://dimension.t2bot.io/riot"
|
|
"integrations_rest_url": "https://dimension.t2bot.io/api/v1/scalar"
|
|
</pre>
|
|
<br/>
|
|
<br/>
|
|
<p>Learn more on <a href="https://github.com/turt2live/matrix-dimension">Github</a>. Talk about it in <a href="https://matrix.to/#/#dimension:t2l.io">#dimension:t2l.io</a></p>
|
|
</div>
|
|
</div> |