Merge pull request #51 from jamesbrown8532/instances-list-json

Add instances list in JSON format
This commit is contained in:
Achraf RRAMI 2024-03-04 21:47:41 +00:00 committed by GitHub
commit 4dfc2e57a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 37 additions and 1 deletions

View File

@ -38,7 +38,8 @@ The default port is 5555, you can use other ports by setting the `PORT` environm
| --- | --- |
| <http://vernxpcpqi2y4uhu7to4rnjmyjjgzh3x3qxyzpmkhykefchkmleq.b32.i2p> | https://vern.cc |
For people who might be capable and interested in hosting a public instance feel free to do so, and don't forget to open a pull request, so your instance can be included here.
- Instances list in JSON format can be found in [instances.json](instances.json) file.
- For people who might be capable and interested in hosting a public instance feel free to do so, and don't forget to open a pull request, so your instance can be included here.
## Contributing
Contributions are welcome.

35
instances.json Normal file
View File

@ -0,0 +1,35 @@
[
{
"clearnet": "https://dm.vern.cc/",
"tor": "http://dm.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/",
"i2p": "http://vernxpcpqi2y4uhu7to4rnjmyjjgzh3x3qxyzpmkhykefchkmleq.b32.i2p/",
"country": "US",
"cdn": false
},
{
"clearnet": "https://sing.whatever.social/",
"country": "US/DE",
"cdn": true
},
{
"clearnet": "https://dumb.lunar.icu/",
"country": "DE",
"cdn": true
},
{
"clearnet": "https://dumb.privacydev.net/",
"tor": "http://dumb.g4c3eya4clenolymqbpgwz3q3tawoxw56yhzk4vugqrl6dtu3ejvhjid.onion/",
"country": "FR",
"cdn": false
},
{
"clearnet": "https://dumb.ducks.party/",
"country": "NL",
"cdn": false
},
{
"clearnet": "https://dumb.privacyfucking.rocks/",
"country": "DE",
"cdn": false
}
]