From fa5b2a7948044522c0fa6d763f436e55c7600b95 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sun, 8 Oct 2023 19:27:48 +0200 Subject: [mod] yacy: use official instance by default and fix crashes --- searx/settings.yml | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) (limited to 'searx/settings.yml') diff --git a/searx/settings.yml b/searx/settings.yml index 695b7f812..1b511c2c9 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -1898,15 +1898,26 @@ engines: shortcut: mvw disabled: true - # - name: yacy - # engine: yacy - # shortcut: ya - # base_url: http://localhost:8090 - # # required if you aren't using HTTPS for your local yacy instance' - # enable_http: true - # timeout: 3.0 - # # Yacy search mode. 'global' or 'local'. - # search_mode: 'global' + - name: yacy + engine: yacy + categories: general + search_type: text + base_url: https://yacy.searchlab.eu + shortcut: ya + disabled: true + # required if you aren't using HTTPS for your local yacy instance + # https://docs.searxng.org/dev/engines/online/yacy.html + # enable_http: true + # timeout: 3.0 + # search_mode: 'global' + + - name: yacy images + engine: yacy + categories: images + search_type: image + base_url: https://yacy.searchlab.eu + shortcut: yai + disabled: true - name: rumble engine: rumble -- cgit v1.2.3