From 379f143510139b92db2106b7bc1671e431f89caf Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 4 Aug 2021 23:28:05 -0400 Subject: [PATCH] apps server merged into releases server --- static/articles/grapheneos-servers.html | 43 ++----------------------- 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 @@ +
@@ -63,7 +64,6 @@
  • GrapheneOS connectivity check servers
  • GrapheneOS mail server
  • GrapheneOS Matrix server
  • -
  • GrapheneOS application repository
  • GrapheneOS DNS servers
  • Attestation website and service
  • Staging attestation website and service
  • @@ -204,6 +204,7 @@
  • seamlessupdate.app
  • www.seamlessupdate.app
  • mta-sts.seamlessupdate.app
  • +
  • apps.grapheneos.org
  • IPs:

    @@ -401,46 +402,6 @@ -
    -

    GrapheneOS application repository

    - - - -

    Specs:

    - -
      -
    • OVH VPS vps2020-value-1-2-40
    • -
    • 1 core
    • -
    • 2 GB memory
    • -
    • 40 GB NVMe SSD storage
    • -
    • 250 Mbit/s bandwidth
    • -
    - -

    Domains:

    - -
      -
    • apps.grapheneos.org
    • -
    - -

    IPs:

    - -
      -
    • 51.222.140.199 — os-bhs6
    • -
    • 2607:5300:205:200::39fe — os-bhs6
    • -
    - -

    Ports:

    - -
      -
    • 22 ssh - no passwords, SSHFP
    • -
    • 80 http - HTTPS redirect only
    • -
    • 443 https - static, DANE TLSA
    • -
    -
    -

    GrapheneOS DNS servers

    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"],