diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-08-04 23:28:05 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-08-04 23:28:05 -0400 |
| commit | 379f143510139b92db2106b7bc1671e431f89caf (patch) | |
| tree | 88cd740daf61ef9228a1dc9e445f5612f307eb25 | |
| parent | de6e5eb8309faae250391707812986fb06ed8df1 (diff) | |
apps server merged into releases server
| -rw-r--r-- | static/articles/grapheneos-servers.html | 43 | ||||
| -rw-r--r-- | static/js/redirect.js | 1 |
2 files changed, 3 insertions, 41 deletions
diff --git a/static/articles/grapheneos-servers.html b/static/articles/grapheneos-servers.html index 1e9130b3..61094301 100644 --- a/static/articles/grapheneos-servers.html +++ b/static/articles/grapheneos-servers.html @@ -27,6 +27,7 @@ <link rel="stylesheet" href="/main.css"/> <link rel="manifest" href="/manifest.webmanifest"/> <link rel="license" href="/LICENSE.txt"/> + <script type="module" src="/js/redirect.js"></script> </head> <body> <header> @@ -63,7 +64,6 @@ <li><a href="#grapheneos.network">GrapheneOS connectivity check servers</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="#apps.grapheneos.org">GrapheneOS application repository</a></li> <li><a href="#ns1.grapheneos.org">GrapheneOS DNS servers</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> @@ -204,6 +204,7 @@ <li>seamlessupdate.app</li> <li>www.seamlessupdate.app</li> <li>mta-sts.seamlessupdate.app</li> + <li>apps.grapheneos.org</li> </ul> <p>IPs:</p> @@ -401,46 +402,6 @@ </ul> </section> - <section id="apps.grapheneos.org"> - <h2><a href="#apps.grapheneos.org">GrapheneOS application repository</a></h2> - - <ul> - <li><a href="https://github.com/GrapheneOS/apps.grapheneos.org">Repository</a></li> - <li><a href="https://github.com/GrapheneOS/apps.grapheneos.org/issues">Issue tracker</a></li> - </ul> - - <p>Specs:</p> - - <ul> - <li>OVH VPS vps2020-value-1-2-40</li> - <li>1 core</li> - <li>2 GB memory</li> - <li>40 GB NVMe SSD storage</li> - <li>250 Mbit/s bandwidth</li> - </ul> - - <p>Domains:</p> - - <ul> - <li>apps.grapheneos.org</li> - </ul> - - <p>IPs:</p> - - <ul> - <li>51.222.140.199 — os-bhs6</li> - <li>2607:5300:205:200::39fe — 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 - static, DANE TLSA</li> - </ul> - </section> - <section id="ns1.grapheneos.org"> <h2><a href="#ns1.grapheneos.org">GrapheneOS DNS servers</a></h2> diff --git a/static/js/redirect.js b/static/js/redirect.js index 48e927be..5605787e 100644 --- a/static/js/redirect.js +++ b/static/js/redirect.js @@ -21,6 +21,7 @@ const redirects = new Map([ ["/releases#marlin-beta", "/faq#legacy-devices"], ["/releases#sailfish-beta", "/faq#legacy-devices"], ["/faq#dns", "/faq#custom-dns"], + ["/articles/grapheneos-servers#apps.grapheneos.org", "/articles/grapheneos-servers#releases.grapheneos.org"], ["/install/cli#fastboot-as-non-root", "/install/cli#flashing-as-non-root"], ["/install/web#fastboot-as-non-root", "/install/web#flashing-as-non-root"], |
