Mention Riot Web
This commit is contained in:
parent
8bda053fd9
commit
1b341b87e1
|
@ -36,9 +36,9 @@ Select *Add/Remove Apps* then *matrix*. You will then be asked for a domain name
|
|||
* Initial setup
|
||||
Go to the *Administrator control panel* and select *Passwords* then *matrix*. This will give you the password to initially log in to the system and you can change it later from a client app if needed.
|
||||
|
||||
Install the *Riot* app from F-droid on a mobile device. You can then log in with your username and password, making sure to select a custom server and then entering your Matrix domain name for both the main server and identity server.
|
||||
Install the *Riot* app from *F-droid* on a mobile device. You can then log in with your username and password, making sure to select a custom server and then entering your Matrix domain name for both the main server and identity server.
|
||||
|
||||
Other client apps are available but are currently mostly only at the alpha stage. For details see the main [[https://matrix.org][matrix.org site]].
|
||||
Other client apps are available but are currently mostly only at the alpha stage. A popular one seems to be [[https://riot.im][Riot Web]]. For details see the main [[https://matrix.org][matrix.org site]].
|
||||
|
||||
* DNS setup
|
||||
It's recommended that you add an SRV record for Matrix to your DNS setup. How you do this will depend upon your dynamic DNS provider and their web interface. On FreeDNS on the subdomains settings in addition to the subdomain which you are using for the matrix server create an extra entry as follows:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2017-05-06 Sat 14:38 -->
|
||||
<!-- 2017-05-06 Sat 14:43 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title></title>
|
||||
|
@ -260,9 +260,9 @@ for the JavaScript code in this tag.
|
|||
Matrix is a federated communications system, typically for multi-user chat, with end-to-end content security features. You can consider it to be like a modernized version of IRC chat where the crypto and access controls have been built in by default. At present Matrix is really only a creature of the clearnet and so there isn't any way to protect the metadata. Despite the talk of security the lack of metadata defenses make this really only suitable for public communications, similar to microblogging or public IRC channels.
|
||||
</p>
|
||||
|
||||
<div id="outline-container-org46fb6b7" class="outline-2">
|
||||
<h2 id="org46fb6b7">Installation</h2>
|
||||
<div class="outline-text-2" id="text-org46fb6b7">
|
||||
<div id="outline-container-orgd1a358f" class="outline-2">
|
||||
<h2 id="orgd1a358f">Installation</h2>
|
||||
<div class="outline-text-2" id="text-orgd1a358f">
|
||||
<p>
|
||||
Log into your system with:
|
||||
</p>
|
||||
|
@ -282,26 +282,26 @@ Select <b>Add/Remove Apps</b> then <b>matrix</b>. You will then be asked for a d
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org290b604" class="outline-2">
|
||||
<h2 id="org290b604">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-org290b604">
|
||||
<div id="outline-container-org912b25e" class="outline-2">
|
||||
<h2 id="org912b25e">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-org912b25e">
|
||||
<p>
|
||||
Go to the <b>Administrator control panel</b> and select <b>Passwords</b> then <b>matrix</b>. This will give you the password to initially log in to the system and you can change it later from a client app if needed.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Install the <b>Riot</b> app from F-droid on a mobile device. You can then log in with your username and password, making sure to select a custom server and then entering your Matrix domain name for both the main server and identity server.
|
||||
Install the <b>Riot</b> app from <b>F-droid</b> on a mobile device. You can then log in with your username and password, making sure to select a custom server and then entering your Matrix domain name for both the main server and identity server.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Other client apps are available but are currently mostly only at the alpha stage. For details see the main <a href="https://matrix.org">matrix.org site</a>.
|
||||
Other client apps are available but are currently mostly only at the alpha stage. A popular one seems to be <a href="https://riot.im">Riot Web</a>. For details see the main <a href="https://matrix.org">matrix.org site</a>.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgba35485" class="outline-2">
|
||||
<h2 id="orgba35485">DNS setup</h2>
|
||||
<div class="outline-text-2" id="text-orgba35485">
|
||||
<div id="outline-container-org15b7466" class="outline-2">
|
||||
<h2 id="org15b7466">DNS setup</h2>
|
||||
<div class="outline-text-2" id="text-org15b7466">
|
||||
<p>
|
||||
It's recommended that you add an SRV record for Matrix to your DNS setup. How you do this will depend upon your dynamic DNS provider and their web interface. On FreeDNS on the subdomains settings in addition to the subdomain which you are using for the matrix server create an extra entry as follows:
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue