mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:14:39 -05:00
Update instances.json
This change does the following: * Removes offline instances * Corrects URL of existing instance * Adds new instance hosted in Poland * Changes typos of "lastest" to "latest" * Renames "uri" fields to "url" * Changes one mention of "PokeTube" to "Poke"
This commit is contained in:
parent
2d78a1a7f6
commit
ed06fcb92c
1 changed files with 16 additions and 29 deletions
|
@ -2,7 +2,7 @@
|
|||
[
|
||||
"poketube.fun",
|
||||
{
|
||||
"uri": "https://poketube.fun",
|
||||
"url": "https://poketube.fun",
|
||||
"CLOUDFLARE": false,
|
||||
"piwik": true,
|
||||
"proxy": true,
|
||||
|
@ -11,7 +11,7 @@
|
|||
"region": "🇩🇪",
|
||||
"software": {
|
||||
"name": "poke",
|
||||
"version": "lastest",
|
||||
"version": "latest",
|
||||
"branch": "dev"
|
||||
}
|
||||
}
|
||||
|
@ -19,13 +19,13 @@
|
|||
[
|
||||
"pt.sudovanilla.org",
|
||||
{
|
||||
"uri": "https://pt.sudovanilla.org",
|
||||
"url": "https://pt.sudovanilla.org",
|
||||
"CLOUDFLARE": false,
|
||||
"piwik": false,
|
||||
"region": "🇺🇸",
|
||||
"software": {
|
||||
"name": "poke",
|
||||
"version": "lastest",
|
||||
"version": "latest",
|
||||
"branch": "dev"
|
||||
}
|
||||
}
|
||||
|
@ -33,7 +33,7 @@
|
|||
[
|
||||
"poke.ashley0143.xyz",
|
||||
{
|
||||
"uri": "https://poke.ashley0143.xyz",
|
||||
"url": "https://poke.ashley0143.xyz",
|
||||
"CLOUDFLARE": true,
|
||||
"piwik": false,
|
||||
"region": "🇺🇸",
|
||||
|
@ -47,7 +47,7 @@
|
|||
[
|
||||
"poke.alphexo.dev",
|
||||
{
|
||||
"uri": "https://poke.alphexo.dev",
|
||||
"url": "https://poke.alphexo.dev",
|
||||
"CLOUDFLARE": true,
|
||||
"piwik": false,
|
||||
"region": "🇬🇧",
|
||||
|
@ -59,9 +59,9 @@
|
|||
}
|
||||
],
|
||||
[
|
||||
"poke.ggtyler.dev",
|
||||
"nyc1.poke.ggtyler.dev",
|
||||
{
|
||||
"uri": "https://poke.ggtyler.dev",
|
||||
"url": "https://nyc1.poke.ggtyler.dev",
|
||||
"CLOUDFLARE": false,
|
||||
"piwik": false,
|
||||
"proxy": false,
|
||||
|
@ -76,50 +76,37 @@
|
|||
[
|
||||
"cal1.poke.ggtyler.dev",
|
||||
{
|
||||
"uri": "https://cal1.poke.ggtyler.dev",
|
||||
"url": "https://cal1.poke.ggtyler.dev",
|
||||
"CLOUDFLARE": false,
|
||||
"piwik": false,
|
||||
"proxy": false,
|
||||
"region": "🇺🇸",
|
||||
"software": {
|
||||
"name": "poketube",
|
||||
"name": "poke",
|
||||
"version": "latest",
|
||||
"branch": "dev"
|
||||
}
|
||||
}
|
||||
],
|
||||
[
|
||||
"poke.uk1.littkai.co.uk",
|
||||
"pol1.poke.ggtyler.dev",
|
||||
{
|
||||
"uri": "https://poke.uk1.littkai.co.uk",
|
||||
"url": "https://pol1.ggtyler.dev",
|
||||
"CLOUDFLARE": false,
|
||||
"piwik": false,
|
||||
"proxy": false,
|
||||
"region": "🇬🇧",
|
||||
"region": "🇵🇱",
|
||||
"software": {
|
||||
"name": "poke",
|
||||
"version": "latest",
|
||||
"branch": "dev"
|
||||
}
|
||||
}
|
||||
], [
|
||||
"poke.uk2.littlekai.co.uk",
|
||||
{
|
||||
"uri": "https://poke.uk2.littlekai.co.uk",
|
||||
"CLOUDFLARE": false,
|
||||
"piwik": false,
|
||||
"proxy": false,
|
||||
"region": "🇬🇧",
|
||||
"software": {
|
||||
"name": "poke",
|
||||
"version": "latest",
|
||||
"branch": "dev"
|
||||
}
|
||||
}
|
||||
], [
|
||||
],
|
||||
[
|
||||
"poke.blahai.gay",
|
||||
{
|
||||
"uri": "https://poke.blahai.gay/",
|
||||
"url": "https://poke.blahai.gay/",
|
||||
"CLOUDFLARE": true,
|
||||
"piwik": false,
|
||||
"proxy": false,
|
||||
|
|
Loading…
Reference in a new issue