searxng/searx/settings_robot.yml
Markus Heiser 9a05ad4c73 [enh] add DOI resolver from sci-hub / replace default DOI
The new sci-hub URLs are comming from @aurora-vasiliev [1].

[1] https://github.com/searx/searx/pull/2706

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2021-04-22 12:13:01 +02:00

54 lines
1 KiB
YAML

general:
debug : False
instance_name : "searx_test"
search:
language: "all"
server:
port : 11111
bind_address : 127.0.0.1
secret_key : "changedultrasecretkey"
base_url : False
http_protocol_version : "1.0"
ui:
static_path : ""
templates_path : ""
default_theme : oscar
preferences:
lock: []
outgoing:
request_timeout : 1.0 # seconds
useragent_suffix : ""
engines:
- name : general dummy
engine : dummy
categories : general
shortcut : gd
- name : dummy dummy
engine : dummy
categories : dummy
shortcut : dd
locales:
en : English
hu : Magyar
doi_resolvers :
oadoi.org : 'https://oadoi.org/'
doi.org : 'https://doi.org/'
doai.io : 'https://dissem.in/'
sci-hub.se : 'https://sci-hub.se/'
sci-hub.do : 'https://sci-hub.do/'
scihubtw.tw : 'https://scihubtw.tw/'
sci-hub.st : 'https://sci-hub.st/'
sci-hub.bar : 'https://sci-hub.bar/'
sci-hub.it.nf : 'https://sci-hub.it.nf/'
default_doi_resolver : 'oadoi.org'