Note about https
This commit is contained in:
parent
12f35d5b29
commit
ad1388da3d
|
@ -22,6 +22,8 @@
|
|||
|
||||
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.
|
||||
|
||||
Another consideration is that since matrix operates on the usual HTTPS port number (443) this may make it difficult for ISPs or governments to censor this type of communications via port blocking without significant blowback.
|
||||
|
||||
* Installation
|
||||
Log into your system with:
|
||||
|
||||
|
|
|
@ -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-10 Wed 20:25 -->
|
||||
<!-- 2017-08-23 Wed 19:23 -->
|
||||
<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,13 @@ 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-orgc5ac459" class="outline-2">
|
||||
<h2 id="orgc5ac459">Installation</h2>
|
||||
<div class="outline-text-2" id="text-orgc5ac459">
|
||||
<p>
|
||||
Another consideration is that since matrix operates on the usual HTTPS port number (443) this may make it difficult for ISPs or governments to censor this type of communications via port blocking without significant blowback.
|
||||
</p>
|
||||
|
||||
<div id="outline-container-orgc78770d" class="outline-2">
|
||||
<h2 id="orgc78770d">Installation</h2>
|
||||
<div class="outline-text-2" id="text-orgc78770d">
|
||||
<p>
|
||||
Log into your system with:
|
||||
</p>
|
||||
|
@ -282,9 +286,9 @@ Select <b>Add/Remove Apps</b> then <b>matrix</b>. You will then be asked for a d
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgd4dad6a" class="outline-2">
|
||||
<h2 id="orgd4dad6a">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-orgd4dad6a">
|
||||
<div id="outline-container-org5262b52" class="outline-2">
|
||||
<h2 id="org5262b52">Initial setup</h2>
|
||||
<div class="outline-text-2" id="text-org5262b52">
|
||||
<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>
|
||||
|
@ -299,9 +303,9 @@ Other client apps are available but are currently mostly only at the alpha stage
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org43f1308" class="outline-2">
|
||||
<h2 id="org43f1308">DNS setup</h2>
|
||||
<div class="outline-text-2" id="text-org43f1308">
|
||||
<div id="outline-container-orgd8eede9" class="outline-2">
|
||||
<h2 id="orgd8eede9">DNS setup</h2>
|
||||
<div class="outline-text-2" id="text-orgd8eede9">
|
||||
<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