Introduces an "Instances" section in the documentation with a table of available instances, and adds a JSON configuration file for programmatic access. Fixes #3.
23 lines
No EOL
552 B
JSON
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"
|
|
}
|
|
] |