diff options
| author | Dr. Rolf Jansen <cyclaero@users.noreply.github.com> | 2021-03-15 17:03:36 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 17:03:36 -0300 |
| commit | 4a27dabcf7cbfda3a8e7b89d1ba37721ee58fbc7 (patch) | |
| tree | 03e0b3ebe7622ba56a4ee0d782369b19de3772de /searx/settings.yml | |
| parent | 80025c32444c1f0836636cb15b771f53a6d4553b (diff) | |
| parent | 8158d8654a045cd15c9ae94facf79b89473ba092 (diff) | |
Merge branch 'master' into conditional-sigusr1
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 85ba4b2fe..a8d625b05 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -82,6 +82,8 @@ outgoing: # communication with search engines # https: # - http://proxy1:8080 # - http://proxy2:8080 +# using_tor_proxy : True +# extra_proxy_timeout : 10.0 # Extra seconds to add in order to account for the time taken by the proxy # uncomment below section only if you have more than one network interface # which can be the source of outgoing search requests # source_ips: @@ -159,6 +161,7 @@ engines: - name : ahmia engine : ahmia categories : onions + enable_http : True shortcut : ah - name : arch linux wiki @@ -730,6 +733,8 @@ engines: # Requires Tor - name : not evil engine : not_evil + categories : onions + enable_http : True shortcut : ne - name : nyaa @@ -737,12 +742,6 @@ engines: shortcut : nt disabled : True - - name : acgsou - engine : acgsou - shortcut : acg - disabled : True - timeout: 5.0 - - name : openairedatasets engine : json_engine paging : True @@ -943,6 +942,17 @@ engines: # api_client_id : ******* # api_client_secret : ******* +# - name : solr +# engine : solr +# shortcut : slr +# base_url : http://localhost:8983 +# collection : collection_name +# sort : '' # sorting: asc or desc +# field_list : '' # comma separated list of field names to display on the UI +# default_fields : '' # default field to query +# query_fields : '' # query fields +# enable_http : True + - name : startpage engine : startpage shortcut : sp @@ -979,6 +989,7 @@ engines: title_xpath : ./td[2]/b content_xpath : ./td[2]/small categories : onions + enable_http : True shortcut : tch # maybe in a fun category |