small/instances.json
Kumi 4ea5cc9b09
feat(docs): Adds instance info to docs & config
Introduces an "Instances" section in the documentation with a table of available instances, and adds a JSON configuration file for programmatic access.

Fixes #3.
2025-03-02 16:56:42 +01:00

23 lines
No EOL
552 B
JSON

[
{
"name": "small.private.coffee",
"url": "https://small.private.coffee",
"type": "clearnet",
"provider": {
"name": "Private.coffee",
"url": "https://private.coffee"
},
"location": "AT",
"notes": "Main instance"
},
{
"name": "small.bloat.cat",
"url": "https://small.bloat.cat",
"type": "clearnet",
"provider": {
"name": "Bloat.cat",
"url": "https://bloat.cat"
},
"location": "DE"
}
]