Create new demo instances lists
This commit is contained in:
parent
ccf68e3b76
commit
0e44ef7055
1 changed files with 36 additions and 0 deletions
36
instances.json
Normal file
36
instances.json
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
Reference in a new issue