diff options
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 45 |
1 files changed, 24 insertions, 21 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index 8e2833ef0..78bdc37bb 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -6,11 +6,23 @@ server: base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/" themes_path : "" # Custom ui themes path - leave it blank if you didn't change default_theme : oscar # ui theme - https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator image_proxy : False # Proxying image results through searx default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section +# uncomment below section if you want to use a proxy +# see http://docs.python-requests.org/en/latest/user/advanced/#proxies +# SOCKS proxies are not supported : see https://github.com/kennethreitz/requests/pull/478 +#outgoing_proxies : +# http : http://127.0.0.1:8080 +# https: http://127.0.0.1:8080 + +# uncomment below section only if you have more than one network interface +# which can be the source of outgoing search requests +#source_ips: +# - 1.1.1.1 +# - 1.1.1.2 + engines: - name : wikipedia engine : mediawiki @@ -20,24 +32,16 @@ engines: - name : bing engine : bing - locale : en-US shortcut : bi - name : bing images engine : bing_images - locale : en-US shortcut : bii - name : bing news engine : bing_news - locale : en-US shortcut : bin - - name : blekko images - engine : blekko_images - locale : en-US - shortcut : bli - - name : btdigg engine : btdigg shortcut : bt @@ -78,12 +82,6 @@ engines: # shortcut : fa # api_key : 'apikey' # required! -# down - website is under criminal investigation by the UK -# - name : filecrop -# engine : filecrop -# categories : files -# shortcut : fc - - name : 500px engine : www500px shortcut : px @@ -103,14 +101,10 @@ engines: # Or you can use the html non-stable engine, activated by default engine : flickr_noapi - - name : general-file - engine : generalfile - shortcut : gf - disabled : True - - name : gigablast engine : gigablast shortcut : gb + disabled: True - name : github engine : github @@ -195,6 +189,10 @@ engines: shortcut : scc disabled : True + - name : spotify + engine : spotify + shortcut : stf + - name : subtitleseeker engine : subtitleseeker shortcut : ss @@ -250,9 +248,14 @@ engines: - name : vimeo engine : vimeo - locale : en-US shortcut : vm +#The blekko technology and team have joined IBM Watson! -> https://blekko.com/ +# - name : blekko images +# engine : blekko_images +# locale : en-US +# shortcut : bli + # - name : yacy # engine : yacy # shortcut : ya |