summaryrefslogtreecommitdiff
path: root/services.json
diff options
context:
space:
mode:
authorBen Busby <contact@benbusby.com>2022-03-18 13:28:45 -0600
committerBen Busby <contact@benbusby.com>2022-03-18 13:28:45 -0600
commit20347822da52fdcff50924914d3a0928cffd27f3 (patch)
treebfc9c5f1d89a79bcf2fb2b24ae584415d5858e0b /services.json
parent7647c1c10137356c4a5c64962f40ccbdd9d5596d (diff)
downloadfarside-20347822da52fdcff50924914d3a0928cffd27f3.tar.gz
Support SearXNG
Added a new seperate service for only redirecting to SearXNG instances. Note that plain "searx" redirects will use both SearX and SearXNG instances for those who don't have a preference between the two. Closes #23
Diffstat (limited to 'services.json')
-rw-r--r--services.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/services.json b/services.json
index 5f6ca82..baa4abb 100644
--- a/services.json
+++ b/services.json
@@ -248,6 +248,28 @@
]
},
{
+ "type": "searxng",
+ "test_url": "/search?q=<%=query%>",
+ "fallback": "https://searx.be",
+ "instances": [
+ "https://northboot.xyz",
+ "https://paulgo.io",
+ "https://s.zhaocloud.net",
+ "https://search.bus-hit.me",
+ "https://search.mdosch.de",
+ "https://search.neet.works",
+ "https://search.ononoki.org",
+ "https://search.zzls.xyz",
+ "https://searx-private-search.de",
+ "https://searx.be",
+ "https://searx.fmac.xyz",
+ "https://searx.rasp.fr",
+ "https://searx.tiekoetter.com",
+ "https://searxng.zackptg5.com",
+ "https://www.webrats.xyz"
+ ]
+ },
+ {
"type": "wikiless",
"test_url": "/wiki/Wikipedia?lang=en",
"fallback": "https://wikiless.org",