summaryrefslogtreecommitdiff
path: root/services.json
diff options
context:
space:
mode:
authorBen Busby <noreply+git@benbusby.com>2021-11-15 17:18:12 -0700
committerBen Busby <noreply+git@benbusby.com>2021-11-15 17:18:12 -0700
commitadbdd64b8c0908a1a391705a48cfa420c63d829e (patch)
treec80d889ae364096d2c12cf99ddf4042ba6a696e4 /services.json
parent97f1d26cbcc4ef9ce11739d8f0e9d092de5a6262 (diff)
downloadfarside-adbdd64b8c0908a1a391705a48cfa420c63d829e.tar.gz
Add whoogle instances to services.json
Whoogle is now eligible for Farside links. I haven't decided how I'd like this implemented yet though. My idea is actually to refactor part of Whoogle to work a bit better with this new "instance hopping" paradigm -- namely, I'd like the config settings to be easily turned into query params and appended to a farside link when a user's preferred instance is blocked.
Diffstat (limited to 'services.json')
-rw-r--r--services.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/services.json b/services.json
index cee766f..a82fe55 100644
--- a/services.json
+++ b/services.json
@@ -110,5 +110,22 @@
"https://cy-nitter.resolv.ee",
"https://tweet.lambda.dance"
]
+ },
+ {
+ "type": "whoogle",
+ "test_url": "/search?q=github",
+ "fallback": "https://search.garudalinux.org",
+ "instances": [
+ "https://search.albony.xyz",
+ "https://whoogle.sdf.org",
+ "https://whoogle.kavin.rocks",
+ "https://search.garudalinux.org",
+ "https://whooglesearch.net",
+ "https://search.flawcra.cc",
+ "https://search.exonip.de",
+ "https://s.alefvanoon.xyz",
+ "https://search.flux.industries",
+ "https://www.whooglesearch.ml"
+ ]
}
]