diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-24 10:51:23 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-24 10:51:23 -0400 |
| commit | bf3eecba5f60f2b8c6f2db152e25bfa676ff5c2a (patch) | |
| tree | 5b1c0d0e6ea028224600e8908a07d9f97033e8d7 /static/articles/grapheneos-servers.html | |
| parent | 6bd3d86a44ac69a2ab695ea8dfcc372bd3164f29 (diff) | |
list Matrix server
Diffstat (limited to 'static/articles/grapheneos-servers.html')
| -rw-r--r-- | static/articles/grapheneos-servers.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/static/articles/grapheneos-servers.html b/static/articles/grapheneos-servers.html index 4bb58ea2..2b9acb1b 100644 --- a/static/articles/grapheneos-servers.html +++ b/static/articles/grapheneos-servers.html @@ -61,6 +61,7 @@ <li><a href="#time.grapheneos.org">GrapheneOS time server</a></li> <li><a href="#grapheneos.network">GrapheneOS connectivity check server</a></li> <li><a href="#mail.grapheneos.org">GrapheneOS mail server</a></li> + <li><a href="#matrix.grapheneos.org">GrapheneOS Matrix server</a></li> <li><a href="#attestation.app">Attestation website and service</a></li> <li><a href="#staging.attestation.app">Staging attestation website and service</a></li> </ul> @@ -341,6 +342,46 @@ </ul> </section> + <section id="matrix.grapheneos.org"> + <h2><a href="#matrix.grapheneos.org">GrapheneOS Matrix server</a></h2> + + <ul> + <li><a href="https://github.com/GrapheneOS/matrix.grapheneos.org">Repository</a></li> + <li><a href="https://github.com/GrapheneOS/matrix.grapheneos.org/issues">Issue tracker</a></li> + </ul> + + <p>Specs:</p> + + <ul> + <li>OVH VPS vps2020-essential-1-2-80</li> + <li>2 core</li> + <li>4 GB memory</li> + <li>80 GB NVMe SSD storage</li> + <li>500 Mbit/s bandwidth</li> + </ul> + + <p>Domains:</p> + + <ul> + <li>matrix.grapheneos.org</li> + </ul> + + <p>IPs:</p> + + <ul> + <li>51.79.51.42 — os-bhs6</li> + <li>2607:5300:205:200::26e1 — os-bhs6</li> + </ul> + + <p>Ports:</p> + + <ul> + <li>22 ssh - no passwords, SSHFP</li> + <li>80 http - HTTPS redirect only</li> + <li>443 https - reverse proxy to Synapse</li> + </ul> + </section> + <section id="attestation.app"> <h2><a href="#attestation.app">Attestation website and service</a></h2> |
