searx/searx/settings.yml

165 lines
3.3 KiB
YAML
Raw Normal View History

server:
port : 8888
secret_key : "ultrasecretkey" # change this!
2014-09-28 16:51:41 +02:00
debug : True # Debug mode, only for development
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
engines:
- name : wikipedia
engine : mediawiki
2014-02-09 11:16:25 +01:00
shortcut : wp
base_url : 'https://{language}.wikipedia.org/'
number_of_results : 1
- name : bing
engine : bing
locale : en-US
2014-01-31 16:05:50 +01:00
shortcut : bi
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
- name : currency
engine : currency_convert
categories : general
2014-01-31 16:05:50 +01:00
shortcut : cc
- 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
- name : ddg definitions
engine : duckduckgo_definitions
2014-01-31 16:05:50 +01:00
shortcut : ddd
- name : duckduckgo
engine : duckduckgo
2014-01-31 16:05:50 +01:00
shortcut : ddg
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
- 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-06-27 17:26:17 +02:00
- name : general-file
engine : generalfile
shortcut : gf
- name : github
engine : github
2014-02-09 11:16:25 +01:00
shortcut : gh
- name : google
engine : google
2014-01-31 16:05:50 +01:00
shortcut : go
- name : google images
engine : google_images
2014-01-31 16:05:50 +01:00
shortcut : goi
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
- name : piratebay
engine : piratebay
2014-01-31 16:05:50 +01:00
shortcut : tpb
- name : soundcloud
engine : soundcloud
2014-01-31 16:05:50 +01:00
shortcut : sc
- name : stackoverflow
engine : stackoverflow
2014-01-31 16:05:50 +01:00
shortcut : st
- name : startpage
engine : startpage
2014-01-31 16:05:50 +01:00
shortcut : sp
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'
- name : twitter
engine : twitter
2014-01-31 16:05:50 +01:00
shortcut : tw
# maybe in a fun category
# - name : uncyclopedia
# engine : mediawiki
# shortcut : unc
# base_url : https://uncyclopedia.wikia.com/
# number_of_results : 5
# 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
- name : yahoo
engine : yahoo
2014-01-31 16:05:50 +01:00
shortcut : yh
2014-03-04 13:13:16 +01:00
- name : yahoo news
engine : yahoo_news
shortcut : yhn
2014-03-05 00:37:12 +01:00
- name : youtube
engine : youtube
2014-01-31 16:05:50 +01:00
shortcut : yt
- name : dailymotion
engine : dailymotion
2014-01-31 16:05:50 +01:00
shortcut : dm
- name : vimeo
engine : vimeo
locale : en-US
2014-01-31 16:05:50 +01:00
shortcut : vm
2014-01-22 00:21:37 +01: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
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