settings.yml 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. general:
  2. debug : False # Debug mode, only for development
  3. instance_name : "searx" # displayed name
  4. search:
  5. safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
  6. autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "wikipedia" - leave blank to turn it off by default
  7. server:
  8. port : 8888
  9. bind_address : "127.0.0.1" # address to listen on
  10. secret_key : "ultrasecretkey" # change this!
  11. base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
  12. image_proxy : False # Proxying image results through searx
  13. ui:
  14. themes_path : "" # Custom ui themes path - leave it blank if you didn't change
  15. default_theme : oscar # ui theme
  16. default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
  17. outgoing: # communication with search engines
  18. request_timeout : 2.0 # seconds
  19. useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
  20. # uncomment below section if you want to use a proxy
  21. # see http://docs.python-requests.org/en/latest/user/advanced/#proxies
  22. # SOCKS proxies are not supported : see https://github.com/kennethreitz/requests/pull/478
  23. # proxies :
  24. # http : http://127.0.0.1:8080
  25. # https: http://127.0.0.1:8080
  26. # uncomment below section only if you have more than one network interface
  27. # which can be the source of outgoing search requests
  28. # source_ips:
  29. # - 1.1.1.1
  30. # - 1.1.1.2
  31. engines:
  32. <<<<<<< HEAD
  33. - name : arch linux wiki
  34. engine : archlinux
  35. shortcut : al
  36. =======
  37. - name : base
  38. engine : base
  39. shortcut : bs
  40. >>>>>>> Add BASE engine in category Science. Basic and advanced request.
  41. - name : wikipedia
  42. engine : mediawiki
  43. shortcut : wp
  44. base_url : 'https://{language}.wikipedia.org/'
  45. number_of_results : 1
  46. - name : bing
  47. engine : bing
  48. shortcut : bi
  49. - name : bing images
  50. engine : bing_images
  51. shortcut : bii
  52. - name : bing news
  53. engine : bing_news
  54. shortcut : bin
  55. - name : btdigg
  56. engine : btdigg
  57. shortcut : bt
  58. - name : currency
  59. engine : currency_convert
  60. categories : general
  61. shortcut : cc
  62. - name : deezer
  63. engine : deezer
  64. shortcut : dz
  65. - name : deviantart
  66. engine : deviantart
  67. shortcut : da
  68. timeout: 3.0
  69. - name : ddg definitions
  70. engine : duckduckgo_definitions
  71. shortcut : ddd
  72. - name : digg
  73. engine : digg
  74. shortcut : dg
  75. - name : wikidata
  76. engine : wikidata
  77. shortcut : wd
  78. - name : duckduckgo
  79. engine : duckduckgo
  80. shortcut : ddg
  81. # api-key required: http://www.faroo.com/hp/api/api.html#key
  82. # - name : faroo
  83. # engine : faroo
  84. # shortcut : fa
  85. # api_key : 'apikey' # required!
  86. - name : 500px
  87. engine : www500px
  88. shortcut : px
  89. - name : 1x
  90. engine : www1x
  91. shortcut : 1x
  92. disabled : True
  93. - name : flickr
  94. categories : images
  95. shortcut : fl
  96. # You can use the engine using the official stable API, but you need an API key
  97. # See : https://www.flickr.com/services/apps/create/
  98. # engine : flickr
  99. # api_key: 'apikey' # required!
  100. # Or you can use the html non-stable engine, activated by default
  101. engine : flickr_noapi
  102. - name : frinkiac
  103. engine : frinkiac
  104. shortcut : frk
  105. disabled : True
  106. - name : gigablast
  107. engine : gigablast
  108. shortcut : gb
  109. disabled: True
  110. - name : github
  111. engine : github
  112. shortcut : gh
  113. - name : google
  114. engine : google
  115. shortcut : go
  116. - name : google images
  117. engine : google_images
  118. shortcut : goi
  119. - name : google news
  120. engine : google_news
  121. shortcut : gon
  122. - name : google play apps
  123. engine : xpath
  124. search_url : https://play.google.com/store/search?q={query}&c=apps
  125. url_xpath : //a[@class="title"]/@href
  126. title_xpath : //a[@class="title"]
  127. content_xpath : //a[@class="subtitle"]
  128. categories : files
  129. shortcut : gpa
  130. disabled : True
  131. - name : google play movies
  132. engine : xpath
  133. search_url : https://play.google.com/store/search?q={query}&c=movies
  134. url_xpath : //a[@class="title"]/@href
  135. title_xpath : //a[@class="title"]
  136. content_xpath : //a[@class="subtitle"]
  137. categories : videos
  138. shortcut : gpm
  139. disabled : True
  140. - name : google play music
  141. engine : xpath
  142. search_url : https://play.google.com/store/search?q={query}&c=music
  143. url_xpath : //a[@class="title"]/@href
  144. title_xpath : //a[@class="title"]
  145. content_xpath : //a[@class="subtitle"]
  146. categories : music
  147. shortcut : gps
  148. disabled : True
  149. - name : mixcloud
  150. engine : mixcloud
  151. shortcut : mc
  152. - name : openstreetmap
  153. engine : openstreetmap
  154. shortcut : osm
  155. - name : photon
  156. engine : photon
  157. shortcut : ph
  158. - name : piratebay
  159. engine : piratebay
  160. shortcut : tpb
  161. disabled : True
  162. - name : qwant
  163. engine : qwant
  164. shortcut : qw
  165. categories : general
  166. disabled : True
  167. - name : qwant images
  168. engine : qwant
  169. shortcut : qwi
  170. categories : images
  171. - name : qwant news
  172. engine : qwant
  173. shortcut : qwn
  174. categories : news
  175. - name : qwant social
  176. engine : qwant
  177. shortcut : qws
  178. categories : social media
  179. - name : kickass
  180. engine : kickass
  181. shortcut : ka
  182. - name : soundcloud
  183. engine : soundcloud
  184. shortcut : sc
  185. - name : stackoverflow
  186. engine : stackoverflow
  187. shortcut : st
  188. - name : searchcode doc
  189. engine : searchcode_doc
  190. shortcut : scd
  191. - name : searchcode code
  192. engine : searchcode_code
  193. shortcut : scc
  194. disabled : True
  195. - name : spotify
  196. engine : spotify
  197. shortcut : stf
  198. - name : subtitleseeker
  199. engine : subtitleseeker
  200. shortcut : ss
  201. # The language is an option. You can put any language written in english
  202. # Examples : English, French, German, Hungarian, Chinese...
  203. # language : English
  204. - name : startpage
  205. engine : startpage
  206. shortcut : sp
  207. timeout : 6.0
  208. disabled : True
  209. - name : ixquick
  210. engine : startpage
  211. base_url : 'https://www.ixquick.com/'
  212. search_url : 'https://www.ixquick.com/do/search'
  213. shortcut : iq
  214. timeout : 6.0
  215. disabled : True
  216. - name : swisscows
  217. engine : swisscows
  218. shortcut : sw
  219. disabled : True
  220. - name : twitter
  221. engine : twitter
  222. shortcut : tw
  223. # maybe in a fun category
  224. # - name : uncyclopedia
  225. # engine : mediawiki
  226. # shortcut : unc
  227. # base_url : https://uncyclopedia.wikia.com/
  228. # number_of_results : 5
  229. # tmp suspended - too slow, too many errors
  230. # - name : urbandictionary
  231. # engine : xpath
  232. # search_url : http://www.urbandictionary.com/define.php?term={query}
  233. # url_xpath : //div[@class="word"]//a/@href
  234. # title_xpath : //div[@class="word"]//a
  235. # content_xpath : //div[@class="definition"]
  236. # shortcut : ud
  237. - name : yahoo
  238. engine : yahoo
  239. shortcut : yh
  240. - name : yandex
  241. engine : yandex
  242. shortcut : yn
  243. disabled : True
  244. - name : yahoo news
  245. engine : yahoo_news
  246. shortcut : yhn
  247. - name : youtube
  248. shortcut : yt
  249. # You can use the engine using the official stable API, but you need an API key
  250. # See : https://console.developers.google.com/project
  251. # engine : youtube_api
  252. # api_key: 'apikey' # required!
  253. # Or you can use the html non-stable engine, activated by default
  254. engine : youtube_noapi
  255. - name : dailymotion
  256. engine : dailymotion
  257. shortcut : dm
  258. - name : vimeo
  259. engine : vimeo
  260. shortcut : vm
  261. - name : wolframalpha
  262. shortcut : wa
  263. # You can use the engine using the official stable API, but you need an API key
  264. # See : http://products.wolframalpha.com/api/
  265. # engine : wolframalpha_api
  266. # api_key: '' # required!
  267. engine : wolframalpha_noapi
  268. timeout: 6.0
  269. categories : science
  270. #The blekko technology and team have joined IBM Watson! -> https://blekko.com/
  271. # - name : blekko images
  272. # engine : blekko_images
  273. # locale : en-US
  274. # shortcut : bli
  275. # - name : yacy
  276. # engine : yacy
  277. # shortcut : ya
  278. # base_url : 'http://localhost:8090'
  279. # number_of_results : 5
  280. # timeout : 3.0
  281. locales:
  282. en : English
  283. bg : Български (Bulgarian)
  284. de : Deutsch (German)
  285. el_GR : Ελληνικά (Greek_Greece)
  286. eo : Esperanto (Esperanto)
  287. es : Español (Spanish)
  288. fr : Français (French)
  289. he : עברית (Hebrew)
  290. hu : Magyar (Hungarian)
  291. it : Italiano (Italian)
  292. ja : 日本語 (Japanese)
  293. nl : Nederlands (Dutch)
  294. pt : Português (Portuguese)
  295. pt_BR : Português (Portuguese_Brazil)
  296. ro : Română (Romanian)
  297. ru : Русский (Russian)
  298. tr : Türkçe (Turkish)
  299. zh : 中文 (Chinese)