Restructure Matrix page, add details on offer
This commit is contained in:
parent
2991f157e9
commit
b30b65f690
2 changed files with 69 additions and 18 deletions
BIN
assets/u/image/matrix-logo.png
Normal file
BIN
assets/u/image/matrix-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -5,6 +5,66 @@ _hidden: no
|
|||
title: Hosted Matrix Chat
|
||||
---
|
||||
subtitle: Easy, decentralised & end-to-end encrypted chat
|
||||
---
|
||||
header:
|
||||
|
||||
#### generic-header ####
|
||||
headers:
|
||||
|
||||
Open, Secure
|
||||
Decentralized Chat
|
||||
|
||||
----
|
||||
primary_color: #00B0F0
|
||||
----
|
||||
header_color: text-light
|
||||
----
|
||||
nav_link_color: navbar-dark
|
||||
---
|
||||
description1:
|
||||
|
||||
<h2>What is Matrix?</h2>
|
||||
|
||||
<p><a href="https://matrix.org/">Matrix</a> is a modern and decentralised,
|
||||
open-source chat solution backed by a dynamic community. It provides many
|
||||
advanced user-focused features such as end-to-end encryption, bridging or audio
|
||||
& video calls.</a></p>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-3">
|
||||
<img style="width: 100%; position: relative; top: 25%;" src="/u/image/matrix-logo.png" />
|
||||
</div>
|
||||
<div class="col-9">
|
||||
<ul>
|
||||
<li>
|
||||
The strongest point of Matrix is *federation*: a Matrix homeserver - which is
|
||||
what we offer - allows to manage your own community... and to join the whole
|
||||
Matrix network. You will be able to exchange with users on any other Matrix
|
||||
server without any special configuration!
|
||||
</li>
|
||||
<li>
|
||||
End-to-end encryption (E2EE) means that - when enabled - only the sender and
|
||||
intended receiver(s) will be able to read the messages: even ungleich, who
|
||||
manages the matrix server, will not be able to access the content of E2EE
|
||||
messages.
|
||||
</li>
|
||||
<li>
|
||||
Our Matrix servers are provided with a TURN server, meaning that you'll be
|
||||
able to use voice and video calls out of the box.
|
||||
</li>
|
||||
<li>
|
||||
We support bridging to other networks such as Mattermost instances, IRC,
|
||||
Slack, Telegram and more via <a
|
||||
href="https://github.com/42wim/matterbridge">Matterbridge</a>.
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr />
|
||||
|
||||
---
|
||||
feature1_title: Open
|
||||
---
|
||||
|
@ -60,25 +120,17 @@ description3:
|
|||
</div>
|
||||
</div>
|
||||
|
||||
## What is Matrix?
|
||||
<hr />
|
||||
|
||||
[Matrix](https://matrix.org/) is a modern and decentralised, open-source chat
|
||||
solution backed by a dynamic community. It provides many advanced user-focused
|
||||
features such as end-to-end encryption, bridging or audio & video calls:
|
||||
## Hosted Matrix Chat
|
||||
|
||||
* The strongest point of Matrix is *federation*: a Matrix homeserver - which is
|
||||
what we offer - allows to manage your own community... and to join the whole
|
||||
Matrix network. You will be able to exchange with users on any other Matrix
|
||||
server without any special configuration!
|
||||
* End-to-end encryption (E2EE) means that - when enabled - only the sender and
|
||||
intended receiver(s) will be able to read the messages: even ungleich, who
|
||||
manages the matrix server, will not be able to access the content of E2EE
|
||||
messages.
|
||||
* Our Matrix servers are provided with a TURN server, meaning that you'll be
|
||||
able to use voice and video calls out of the box.
|
||||
* We support bridging to other networks such as Mattermost instances, IRC,
|
||||
Slack, Telegram and more via
|
||||
[Matterbridge](https://github.com/42wim/matterbridge).
|
||||
We will provide you with your own dedicated Matrix 'Home Server', as well as a
|
||||
hosted web client. Matrix requires a domain name in order to join the global
|
||||
networks, which will appear in your username (e.g.
|
||||
*@penguin:example.0co2.cloud*): you can either use a subdomain of *0co2.cloud*
|
||||
(e.g. *example.0co2.cloud*) or your own domain name. We will deploy a
|
||||
[Matterbridge](https://github.com/42wim/matterbridge) instance (bridging to
|
||||
Mattermost, IRC, Slack, Telegram, ...) on demand.
|
||||
|
||||
There are [many Matrix clients](https://matrix.org/clients/), although we
|
||||
**strongly recommend** [Riot](https://about.riot.im/features) which is the most
|
||||
|
@ -153,4 +205,3 @@ offer3_text:
|
|||
|
||||
---
|
||||
offer3_link: https://ungleich.ch/product/hosted-matrix-l/
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue