1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-04-22 03:48:43 +00:00
farside/instances.json
Ben Busby b0953f0777
Validate status code for all service instances
Updated to filter out all instances that either time out (I believe
default timeout for HTTPoison is 5s) or return a non-200 status code.
2021-10-21 21:15:58 -06:00

18 lines
421 B
JSON

[
{
"instance_type": "reddit",
"instance_test": "/r/popular",
"instance_list": [
"https://libredd.it",
"https://libreddit.spike.codes"
]
},
{
"instance_type": "instagram",
"instance_test": "/taylorswift",
"instance_list": [
"https://bibliogram.art/u",
"https://bibliogram.snopyta.org/u"
]
}
]