From 3d22b588d4e3fd0af1f03f16cbc4a4d2053437c3 Mon Sep 17 00:00:00 2001 From: blade10101 Date: Thu, 20 Jun 2024 01:16:18 +0000 Subject: [PATCH 1/3] Update api/backend.json --- api/backend.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/api/backend.json b/api/backend.json index 1d4ce87..d235e61 100644 --- a/api/backend.json +++ b/api/backend.json @@ -101,4 +101,10 @@ "api_url": "https://hyperpipeapi.ducks.party", "org": "Timeweb Cloud" } +{ + "name": "hyperpipeapi.darkness.services", + "locations": "US", + "api_url": "https://hyperpipeapi.darkness.services", + "org": "Stark" + } ] From 755aebfcf59f677940ce8f765f5e55a235af7dc3 Mon Sep 17 00:00:00 2001 From: blade10101 Date: Thu, 20 Jun 2024 01:20:54 +0000 Subject: [PATCH 2/3] Update api/frontend.json --- api/frontend.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/frontend.json b/api/frontend.json index 59de616..67ba415 100644 --- a/api/frontend.json +++ b/api/frontend.json @@ -73,5 +73,10 @@ "name": "hyperpipe.ducks.party", "url": "https://hyperpipe.ducks.party", "privacy": "https://ducks.party/privacy" + }, + { + "name": "hyperpipe.darkness.services", + "url": "https://hyperpipe.darkness.services", + "privacy": "https://codeberg.org/Hyperpipe/Hyperpipe/wiki/Privacy.md" } ] From eb87d8e66e774a7054e34f14d5d1c573f7e3c942 Mon Sep 17 00:00:00 2001 From: snematoda Date: Thu, 20 Jun 2024 11:38:55 +0000 Subject: [PATCH 3/3] Add missing comma --- api/backend.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/backend.json b/api/backend.json index d235e61..3af2f48 100644 --- a/api/backend.json +++ b/api/backend.json @@ -100,8 +100,8 @@ "locations": "🇳🇱", "api_url": "https://hyperpipeapi.ducks.party", "org": "Timeweb Cloud" - } -{ + }, + { "name": "hyperpipeapi.darkness.services", "locations": "US", "api_url": "https://hyperpipeapi.darkness.services",