Add instances

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-12-10 12:52:12 -05:00
parent 63dba1b69e
commit bf547f34b5
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 14 additions and 0 deletions

View File

@ -6,6 +6,9 @@ Currently this project is still in development. While it might be in a state whe
# Support
Join our [Matrix room](https://mto.vern.cc/#/#cobra-frontends:vern.cc) for support and other things related to MeMe
# Instances
See instances.json
# Run your own instance
## Dependencies
This program is written in Guile Scheme.

11
instances.json Normal file
View File

@ -0,0 +1,11 @@
[
{
"clearnet": "https://mm.vern.cc",
"tor": "http://mm.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion",
"i2p": "http://vernerox4q74g7o5vunlrisutgriuyl5qcoooinmzhrflse62nwa.b32.i2p",
"patches": "http://git.vern.cc/vern/modifications/src/branch/master/meme",
"country": "US",
"owner_name": "~vern",
"owner_website": "https://vern.cc"
}
]