changed approach, got rid of settings.yml binding entirely
Some checks failed
Documentation / Release (push) Has been cancelled
Integration / Python 3.10 (push) Has been cancelled
Integration / Python 3.11 (push) Has been cancelled
Integration / Python 3.12 (push) Has been cancelled
Integration / Python 3.13 (push) Has been cancelled
Integration / Python 3.9 (push) Has been cancelled
Integration / Theme (push) Has been cancelled
Integration / Docker (push) Has been cancelled
Some checks failed
Documentation / Release (push) Has been cancelled
Integration / Python 3.10 (push) Has been cancelled
Integration / Python 3.11 (push) Has been cancelled
Integration / Python 3.12 (push) Has been cancelled
Integration / Python 3.13 (push) Has been cancelled
Integration / Python 3.9 (push) Has been cancelled
Integration / Theme (push) Has been cancelled
Integration / Docker (push) Has been cancelled
This commit is contained in:
parent
cf5dbbbc77
commit
c6f1156bc6
@ -5,5 +5,3 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "${NEKOSEARCH_PORT}:8080"
|
- "${NEKOSEARCH_PORT}:8080"
|
||||||
volumes:
|
|
||||||
- ../nekosearch_config:/etc/searxng:ro
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@ general:
|
|||||||
# Debug mode, only for development. Is overwritten by ${SEARXNG_DEBUG}
|
# Debug mode, only for development. Is overwritten by ${SEARXNG_DEBUG}
|
||||||
debug: false
|
debug: false
|
||||||
# displayed name
|
# displayed name
|
||||||
instance_name: "SearXNG"
|
instance_name: "nekosearch"
|
||||||
# For example: https://example.com/privacy
|
# For example: https://example.com/privacy
|
||||||
privacypolicy_url: false
|
privacypolicy_url: false
|
||||||
# use true to use your own donation page written in searx/info/en/donate.md
|
# use true to use your own donation page written in searx/info/en/donate.md
|
||||||
@ -32,16 +32,16 @@ brand:
|
|||||||
|
|
||||||
search:
|
search:
|
||||||
# Filter results. 0: None, 1: Moderate, 2: Strict
|
# Filter results. 0: None, 1: Moderate, 2: Strict
|
||||||
safe_search: 0
|
safe_search: 2
|
||||||
# Existing autocomplete backends: "360search", "baidu", "brave", "dbpedia", "duckduckgo", "google", "yandex",
|
# Existing autocomplete backends: "360search", "baidu", "brave", "dbpedia", "duckduckgo", "google", "yandex",
|
||||||
# "mwmbl", "seznam", "sogou", "stract", "swisscows", "quark", "qwant", "wikipedia" -
|
# "mwmbl", "seznam", "sogou", "stract", "swisscows", "qwant", "wikipedia" -
|
||||||
# leave blank to turn it off by default.
|
# leave blank to turn it off by default.
|
||||||
autocomplete: ""
|
autocomplete: "duckduckgo"
|
||||||
# minimun characters to type before autocompleter starts
|
# minimun characters to type before autocompleter starts
|
||||||
autocomplete_min: 4
|
autocomplete_min: 4
|
||||||
# backend for the favicon near URL in search results.
|
# backend for the favicon near URL in search results.
|
||||||
# Available resolvers: "allesedv", "duckduckgo", "google", "yandex" - leave blank to turn it off by default.
|
# Available resolvers: "allesedv", "duckduckgo", "google", "yandex" - leave blank to turn it off by default.
|
||||||
favicon_resolver: ""
|
favicon_resolver: "duckduckgo"
|
||||||
# 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"
|
||||||
@ -83,8 +83,8 @@ server:
|
|||||||
port: 8888
|
port: 8888
|
||||||
bind_address: "127.0.0.1"
|
bind_address: "127.0.0.1"
|
||||||
# public URL of the instance, to ensure correct inbound links. Is overwritten
|
# public URL of the instance, to ensure correct inbound links. Is overwritten
|
||||||
# by ${SEARXNG_BASE_URL}.
|
# by ${SEARXNG_URL}.
|
||||||
base_url: false # "http://example.com/location"
|
base_url: https://nekosear.ch # "http://example.com/location"
|
||||||
# rate limit the number of request on the instance, block some bots.
|
# rate limit the number of request on the instance, block some bots.
|
||||||
# Is overwritten by ${SEARXNG_LIMITER}
|
# Is overwritten by ${SEARXNG_LIMITER}
|
||||||
limiter: false
|
limiter: false
|
||||||
@ -95,14 +95,13 @@ 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: "a9b0aafe71f3dbe131d66762f03e27ab02dfa409541184f3d34036926d7dd79e" # Is overwritten by ${SEARXNG_SECRET}
|
||||||
# Proxy image results through SearXNG. Is overwritten by ${SEARXNG_IMAGE_PROXY}
|
# Proxy image results through SearXNG. Is overwritten by ${SEARXNG_IMAGE_PROXY}
|
||||||
image_proxy: false
|
image_proxy: false
|
||||||
# 1.0 and 1.1 are supported
|
# 1.0 and 1.1 are supported
|
||||||
http_protocol_version: "1.0"
|
http_protocol_version: "1.0"
|
||||||
# POST queries are more secure as they don't show up in history but may cause
|
# POST queries are more secure as they don't show up in history but may cause
|
||||||
# problems when using Firefox containers.
|
# problems when using Firefox containers
|
||||||
# Is overwritten by ${SEARXNG_METHOD}
|
|
||||||
method: "POST"
|
method: "POST"
|
||||||
default_http_headers:
|
default_http_headers:
|
||||||
X-Content-Type-Options: nosniff
|
X-Content-Type-Options: nosniff
|
||||||
@ -124,13 +123,13 @@ ui:
|
|||||||
templates_path: ""
|
templates_path: ""
|
||||||
# query_in_title: When true, the result page's titles contains the query
|
# query_in_title: When true, the result page's titles contains the query
|
||||||
# it decreases the privacy, since the browser can records the page titles.
|
# it decreases the privacy, since the browser can records the page titles.
|
||||||
query_in_title: false
|
query_in_title: true
|
||||||
# infinite_scroll: When true, automatically loads the next page when scrolling to bottom of the current page.
|
# infinite_scroll: When true, automatically loads the next page when scrolling to bottom of the current page.
|
||||||
infinite_scroll: false
|
infinite_scroll: true
|
||||||
# ui theme
|
# ui theme
|
||||||
default_theme: simple
|
default_theme: simple
|
||||||
# center the results ?
|
# center the results ?
|
||||||
center_alignment: false
|
center_alignment: true
|
||||||
# URL prefix of the internet archive, don't forget trailing slash (if needed).
|
# URL prefix of the internet archive, don't forget trailing slash (if needed).
|
||||||
# cache_url: "https://webcache.googleusercontent.com/search?q=cache:"
|
# cache_url: "https://webcache.googleusercontent.com/search?q=cache:"
|
||||||
# Default interface locale - leave blank to detect from browser information or
|
# Default interface locale - leave blank to detect from browser information or
|
||||||
@ -140,7 +139,7 @@ ui:
|
|||||||
# results_on_new_tab: false
|
# results_on_new_tab: false
|
||||||
theme_args:
|
theme_args:
|
||||||
# style of simple theme: auto, light, dark
|
# style of simple theme: auto, light, dark
|
||||||
simple_style: auto
|
simple_style: dark
|
||||||
# Perform search immediately if a category selected.
|
# Perform search immediately if a category selected.
|
||||||
# Disable to select multiple categories at once and start the search manually.
|
# Disable to select multiple categories at once and start the search manually.
|
||||||
search_on_category_select: true
|
search_on_category_select: true
|
||||||
@ -152,7 +151,7 @@ ui:
|
|||||||
# Lock arbitrary settings on the preferences page.
|
# Lock arbitrary settings on the preferences page.
|
||||||
#
|
#
|
||||||
# preferences:
|
# preferences:
|
||||||
# lock:
|
# lock:
|
||||||
# - categories
|
# - categories
|
||||||
# - language
|
# - language
|
||||||
# - autocomplete
|
# - autocomplete
|
||||||
@ -208,8 +207,16 @@ outgoing:
|
|||||||
# are also supported: see
|
# are also supported: see
|
||||||
# https://2.python-requests.org/en/latest/user/advanced/#socks
|
# https://2.python-requests.org/en/latest/user/advanced/#socks
|
||||||
#
|
#
|
||||||
# proxies:
|
proxies:
|
||||||
# all://:
|
all://:
|
||||||
|
- http://38.33.146.13:2000
|
||||||
|
- http://38.33.148.3:2000
|
||||||
|
- http://38.38.254.150:2000
|
||||||
|
- http://38.33.146.96:2000
|
||||||
|
#https: http://192.168.1.78:8888
|
||||||
|
#proxies:
|
||||||
|
#all://:
|
||||||
|
#- http://192.168.1.78:8888
|
||||||
# - http://proxy1:8080
|
# - http://proxy1:8080
|
||||||
# - http://proxy2:8080
|
# - http://proxy2:8080
|
||||||
#
|
#
|
||||||
@ -217,7 +224,7 @@ outgoing:
|
|||||||
#
|
#
|
||||||
# Extra seconds to add in order to account for the time taken by the proxy
|
# Extra seconds to add in order to account for the time taken by the proxy
|
||||||
#
|
#
|
||||||
# extra_proxy_timeout: 10
|
# extra_proxy_timeout: 20
|
||||||
#
|
#
|
||||||
# uncomment below section only if you have more than one network interface
|
# uncomment below section only if you have more than one network interface
|
||||||
# which can be the source of outgoing search requests
|
# which can be the source of outgoing search requests
|
||||||
@ -227,38 +234,29 @@ outgoing:
|
|||||||
# - 1.1.1.2
|
# - 1.1.1.2
|
||||||
# - fe80::/126
|
# - fe80::/126
|
||||||
|
|
||||||
# Plugin configuration, for more details see
|
# External plugin configuration, for more details see
|
||||||
# https://docs.searxng.org/admin/settings/settings_plugins.html
|
# https://docs.searxng.org/admin/settings/settings_plugins.html
|
||||||
#
|
#
|
||||||
plugins:
|
# plugins:
|
||||||
|
# - mypackage.mymodule.MyPlugin
|
||||||
searx.plugins.calculator.SXNGPlugin:
|
# - mypackage.mymodule.MyOtherPlugin
|
||||||
active: true
|
# - ...
|
||||||
|
|
||||||
searx.plugins.hash_plugin.SXNGPlugin:
|
|
||||||
active: true
|
|
||||||
|
|
||||||
searx.plugins.self_info.SXNGPlugin:
|
|
||||||
active: true
|
|
||||||
|
|
||||||
searx.plugins.unit_converter.SXNGPlugin:
|
|
||||||
active: true
|
|
||||||
|
|
||||||
searx.plugins.ahmia_filter.SXNGPlugin:
|
|
||||||
active: true
|
|
||||||
|
|
||||||
searx.plugins.hostnames.SXNGPlugin:
|
|
||||||
active: true
|
|
||||||
|
|
||||||
searx.plugins.oa_doi_rewrite.SXNGPlugin:
|
|
||||||
active: false
|
|
||||||
|
|
||||||
searx.plugins.tor_check.SXNGPlugin:
|
|
||||||
active: false
|
|
||||||
|
|
||||||
searx.plugins.tracker_url_remover.SXNGPlugin:
|
|
||||||
active: false
|
|
||||||
|
|
||||||
|
# Comment or un-comment plugin to activate / deactivate by default.
|
||||||
|
# https://docs.searxng.org/admin/settings/settings_plugins.html
|
||||||
|
#
|
||||||
|
# enabled_plugins:
|
||||||
|
# # these plugins are enabled if nothing is configured ..
|
||||||
|
# - 'Basic Calculator'
|
||||||
|
# - 'Hash plugin'
|
||||||
|
# - 'Self Information'
|
||||||
|
# - 'Tracker URL remover'
|
||||||
|
# - 'Unit converter plugin'
|
||||||
|
# - 'Ahmia blacklist' # activation depends on outgoing.using_tor_proxy
|
||||||
|
# # these plugins are disabled if nothing is configured ..
|
||||||
|
# - 'Hostnames plugin' # see 'hostnames' configuration below
|
||||||
|
# - 'Open Access DOI rewrite'
|
||||||
|
# - 'Tor check plugin'
|
||||||
|
|
||||||
# Configuration of the "Hostnames plugin":
|
# Configuration of the "Hostnames plugin":
|
||||||
#
|
#
|
||||||
@ -362,11 +360,6 @@ engines:
|
|||||||
shortcut: 9g
|
shortcut: 9g
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: acfun
|
|
||||||
engine: acfun
|
|
||||||
shortcut: acf
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: adobe stock
|
- name: adobe stock
|
||||||
engine: adobe_stock
|
engine: adobe_stock
|
||||||
shortcut: asi
|
shortcut: asi
|
||||||
@ -434,11 +427,6 @@ engines:
|
|||||||
disabled: true
|
disabled: true
|
||||||
shortcut: aa
|
shortcut: aa
|
||||||
|
|
||||||
- name: ansa
|
|
||||||
engine: ansa
|
|
||||||
shortcut: ans
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
# - name: annas articles
|
# - name: annas articles
|
||||||
# engine: annas_archive
|
# engine: annas_archive
|
||||||
# shortcut: aaa
|
# shortcut: aaa
|
||||||
@ -495,6 +483,7 @@ engines:
|
|||||||
engine: artic
|
engine: artic
|
||||||
shortcut: arc
|
shortcut: arc
|
||||||
timeout: 4.0
|
timeout: 4.0
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: arxiv
|
- name: arxiv
|
||||||
engine: arxiv
|
engine: arxiv
|
||||||
@ -516,27 +505,6 @@ engines:
|
|||||||
shortcut: bc
|
shortcut: bc
|
||||||
categories: music
|
categories: music
|
||||||
|
|
||||||
- name: baidu
|
|
||||||
baidu_category: general
|
|
||||||
categories: [general]
|
|
||||||
engine: baidu
|
|
||||||
shortcut: bd
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: baidu images
|
|
||||||
baidu_category: images
|
|
||||||
categories: [images]
|
|
||||||
engine: baidu
|
|
||||||
shortcut: bdi
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: baidu kaifa
|
|
||||||
baidu_category: it
|
|
||||||
categories: [it]
|
|
||||||
engine: baidu
|
|
||||||
shortcut: bdk
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: wikipedia
|
- name: wikipedia
|
||||||
engine: wikipedia
|
engine: wikipedia
|
||||||
shortcut: wp
|
shortcut: wp
|
||||||
@ -552,7 +520,6 @@ engines:
|
|||||||
- name: bing
|
- name: bing
|
||||||
engine: bing
|
engine: bing
|
||||||
shortcut: bi
|
shortcut: bi
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: bing images
|
- name: bing images
|
||||||
engine: bing_images
|
engine: bing_images
|
||||||
@ -566,11 +533,6 @@ engines:
|
|||||||
engine: bing_videos
|
engine: bing_videos
|
||||||
shortcut: biv
|
shortcut: biv
|
||||||
|
|
||||||
- name: bitchute
|
|
||||||
engine: bitchute
|
|
||||||
shortcut: bit
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: bitbucket
|
- name: bitbucket
|
||||||
engine: xpath
|
engine: xpath
|
||||||
paging: true
|
paging: true
|
||||||
@ -619,38 +581,6 @@ engines:
|
|||||||
# to show premium or plus results too:
|
# to show premium or plus results too:
|
||||||
# skip_premium: false
|
# skip_premium: false
|
||||||
|
|
||||||
# WARNING: links from chinaso.com voilate users privacy
|
|
||||||
# Before activate these engines its mandatory to read
|
|
||||||
# - https://github.com/searxng/searxng/issues/4694
|
|
||||||
# - https://docs.searxng.org/dev/engines/online/chinaso.html
|
|
||||||
|
|
||||||
- name: chinaso news
|
|
||||||
engine: chinaso
|
|
||||||
shortcut: chinaso
|
|
||||||
categories: [news]
|
|
||||||
chinaso_category: news
|
|
||||||
chinaso_news_source: all
|
|
||||||
disabled: true
|
|
||||||
inactive: true
|
|
||||||
|
|
||||||
- name: chinaso images
|
|
||||||
engine: chinaso
|
|
||||||
network: chinaso news
|
|
||||||
shortcut: chinasoi
|
|
||||||
categories: [images]
|
|
||||||
chinaso_category: images
|
|
||||||
disabled: true
|
|
||||||
inactive: true
|
|
||||||
|
|
||||||
- name: chinaso videos
|
|
||||||
engine: chinaso
|
|
||||||
network: chinaso news
|
|
||||||
shortcut: chinasov
|
|
||||||
categories: [videos]
|
|
||||||
chinaso_category: videos
|
|
||||||
disabled: true
|
|
||||||
inactive: true
|
|
||||||
|
|
||||||
- name: cloudflareai
|
- name: cloudflareai
|
||||||
engine: cloudflareai
|
engine: cloudflareai
|
||||||
shortcut: cfai
|
shortcut: cfai
|
||||||
@ -725,6 +655,26 @@ engines:
|
|||||||
search_type: news
|
search_type: news
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
|
- name: curlie
|
||||||
|
engine: xpath
|
||||||
|
shortcut: cl
|
||||||
|
categories: general
|
||||||
|
disabled: true
|
||||||
|
paging: true
|
||||||
|
lang_all: ''
|
||||||
|
search_url: https://curlie.org/search?q={query}&lang={lang}&start={pageno}&stime=92452189
|
||||||
|
page_size: 20
|
||||||
|
results_xpath: //div[@id="site-list-content"]/div[@class="site-item"]
|
||||||
|
url_xpath: ./div[@class="title-and-desc"]/a/@href
|
||||||
|
title_xpath: ./div[@class="title-and-desc"]/a/div
|
||||||
|
content_xpath: ./div[@class="title-and-desc"]/div[@class="site-descr"]
|
||||||
|
about:
|
||||||
|
website: https://curlie.org/
|
||||||
|
wikidata_id: Q60715723
|
||||||
|
use_official_api: false
|
||||||
|
require_api_key: false
|
||||||
|
results: HTML
|
||||||
|
|
||||||
- name: currency
|
- name: currency
|
||||||
engine: currency_convert
|
engine: currency_convert
|
||||||
categories: general
|
categories: general
|
||||||
@ -744,6 +694,7 @@ engines:
|
|||||||
engine: deviantart
|
engine: deviantart
|
||||||
shortcut: da
|
shortcut: da
|
||||||
timeout: 3.0
|
timeout: 3.0
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: ddg definitions
|
- name: ddg definitions
|
||||||
engine: duckduckgo_definitions
|
engine: duckduckgo_definitions
|
||||||
@ -803,18 +754,17 @@ engines:
|
|||||||
results: HTML
|
results: HTML
|
||||||
|
|
||||||
# - name: elasticsearch
|
# - name: elasticsearch
|
||||||
# shortcut: els
|
# shortcut: es
|
||||||
# engine: elasticsearch
|
# engine: elasticsearch
|
||||||
# base_url: http://localhost:9200
|
# base_url: http://localhost:9200
|
||||||
# username: elastic
|
# username: elastic
|
||||||
# password: changeme
|
# password: changeme
|
||||||
# index: my-index
|
# index: my-index
|
||||||
# enable_http: true
|
|
||||||
# # available options: match, simple_query_string, term, terms, custom
|
# # available options: match, simple_query_string, term, terms, custom
|
||||||
# query_type: match
|
# query_type: match
|
||||||
# # if query_type is set to custom, provide your query here
|
# # if query_type is set to custom, provide your query here
|
||||||
# # custom_query_json: {"query":{"match_all": {}}}
|
# #custom_query_json: {"query":{"match_all": {}}}
|
||||||
# # show_metadata: false
|
# #show_metadata: false
|
||||||
# disabled: true
|
# disabled: true
|
||||||
|
|
||||||
- name: wikidata
|
- name: wikidata
|
||||||
@ -925,6 +875,7 @@ engines:
|
|||||||
# api_key: 'apikey' # required!
|
# api_key: 'apikey' # required!
|
||||||
# Or you can use the html non-stable engine, activated by default
|
# Or you can use the html non-stable engine, activated by default
|
||||||
engine: flickr_noapi
|
engine: flickr_noapi
|
||||||
|
disabled: true
|
||||||
|
|
||||||
- name: free software directory
|
- name: free software directory
|
||||||
engine: mediawiki
|
engine: mediawiki
|
||||||
@ -1013,11 +964,11 @@ engines:
|
|||||||
engine: goodreads
|
engine: goodreads
|
||||||
shortcut: good
|
shortcut: good
|
||||||
timeout: 4.0
|
timeout: 4.0
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: google
|
- name: google
|
||||||
engine: google
|
engine: google
|
||||||
shortcut: go
|
shortcut: go
|
||||||
|
disabled: true
|
||||||
# additional_tests:
|
# additional_tests:
|
||||||
# android: *test_android
|
# android: *test_android
|
||||||
|
|
||||||
@ -1126,27 +1077,6 @@ engines:
|
|||||||
require_api_key: false
|
require_api_key: false
|
||||||
results: JSON
|
results: JSON
|
||||||
|
|
||||||
- name: il post
|
|
||||||
engine: il_post
|
|
||||||
shortcut: pst
|
|
||||||
|
|
||||||
- name: huggingface
|
|
||||||
engine: huggingface
|
|
||||||
shortcut: hf
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: huggingface datasets
|
|
||||||
huggingface_endpoint: datasets
|
|
||||||
engine: huggingface
|
|
||||||
shortcut: hfd
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: huggingface spaces
|
|
||||||
huggingface_endpoint: spaces
|
|
||||||
engine: huggingface
|
|
||||||
shortcut: hfs
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: imdb
|
- name: imdb
|
||||||
engine: imdb
|
engine: imdb
|
||||||
shortcut: imdb
|
shortcut: imdb
|
||||||
@ -1180,11 +1110,6 @@ engines:
|
|||||||
shortcut: ip
|
shortcut: ip
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: iqiyi
|
|
||||||
engine: iqiyi
|
|
||||||
shortcut: iq
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: jisho
|
- name: jisho
|
||||||
engine: jisho
|
engine: jisho
|
||||||
shortcut: js
|
shortcut: js
|
||||||
@ -1333,19 +1258,12 @@ engines:
|
|||||||
disabled: true
|
disabled: true
|
||||||
number_of_results: 20
|
number_of_results: 20
|
||||||
|
|
||||||
# https://docs.searxng.org/dev/engines/offline/search-indexer-engines.html#module-searx.engines.meilisearch
|
|
||||||
# - name: meilisearch
|
# - name: meilisearch
|
||||||
# engine: meilisearch
|
# engine: meilisearch
|
||||||
# shortcut: mes
|
# shortcut: mes
|
||||||
# enable_http: true
|
# enable_http: true
|
||||||
# base_url: http://localhost:7700
|
# base_url: http://localhost:7700
|
||||||
# index: my-index
|
# index: my-index
|
||||||
# auth_key: Bearer XXXX
|
|
||||||
|
|
||||||
- name: microsoft learn
|
|
||||||
engine: microsoft_learn
|
|
||||||
shortcut: msl
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: mixcloud
|
- name: mixcloud
|
||||||
engine: mixcloud
|
engine: mixcloud
|
||||||
@ -1382,11 +1300,6 @@ engines:
|
|||||||
shortcut: mwm
|
shortcut: mwm
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: niconico
|
|
||||||
engine: niconico
|
|
||||||
shortcut: nico
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: npm
|
- name: npm
|
||||||
engine: npm
|
engine: npm
|
||||||
shortcut: npm
|
shortcut: npm
|
||||||
@ -1414,32 +1327,20 @@ engines:
|
|||||||
require_api_key: false
|
require_api_key: false
|
||||||
results: JSON
|
results: JSON
|
||||||
|
|
||||||
# https://docs.searxng.org/dev/engines/online/mullvad_leta.html
|
# read https://docs.searxng.org/dev/engines/online/mullvad_leta.html
|
||||||
- name: mullvadleta
|
# - name: mullvadleta
|
||||||
engine: mullvad_leta
|
# engine: mullvad_leta
|
||||||
disabled: true
|
# leta_engine: google # choose one of the following: google, brave
|
||||||
leta_engine: google
|
# use_cache: true # Only 100 non-cache searches per day, suggested only for private instances
|
||||||
categories: [general, web]
|
# search_url: https://leta.mullvad.net
|
||||||
shortcut: ml
|
# categories: [general, web]
|
||||||
|
# shortcut: ml
|
||||||
- name: mullvadleta brave
|
|
||||||
engine: mullvad_leta
|
|
||||||
network: mullvadleta
|
|
||||||
disabled: true
|
|
||||||
leta_engine: brave
|
|
||||||
categories: [general, web]
|
|
||||||
shortcut: mlb
|
|
||||||
|
|
||||||
- name: odysee
|
- name: odysee
|
||||||
engine: odysee
|
engine: odysee
|
||||||
shortcut: od
|
shortcut: od
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: ollama
|
|
||||||
engine: ollama
|
|
||||||
shortcut: ollama
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: openairedatasets
|
- name: openairedatasets
|
||||||
engine: json_engine
|
engine: json_engine
|
||||||
paging: true
|
paging: true
|
||||||
@ -1701,24 +1602,11 @@ engines:
|
|||||||
shortcut: pypi
|
shortcut: pypi
|
||||||
engine: pypi
|
engine: pypi
|
||||||
|
|
||||||
- name: quark
|
|
||||||
quark_category: general
|
|
||||||
categories: [general]
|
|
||||||
engine: quark
|
|
||||||
shortcut: qk
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: quark images
|
|
||||||
quark_category: images
|
|
||||||
categories: [images]
|
|
||||||
engine: quark
|
|
||||||
shortcut: qki
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: qwant
|
- name: qwant
|
||||||
qwant_categ: web
|
qwant_categ: web
|
||||||
engine: qwant
|
engine: qwant
|
||||||
shortcut: qw
|
shortcut: qw
|
||||||
|
disabled: true
|
||||||
categories: [general, web]
|
categories: [general, web]
|
||||||
additional_tests:
|
additional_tests:
|
||||||
rosebud: *test_rosebud
|
rosebud: *test_rosebud
|
||||||
@ -1776,12 +1664,6 @@ engines:
|
|||||||
page_size: 25
|
page_size: 25
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: reuters
|
|
||||||
engine: reuters
|
|
||||||
shortcut: reu
|
|
||||||
# https://docs.searxng.org/dev/engines/online/reuters.html
|
|
||||||
# sort_order = "relevance"
|
|
||||||
|
|
||||||
- name: right dao
|
- name: right dao
|
||||||
engine: xpath
|
engine: xpath
|
||||||
paging: true
|
paging: true
|
||||||
@ -1836,12 +1718,6 @@ engines:
|
|||||||
about:
|
about:
|
||||||
website: https://searchmysite.net
|
website: https://searchmysite.net
|
||||||
|
|
||||||
- name: selfhst icons
|
|
||||||
engine: selfhst
|
|
||||||
shortcut: si
|
|
||||||
inactive: true
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
- name: sepiasearch
|
- name: sepiasearch
|
||||||
engine: sepiasearch
|
engine: sepiasearch
|
||||||
shortcut: sep
|
shortcut: sep
|
||||||
@ -1972,10 +1848,6 @@ engines:
|
|||||||
startpage_categ: images
|
startpage_categ: images
|
||||||
categories: [images, web]
|
categories: [images, web]
|
||||||
shortcut: spi
|
shortcut: spi
|
||||||
|
|
||||||
- name: steam
|
|
||||||
engine: steam
|
|
||||||
shortcut: stm
|
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: tokyotoshokan
|
- name: tokyotoshokan
|
||||||
@ -1995,15 +1867,15 @@ engines:
|
|||||||
# For this demo of the sqlite engine download:
|
# For this demo of the sqlite engine download:
|
||||||
# https://liste.mediathekview.de/filmliste-v2.db.bz2
|
# https://liste.mediathekview.de/filmliste-v2.db.bz2
|
||||||
# and unpack into searx/data/filmliste-v2.db
|
# and unpack into searx/data/filmliste-v2.db
|
||||||
# Query to test: "!mediathekview concert"
|
# Query to test: "!demo concert"
|
||||||
#
|
#
|
||||||
# - name: mediathekview
|
# - name: demo
|
||||||
# engine: sqlite
|
# engine: sqlite
|
||||||
# shortcut: mediathekview
|
# shortcut: demo
|
||||||
# categories: [general, videos]
|
# categories: general
|
||||||
# result_type: MainResult
|
# result_template: default.html
|
||||||
# database: searx/data/filmliste-v2.db
|
# database: searx/data/filmliste-v2.db
|
||||||
# query_str: >-
|
# query_str: >-
|
||||||
# SELECT title || ' (' || time(duration, 'unixepoch') || ')' AS title,
|
# SELECT title || ' (' || time(duration, 'unixepoch') || ')' AS title,
|
||||||
# COALESCE( NULLIF(url_video_hd,''), NULLIF(url_video_sd,''), url_video) AS url,
|
# COALESCE( NULLIF(url_video_hd,''), NULLIF(url_video_sd,''), url_video) AS url,
|
||||||
# description AS content
|
# description AS content
|
||||||
@ -2137,7 +2009,6 @@ engines:
|
|||||||
content_query: Snippet
|
content_query: Snippet
|
||||||
categories: [general, web]
|
categories: [general, web]
|
||||||
shortcut: wib
|
shortcut: wib
|
||||||
disabled: true
|
|
||||||
about:
|
about:
|
||||||
website: https://wiby.me/
|
website: https://wiby.me/
|
||||||
|
|
||||||
@ -2346,8 +2217,8 @@ engines:
|
|||||||
- name: mojeek
|
- name: mojeek
|
||||||
shortcut: mjk
|
shortcut: mjk
|
||||||
engine: mojeek
|
engine: mojeek
|
||||||
categories: [general, web]
|
|
||||||
disabled: true
|
disabled: true
|
||||||
|
categories: [general, web]
|
||||||
|
|
||||||
- name: mojeek images
|
- name: mojeek images
|
||||||
shortcut: mjkimg
|
shortcut: mjkimg
|
||||||
@ -2381,7 +2252,6 @@ engines:
|
|||||||
content_xpath: //div[@class="total_dsc_wrap"]/a
|
content_xpath: //div[@class="total_dsc_wrap"]/a
|
||||||
first_page_num: 1
|
first_page_num: 1
|
||||||
page_size: 10
|
page_size: 10
|
||||||
disabled: true
|
|
||||||
about:
|
about:
|
||||||
website: https://www.naver.com/
|
website: https://www.naver.com/
|
||||||
wikidata_id: Q485639
|
wikidata_id: Q485639
|
||||||
@ -2670,12 +2540,6 @@ engines:
|
|||||||
shortcut: pgo
|
shortcut: pgo
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: senscritique
|
|
||||||
engine: senscritique
|
|
||||||
shortcut: scr
|
|
||||||
timeout: 4.0
|
|
||||||
disabled: true
|
|
||||||
|
|
||||||
# Doku engine lets you access to any Doku wiki instance:
|
# Doku engine lets you access to any Doku wiki instance:
|
||||||
# A public one or a privete/corporate one.
|
# A public one or a privete/corporate one.
|
||||||
# - name: ubuntuwiki
|
# - name: ubuntuwiki
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user