chore(searXNG): bump settings.yml to latest

This commit is contained in:
AngeD 2023-12-23 18:53:01 +01:00
parent 1b42e31e8b
commit e67e416b4d

View File

@ -32,6 +32,7 @@ search:
# Default search language - leave blank to detect from browser information or # Default search language - leave blank to detect from browser information or
# use codes from 'languages.py' # use codes from 'languages.py'
default_lang: "auto" default_lang: "auto"
# max_page: 0 # if engine supports paging, 0 means unlimited numbers of pages
# Available languages # Available languages
languages: languages:
- fr-FR - fr-FR
@ -74,7 +75,7 @@ server:
# If your instance owns a /etc/searxng/settings.yml file, then set the following # If your instance owns a /etc/searxng/settings.yml file, then set the following
# values there. # values there.
# secret_key: "ultrasecretkey" # Is overwritten by ${SEARXNG_SECRET} secret_key: "ultrasecretkey" # Is overwritten by ${SEARXNG_SECRET}
# Proxying image results through searx # Proxying image results through searx
image_proxy: false image_proxy: false
# 1.0 and 1.1 are supported # 1.0 and 1.1 are supported
@ -527,6 +528,23 @@ engines:
categories: general categories: general
shortcut: cc shortcut: cc
- name: bahnhof
engine: json_engine
search_url: https://www.bahnhof.de/api/stations/search/{query}
url_prefix: https://www.bahnhof.de/
url_query: slug
title_query: name
content_query: state
shortcut: bf
disabled: true
about:
website: https://www.bahn.de
wikidata_id: Q22811603
use_official_api: false
require_api_key: false
results: JSON
language: de
- name: deezer - name: deezer
engine: deezer engine: deezer
shortcut: dz shortcut: dz
@ -719,6 +737,12 @@ engines:
shortcut: frk shortcut: frk
disabled: true disabled: true
- name: fyyd
engine: fyyd
shortcut: fy
timeout: 8.0
disabled: true
- name: genius - name: genius
engine: genius engine: genius
shortcut: gen shortcut: gen
@ -1058,6 +1082,25 @@ engines:
# shortcut: mtrx # shortcut: mtrx
# disabled: true # disabled: true
- name: mdn
shortcut: mdn
engine: json_engine
categories: [it]
paging: true
search_url: https://developer.mozilla.org/api/v1/search?q={query}&page={pageno}
results_query: documents
url_query: mdn_url
url_prefix: https://developer.mozilla.org
title_query: title
content_query: summary
about:
website: https://developer.mozilla.org
wikidata_id: Q3273508
official_api_documentation: null
use_official_api: false
require_api_key: false
results: JSON
- name: metacpan - name: metacpan
engine: metacpan engine: metacpan
shortcut: cpan shortcut: cpan
@ -1275,6 +1318,10 @@ engines:
url: https://thepiratebay.org/ url: https://thepiratebay.org/
timeout: 3.0 timeout: 3.0
- name: podcastindex
engine: podcastindex
shortcut: podcast
# Required dependency: psychopg2 # Required dependency: psychopg2
# - name: postgresql # - name: postgresql
# engine: postgresql # engine: postgresql
@ -1421,6 +1468,11 @@ engines:
shortcut: re shortcut: re
page_size: 25 page_size: 25
- name: rottentomatoes
engine: rottentomatoes
shortcut: rt
disabled: true
# Required dependency: redis # Required dependency: redis
# - name: myredis # - name: myredis
# shortcut : rds # shortcut : rds
@ -1861,6 +1913,7 @@ engines:
suggestion_xpath: //div[@class="top-info"]/p[@class="top-info spell"]/em/a suggestion_xpath: //div[@class="top-info"]/p[@class="top-info spell"]/em/a
first_page_num: 0 first_page_num: 0
page_size: 10 page_size: 10
max_page: 100
disabled: true disabled: true
about: about:
website: https://www.mojeek.com/ website: https://www.mojeek.com/
@ -2024,21 +2077,8 @@ engines:
disabled: true disabled: true
- name: tootfinder - name: tootfinder
engine: json_engine engine: tootfinder
categories: ['social media']
paging: false
search_url: https://www.tootfinder.ch/rest/api/search/{query}
url_query: uri
title_query: card/title
content_query: content
thumbnail_query: card/image
shortcut: toot shortcut: toot
about:
website: https://tootfinder.ch/
official_api_documentation: https://wiki.tootfinder.ch/index.php?name=the-tootfinder-rest-api
use_official_api: true
require_api_key: false
results: 'JSON'
- name: wallhaven - name: wallhaven
engine: wallhaven engine: wallhaven