summaryrefslogtreecommitdiff
path: root/searx/settings.yml
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-05-09 10:40:55 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-05-09 17:29:15 +0200
commitfb32425d784bbc8e2a958ed3062888b75cab230d (patch)
treef310560577a7b7789b2ae8c9015a8107a81297cf /searx/settings.yml
parent72be98e12f5b8454f03cf3cb44a920fce75d4f7b (diff)
downloadsearxng-fb32425d784bbc8e2a958ed3062888b75cab230d.tar.gz
searxng-fb32425d784bbc8e2a958ed3062888b75cab230d.zip
[mod] yacy engine: pick base_url randomly from a list of instances
Inspired by post [1] in the disscussion we had, while yacy.searchlab.eu was broken. [1] https://github.com/searxng/searxng/issues/3428#issuecomment-2101080101 Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/settings.yml')
-rw-r--r--searx/settings.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/searx/settings.yml b/searx/settings.yml
index 8f1df1801..77f4b8339 100644
--- a/searx/settings.yml
+++ b/searx/settings.yml
@@ -2082,7 +2082,11 @@ engines:
engine: yacy
categories: general
search_type: text
- base_url: https://yacy.searchlab.eu
+ base_url:
+ - https://yacy.searchlab.eu
+ - https://search.lomig.me
+ - https://yacy.ecosys.eu
+ - https://search.webproject.link
shortcut: ya
disabled: true
# required if you aren't using HTTPS for your local yacy instance
@@ -2095,7 +2099,6 @@ engines:
engine: yacy
categories: images
search_type: image
- base_url: https://yacy.searchlab.eu
shortcut: yai
disabled: true