From 3a61417de2645c7a20a0e2446be8458558ed0360 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Mon, 16 Sep 2024 19:06:28 -0500 Subject: [PATCH] fix instance info --- webpage/instances.json | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/webpage/instances.json b/webpage/instances.json index b7eb260..59fa116 100644 --- a/webpage/instances.json +++ b/webpage/instances.json @@ -7,8 +7,22 @@ }, { "name": "Fastbar", - "description": "The best Spacebar instance.", + "description": "The best Spacebar instance with 95% uptime, running under on a NVME drive running with bleeding edge stuff <3", "image": "https://avatars.githubusercontent.com/u/65827291", - "url": "https://spacebar.greysilly7.xyz" + "url": "https://greysilly7.xyz", + "language": "ENG", + "country": "United States", + "display": true, + "urls":{ + "wellknown": "https://greysilly7.xyz", + "api": "https://spacebar.greysilly7.xyz/api/v9", + "cdn": "https://spacebar.greysilly7.xyz", + "gateway": "wss://spacebar.greysilly7.xyz" + }, + "contactInfo":{ + "dicord": "greysilly7", + "github": "https://github.com/greysilly7", + "email": "greysilly7@gmail.com" + } } ]