Compare commits

..

No commits in common. "master" and "testing" have entirely different histories.

2 changed files with 8 additions and 11 deletions

1
.env
View File

@ -1 +0,0 @@
NEKOSEARCH_PORT="8080"

View File

@ -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: 6.0 request_timeout: 3.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,7 +771,6 @@ 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"]
@ -969,7 +968,7 @@ engines:
- name: google - name: google
engine: google engine: google
shortcut: go shortcut: go
disabled: false disabled: true
# additional_tests: # additional_tests:
# android: *test_android # android: *test_android
@ -2004,7 +2003,6 @@ 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