Create new demo instances lists

This commit is contained in:
Korbs 2024-07-11 17:14:05 -04:00
parent ccf68e3b76
commit 0e44ef7055

36
instances.json Normal file
View file

@ -0,0 +1,36 @@
[
[
"minpluto.org",
{
"uri": "https://minpluto.org",
"CLOUDFLARE": true,
"analytics": false,
"proxy": true,
"official": true,
"DEFAULT": true,
"region": "🇺🇸",
"software": {
"name": "minpluto",
"version": "latest",
"branch": "main"
}
}
],
[
"randomo.net",
{
"uri": "https://randomo.net",
"CLOUDFLARE": true,
"analytics": "Plausible",
"proxy": true,
"official": false,
"DEFAULT": false,
"region": "🇺🇸",
"software": {
"name": "minpluto",
"version": "latest",
"branch": "main"
}
}
]
]