diff --git a/.env b/.env new file mode 100644 index 000000000..1844fcf2e --- /dev/null +++ b/.env @@ -0,0 +1 @@ +NEKOSEARCH_PORT="8080" diff --git a/searx/settings.yml b/searx/settings.yml index 8cf0d324d..c5e25f89e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -184,7 +184,7 @@ ui: # outgoing: # default timeout in seconds, can be override by engine - request_timeout: 3.0 + request_timeout: 6.0 # the maximum timeout in seconds # max_request_timeout: 10.0 # suffix of searx_useragent, could contain information like an email address @@ -207,12 +207,12 @@ outgoing: # are also supported: see # https://2.python-requests.org/en/latest/user/advanced/#socks # - proxies: - 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 + # proxies: + # 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://: @@ -771,6 +771,7 @@ engines: engine: wikidata shortcut: wd timeout: 3.0 + disabled: true weight: 2 # add "list" to the array to get results in the results list display_type: ["infobox"] @@ -968,7 +969,7 @@ engines: - name: google engine: google shortcut: go - disabled: true + disabled: false # additional_tests: # android: *test_android @@ -2003,6 +2004,7 @@ engines: - name: wiby engine: json_engine paging: true + disabled: true search_url: https://wiby.me/json/?q={query}&p={pageno} url_query: URL title_query: Title