From 42cd21346fcf84ef45b78c842eb852cce861f67a Mon Sep 17 00:00:00 2001 From: martin Date: Sat, 15 Nov 2025 14:49:42 +0100 Subject: [PATCH] fix: remove unavailable engine from searxng config to avoid warnings/errors --- searxng/settings.yml | 131 +++++++++++++------------------------------ 1 file changed, 39 insertions(+), 92 deletions(-) mode change 100644 => 100755 searxng/settings.yml diff --git a/searxng/settings.yml b/searxng/settings.yml old mode 100644 new mode 100755 index 2e2d640..5808269 --- a/searxng/settings.yml +++ b/searxng/settings.yml @@ -444,11 +444,11 @@ engines: disabled: true # Requires Tor - - name: ahmia - engine: ahmia - categories: onions - enable_http: true - shortcut: ah + #- name: ahmia + # engine: ahmia + # categories: onions + # enable_http: true + # shortcut: ah - name: anaconda engine: xpath @@ -641,11 +641,6 @@ engines: # # get your API key from: https://core.ac.uk/api-keys/register/ # api_key: 'unset' - - name: cppreference - engine: cppreference - shortcut: cpp - paging: false - disabled: true - name: crossref engine: crossref @@ -1501,31 +1496,12 @@ engines: engine: pinterest shortcut: pin - - name: piped - engine: piped - shortcut: ppd - categories: videos - piped_filter: videos - timeout: 3.0 - - # URL to use as link and for embeds - frontend_url: https://srv.piped.video - # Instance will be selected randomly, for more see https://piped-instances.kavin.rocks/ - backend_url: - - https://pipedapi.adminforge.de - - https://pipedapi.nosebs.ru - - https://pipedapi.ducks.party - - https://pipedapi.reallyaweso.me - - https://api.piped.private.coffee - - https://pipedapi.darkness.services - - - name: piped.music - engine: piped - network: piped - shortcut: ppdm - categories: music - piped_filter: music_songs - timeout: 3.0 + #- name: piped + # engine: piped + # shortcut: ppd + # categories: videos + # piped_filter: videos + # timeout: 3.0 - name: piratebay engine: piratebay @@ -1942,20 +1918,6 @@ engines: shortcut: tm disabled: true - # Requires Tor - - name: torch - engine: xpath - paging: true - search_url: - http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and - results_xpath: //table//tr - url_xpath: ./td[2]/a - title_xpath: ./td[2]/b - content_xpath: ./td[2]/small - categories: onions - enable_http: true - shortcut: tch - # torznab engine lets you query any torznab compatible indexer. Using this # engine in combination with Jackett opens the possibility to query a lot of # public and private indexers directly from SearXNG. More details at: @@ -2155,33 +2117,33 @@ engines: website: https://www.wikivoyage.org/ wikidata_id: Q373 - - name: wikicommons.images - engine: wikicommons - shortcut: wc - categories: images - search_type: images - number_of_results: 10 - - - name: wikicommons.videos - engine: wikicommons - shortcut: wcv - categories: videos - search_type: videos - number_of_results: 10 - - - name: wikicommons.audio - engine: wikicommons - shortcut: wca - categories: music - search_type: audio - number_of_results: 10 - - - name: wikicommons.files - engine: wikicommons - shortcut: wcf - categories: files - search_type: files - number_of_results: 10 +# - name: wikicommons.images +# engine: wikicommons +# shortcut: wc +# categories: images +# search_type: images +# number_of_results: 10 +# +# - name: wikicommons.videos +# engine: wikicommons +# shortcut: wcv +# categories: videos +# search_type: videos +# number_of_results: 10 +# +# - name: wikicommons.audio +# engine: wikicommons +# shortcut: wca +# categories: music +# search_type: audio +# number_of_results: 10 +# +# - name: wikicommons.files +# engine: wikicommons +# shortcut: wcf +# categories: files +# search_type: files +# number_of_results: 10 - name: wolframalpha shortcut: wa @@ -2358,16 +2320,6 @@ engines: # timeout can be reduced in 'local' search mode timeout: 5.0 - - name: yacy images - engine: yacy - network: yacy - categories: images - search_type: image - shortcut: yai - disabled: true - # timeout can be reduced in 'local' search mode - timeout: 5.0 - - name: rumble engine: rumble shortcut: ru @@ -2481,11 +2433,6 @@ engines: shortcut: wttr timeout: 9.0 - - name: yummly - engine: yummly - shortcut: yum - disabled: true - - name: brave engine: brave shortcut: br @@ -2666,4 +2613,4 @@ doi_resolvers: sci-hub.st: 'https://sci-hub.st/' sci-hub.ru: 'https://sci-hub.ru/' -default_doi_resolver: 'oadoi.org' \ No newline at end of file +default_doi_resolver: 'oadoi.org'