From d397b768c6f11455824ef3fc9d8b18abd9449d25 Mon Sep 17 00:00:00 2001 From: alexpark Date: Sun, 13 Aug 2023 16:14:45 +0000 Subject: [PATCH 1/3] Add Project Segfault Hyperpipe frontend --- api/frontend.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/frontend.json b/api/frontend.json index 66c2da1..b1cfbf0 100644 --- a/api/frontend.json +++ b/api/frontend.json @@ -43,5 +43,10 @@ "name": "hyperpipe.drgns.space", "url": "https://hyperpipe.drgns.space", "privacy": "https://codeberg.org/dragongoose/privacy/src/branch/main/README.md" + }, + { + "name": "hyperpipe.projectsegfau.lt", + "url": "https://hyperpipe.projectsegfau.lt", + "privacy": "https://projectsegfau.lt/legal/privacy-policy" } ] \ No newline at end of file From 76bd5d495aa776b24c85f772e306db0a0dc15902 Mon Sep 17 00:00:00 2001 From: alexpark Date: Sun, 13 Aug 2023 16:20:39 +0000 Subject: [PATCH 2/3] Add Project Segfault Hyperpipe Backends --- api/backend.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/api/backend.json b/api/backend.json index 7ca3642..3281d04 100644 --- a/api/backend.json +++ b/api/backend.json @@ -52,5 +52,23 @@ "locations": "🇺🇸", "api_url": "https://hyperpipeapi.drgns.space", "org": "Homelab(Frontier)" + }, + { + "name": "hyperpipebackend.us.projectsegfau.lt", + "locations": "🇺🇸", + "api_url": "https://hyperpipebackend.us.projectsegfau.lt", + "org": "Racknerd" + }, + { + "name": "hyperpipebackend.eu.projectsegfau.lt", + "locations": "🇱🇺", + "api_url": "https://hyperpipebackend.eu.projectsegfau.lt", + "org": "BuyVM/Frantech" + }, + { + "name": "hyperpipebackend.in.projectsegfau.lt", + "locations": "🇮🇳", + "api_url": "https://hyperpipebackend.in.projectsegfau.lt", + "org": "Homelab" } ] \ No newline at end of file From a36846306c355f2949239c358b75948549ebe519 Mon Sep 17 00:00:00 2001 From: alexpark Date: Sun, 13 Aug 2023 16:26:52 +0000 Subject: [PATCH 3/3] Correct server location for Project Segfault Hyperpipe EU backend --- api/backend.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/backend.json b/api/backend.json index 3281d04..230a145 100644 --- a/api/backend.json +++ b/api/backend.json @@ -61,7 +61,7 @@ }, { "name": "hyperpipebackend.eu.projectsegfau.lt", - "locations": "🇱🇺", + "locations": "🇫🇷", "api_url": "https://hyperpipebackend.eu.projectsegfau.lt", "org": "BuyVM/Frantech" },