From 4e083cc641de241bba0b4a5c23b8ac154f666dbf Mon Sep 17 00:00:00 2001 From: jamesbrown8532 <128091819+jamesbrown8532@users.noreply.github.com> Date: Sat, 17 Feb 2024 22:44:24 +0000 Subject: [PATCH 1/2] Add instances list in JSON format --- instances.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 instances.json diff --git a/instances.json b/instances.json new file mode 100644 index 0000000..96c5e0b --- /dev/null +++ b/instances.json @@ -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 + } +] From 6c0750485140ca614cbdda4750b3f8054ab70865 Mon Sep 17 00:00:00 2001 From: jamesbrown8532 <128091819+jamesbrown8532@users.noreply.github.com> Date: Sat, 17 Feb 2024 22:47:48 +0000 Subject: [PATCH 2/2] Mention instances.json in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 33e5248..87d03ba 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ The default port is 5555, you can use other ports by setting the `PORT` environm | --- | --- | | | https://vern.cc | +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