settings.yml 7.0 KB

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