Merge branch 'main', commit 'refs/pull/60/head' of https://github.com/MathMan05/JankClient

This commit is contained in:
MathMan05 2024-09-16 19:05:18 -05:00
commit bb02c448e5
2 changed files with 7 additions and 0 deletions

View file

@ -28,6 +28,7 @@ inside of webpage you'll see a file called `instances.json` in that file you'll
}
```
anything with a `?` in-front of its `:` are optional, though you must either include `"URL"` or `"URLs"`, but you may include both, though the client will most likely ignore `"URLs"` in favor of `"URL"`, though it may use `"URLs"` as a fallback if `"URL"` does not resolve, do not rely on this behavior.
wellknown should be a url that can resolve the wellknown, but it should only be the base URL and not the full wellknown url.
Some of these values may not be used right now, though they will likely be used in the future, so feel free to fill out what you like, though the more you fill out the more information we can give the users about your instance in the future.
language should be [ISO 639-1](https://en.wikipedia.org/wiki/ISO_639-1_codes).
Country should be [ISO 8166-2 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).

View file

@ -4,5 +4,11 @@
"description":"The official Spacebar instance.",
"image":"https://raw.githubusercontent.com/spacebarchat/spacebarchat/master/branding/png/Spacebar__Icon-Discord.png",
"url":"https://spacebar.chat"
},
{
"name": "Fastbar",
"description": "The best Spacebar instance.",
"image": "https://avatars.githubusercontent.com/u/65827291",
"url": "https://spacebar.greysilly7.xyz"
}
]