settings.yml 7.9 KB

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