From dea3c034de854459ccb3bda51a2c497aa46d059d Mon Sep 17 00:00:00 2001 From: ggtyler Date: Tue, 19 Sep 2023 22:00:30 +0000 Subject: [PATCH 1/2] Add ggtyler frontend --- api/frontend.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/frontend.json b/api/frontend.json index b1cfbf0..16a4223 100644 --- a/api/frontend.json +++ b/api/frontend.json @@ -48,5 +48,10 @@ "name": "hyperpipe.projectsegfau.lt", "url": "https://hyperpipe.projectsegfau.lt", "privacy": "https://projectsegfau.lt/legal/privacy-policy" + }, + { + "name": "hp.ggtyler.dev", + "url": "https://hp.ggtyler.dev", + "privacy": "https://www.ggtyler.dev/other/privacy" } ] \ No newline at end of file From a2dbb5cdb251805e6211d4a653bb5bc4be8735ab Mon Sep 17 00:00:00 2001 From: ggtyler Date: Tue, 19 Sep 2023 22:02:19 +0000 Subject: [PATCH 2/2] Add ggtyler backend --- api/backend.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/api/backend.json b/api/backend.json index 0f78636..ffe2a66 100644 --- a/api/backend.json +++ b/api/backend.json @@ -70,5 +70,11 @@ "locations": "🇮🇳", "api_url": "https://hyperpipebackend.in.projectsegfau.lt", "org": "Homelab" - } + }, + { + "name": "hpapi.ggtyler.dev", + "locations": "🇺🇸", + "api_url": "https://hpapi.ggtyler.dev", + "org": "ReliableSite" + } ] \ No newline at end of file