2014-01-19 00:17:02 +01:00
|
|
|
server:
|
|
|
|
port : 8888
|
|
|
|
secret_key : "ultrasecretkey" # change this!
|
2014-09-06 14:17:14 +02:00
|
|
|
debug : False # Debug mode, only for development
|
2014-02-18 15:56:34 +01:00
|
|
|
request_timeout : 2.0 # seconds
|
2014-09-06 14:17:14 +02:00
|
|
|
base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
|
|
|
|
themes_path : "" # Custom ui themes path
|
|
|
|
default_theme : default # ui theme
|
|
|
|
https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
engines:
|
|
|
|
- name : wikipedia
|
2014-09-03 11:40:29 +02:00
|
|
|
engine : mediawiki
|
2014-02-09 11:16:25 +01:00
|
|
|
shortcut : wp
|
2014-09-03 11:40:29 +02:00
|
|
|
base_url : 'https://{language}.wikipedia.org/'
|
|
|
|
number_of_results : 1
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : bing
|
|
|
|
engine : bing
|
|
|
|
locale : en-US
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : bi
|
2014-01-19 00:17:02 +01:00
|
|
|
|
2014-09-01 14:39:18 +02:00
|
|
|
- name : bing images
|
|
|
|
engine : bing_images
|
|
|
|
locale : en-US
|
|
|
|
shortcut : bii
|
|
|
|
|
2014-03-04 13:13:16 +01:00
|
|
|
- name : bing news
|
|
|
|
engine : bing_news
|
|
|
|
locale : en-US
|
|
|
|
shortcut : bin
|
2014-03-05 00:37:12 +01:00
|
|
|
|
2014-01-19 00:17:02 +01:00
|
|
|
- name : currency
|
|
|
|
engine : currency_convert
|
|
|
|
categories : general
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : cc
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : deviantart
|
|
|
|
engine : deviantart
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : da
|
2014-02-13 17:09:38 +01:00
|
|
|
timeout: 3.0
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : ddg definitions
|
|
|
|
engine : duckduckgo_definitions
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : ddd
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : duckduckgo
|
|
|
|
engine : duckduckgo
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : ddg
|
2014-01-19 00:17:02 +01:00
|
|
|
|
2014-06-27 17:26:17 +02:00
|
|
|
# down - website is under criminal investigation by the UK
|
|
|
|
# - name : filecrop
|
|
|
|
# engine : filecrop
|
|
|
|
# categories : files
|
|
|
|
# shortcut : fc
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : flickr
|
|
|
|
engine : flickr
|
|
|
|
categories : images
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : fl
|
2014-02-13 17:09:38 +01:00
|
|
|
timeout: 3.0
|
2014-01-19 00:17:02 +01:00
|
|
|
|
2014-06-27 17:26:17 +02:00
|
|
|
- name : general-file
|
|
|
|
engine : generalfile
|
|
|
|
shortcut : gf
|
|
|
|
|
2014-01-19 00:17:02 +01:00
|
|
|
- name : github
|
|
|
|
engine : github
|
2014-02-09 11:16:25 +01:00
|
|
|
shortcut : gh
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : google
|
2014-01-29 19:29:14 +01:00
|
|
|
engine : google
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : go
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : google images
|
|
|
|
engine : google_images
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : goi
|
2014-01-19 00:17:02 +01:00
|
|
|
|
2014-03-04 13:13:16 +01:00
|
|
|
- name : google news
|
|
|
|
engine : google_news
|
|
|
|
shortcut : gon
|
2014-03-05 00:37:12 +01:00
|
|
|
|
2014-09-06 14:09:27 +02:00
|
|
|
- name : openstreetmap
|
|
|
|
engine : openstreetmap
|
|
|
|
shortcut : osm
|
|
|
|
|
2014-01-19 00:17:02 +01:00
|
|
|
- name : piratebay
|
|
|
|
engine : piratebay
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : tpb
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : soundcloud
|
|
|
|
engine : soundcloud
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : sc
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : stackoverflow
|
|
|
|
engine : stackoverflow
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : st
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : startpage
|
|
|
|
engine : startpage
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : sp
|
2014-01-19 21:20:07 +01:00
|
|
|
|
2014-01-24 09:24:56 +01:00
|
|
|
# +30% page load time
|
|
|
|
# - name : ixquick
|
|
|
|
# engine : startpage
|
|
|
|
# base_url : 'https://www.ixquick.com/'
|
|
|
|
# search_url : 'https://www.ixquick.com/do/search'
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : twitter
|
|
|
|
engine : twitter
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : tw
|
2014-01-19 00:17:02 +01:00
|
|
|
|
2014-02-18 22:06:33 +01:00
|
|
|
# maybe in a fun category
|
|
|
|
# - name : uncyclopedia
|
|
|
|
# engine : mediawiki
|
|
|
|
# shortcut : unc
|
2014-09-03 11:40:29 +02:00
|
|
|
# base_url : https://uncyclopedia.wikia.com/
|
|
|
|
# number_of_results : 5
|
2014-02-18 15:56:34 +01:00
|
|
|
|
2014-03-24 12:02:37 +01:00
|
|
|
# tmp suspended - too slow, too many errors
|
|
|
|
# - name : urbandictionary
|
|
|
|
# engine : xpath
|
|
|
|
# search_url : http://www.urbandictionary.com/define.php?term={query}
|
|
|
|
# url_xpath : //div[@class="word"]//a/@href
|
|
|
|
# title_xpath : //div[@class="word"]//a
|
|
|
|
# content_xpath : //div[@class="definition"]
|
|
|
|
# shortcut : ud
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : yahoo
|
2014-01-30 02:34:00 +01:00
|
|
|
engine : yahoo
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : yh
|
2014-01-19 00:17:02 +01:00
|
|
|
|
2014-03-04 13:13:16 +01:00
|
|
|
- name : yahoo news
|
|
|
|
engine : yahoo_news
|
|
|
|
shortcut : yhn
|
2014-03-05 00:37:12 +01:00
|
|
|
|
2014-01-19 00:17:02 +01:00
|
|
|
- name : youtube
|
|
|
|
engine : youtube
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : yt
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : dailymotion
|
|
|
|
engine : dailymotion
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : dm
|
2014-01-19 00:17:02 +01:00
|
|
|
|
|
|
|
- name : vimeo
|
|
|
|
engine : vimeo
|
2014-09-01 17:10:25 +02:00
|
|
|
locale : en-US
|
2014-01-31 16:05:50 +01:00
|
|
|
shortcut : vm
|
2014-01-22 00:21:37 +01:00
|
|
|
|
2014-09-03 13:47:12 +02:00
|
|
|
# - name : yacy
|
|
|
|
# engine : yacy
|
|
|
|
# shortcut : ya
|
|
|
|
# base_url : 'http://localhost:8090'
|
|
|
|
# number_of_results : 5
|
|
|
|
# timeout: 3.0
|
|
|
|
|
2014-01-22 00:59:18 +01:00
|
|
|
locales:
|
2014-01-22 00:21:37 +01:00
|
|
|
en : English
|
2014-01-30 18:50:18 +01:00
|
|
|
de : Deutsch
|
2014-01-22 00:21:37 +01:00
|
|
|
hu : Magyar
|
2014-01-26 15:53:21 +01:00
|
|
|
fr : Français
|
2014-03-05 00:37:12 +01:00
|
|
|
es : Español
|
2014-03-05 20:58:21 +01:00
|
|
|
it : Italiano
|
2014-03-13 19:05:11 +01:00
|
|
|
nl : Nederlands
|