changed configuration
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
Security / Container (push) Has been cancelled
Checker / Search (push) Has been cancelled
Translation / Update (push) Has been cancelled
Translation / Pull Request (push) Has been cancelled
Update searx.data / update_ahmia_blacklist.py (push) Has been cancelled
Update searx.data / update_currencies.py (push) Has been cancelled
Update searx.data / update_engine_descriptions.py (push) Has been cancelled
Update searx.data / update_engine_traits.py (push) Has been cancelled
Update searx.data / update_external_bangs.py (push) Has been cancelled
Update searx.data / update_firefox_version.py (push) Has been cancelled
Update searx.data / update_wikidata_units.py (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
Security / Container (push) Has been cancelled
Checker / Search (push) Has been cancelled
Translation / Update (push) Has been cancelled
Translation / Pull Request (push) Has been cancelled
Update searx.data / update_ahmia_blacklist.py (push) Has been cancelled
Update searx.data / update_currencies.py (push) Has been cancelled
Update searx.data / update_engine_descriptions.py (push) Has been cancelled
Update searx.data / update_engine_traits.py (push) Has been cancelled
Update searx.data / update_external_bangs.py (push) Has been cancelled
Update searx.data / update_firefox_version.py (push) Has been cancelled
Update searx.data / update_wikidata_units.py (push) Has been cancelled
This commit is contained in:
parent
ac3dd7b804
commit
d0ee97582c
@ -184,7 +184,7 @@ ui:
|
|||||||
#
|
#
|
||||||
outgoing:
|
outgoing:
|
||||||
# default timeout in seconds, can be override by engine
|
# default timeout in seconds, can be override by engine
|
||||||
request_timeout: 3.0
|
request_timeout: 6.0
|
||||||
# the maximum timeout in seconds
|
# the maximum timeout in seconds
|
||||||
# max_request_timeout: 10.0
|
# max_request_timeout: 10.0
|
||||||
# suffix of searx_useragent, could contain information like an email address
|
# suffix of searx_useragent, could contain information like an email address
|
||||||
@ -207,12 +207,12 @@ 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.146.13:2000
|
||||||
- http://38.33.148.3:2000
|
# - http://38.33.148.3:2000
|
||||||
- http://38.38.254.150:2000
|
# - http://38.38.254.150:2000
|
||||||
- http://38.33.146.96:2000
|
# - http://38.33.146.96:2000
|
||||||
#https: http://192.168.1.78:8888
|
#https: http://192.168.1.78:8888
|
||||||
#proxies:
|
#proxies:
|
||||||
#all://:
|
#all://:
|
||||||
@ -771,6 +771,7 @@ engines:
|
|||||||
engine: wikidata
|
engine: wikidata
|
||||||
shortcut: wd
|
shortcut: wd
|
||||||
timeout: 3.0
|
timeout: 3.0
|
||||||
|
disabled: true
|
||||||
weight: 2
|
weight: 2
|
||||||
# add "list" to the array to get results in the results list
|
# add "list" to the array to get results in the results list
|
||||||
display_type: ["infobox"]
|
display_type: ["infobox"]
|
||||||
@ -968,7 +969,7 @@ engines:
|
|||||||
- name: google
|
- name: google
|
||||||
engine: google
|
engine: google
|
||||||
shortcut: go
|
shortcut: go
|
||||||
disabled: true
|
disabled: false
|
||||||
# additional_tests:
|
# additional_tests:
|
||||||
# android: *test_android
|
# android: *test_android
|
||||||
|
|
||||||
@ -2003,6 +2004,7 @@ engines:
|
|||||||
- name: wiby
|
- name: wiby
|
||||||
engine: json_engine
|
engine: json_engine
|
||||||
paging: true
|
paging: true
|
||||||
|
disabled: true
|
||||||
search_url: https://wiby.me/json/?q={query}&p={pageno}
|
search_url: https://wiby.me/json/?q={query}&p={pageno}
|
||||||
url_query: URL
|
url_query: URL
|
||||||
title_query: Title
|
title_query: Title
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user