0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-25 16:22:35 +01:00

README: Simplify some wording.

This commit is contained in:
Jason Volk 2018-09-05 02:57:23 -07:00
parent 66edb4a7fb
commit 923e4dbf5f

View file

@ -123,10 +123,10 @@ make install
in your git repo to the library path: in your git repo to the library path:
`export LD_LIBRARY_PATH=/path/to/src/deps/boost/lib:$LD_LIBRARY_PATH` `export LD_LIBRARY_PATH=/path/to/src/deps/boost/lib:$LD_LIBRARY_PATH`
- To ease these instructions we will refer to your server as `host.tld`. For - We will refer to your server as `host.tld`. For those familiar with matrix:
those familiar with matrix: this is your origin and mxid `@user:host.tld` this is your origin and mxid `@user:host.tld` hostpart. If your DNS uses
hostpart. If your DNS uses `matrix.host.tld` that subdomain is not involved `matrix.host.tld` that subdomain is not involved when we refer to
when we refer to `host.tld` unless we explicitly mention to involve it. `host.tld` unless we explicitly mention to involve it.
1. Execute 1. Execute
@ -157,15 +157,14 @@ when we refer to `host.tld` unless we explicitly mention to involve it.
verify `"AllChecksOK": true` verify `"AllChecksOK": true`
4. Relax restrictions for self-signed certificates. 4. Relax restrictions for self-signed certificates.
- Due to the current nature of the federation and the number of - We cannot, in good faith, ship this software configured insecurely
unsophisticated personal deployments we have little choice but to by default; therefor we leave this step to you.
advise this step. We cannot, in good faith, ship this software
configured insecurely by default; therefor we leave this step to
you.
``` ```
conf set ircd.net.open.allow_self_signed true conf set ircd.net.open.allow_self_signed true
``` ```
> Most federation servers are personal deployments with self-signed
certificates. Setting this option will decrease federation fragmentation.
5. To use a web-based client like Riot, configure the "webroot" directory 5. To use a web-based client like Riot, configure the "webroot" directory
to point at Riot's `webapp/` directory by entering the following: to point at Riot's `webapp/` directory by entering the following: