settings.yml 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363
  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. - name : arch linux wiki
  33. engine : archlinux
  34. shortcut : al
  35. - name : base
  36. engine : base
  37. shortcut : bs
  38. - name : wikipedia
  39. engine : mediawiki
  40. shortcut : wp
  41. base_url : 'https://{language}.wikipedia.org/'
  42. number_of_results : 1
  43. - name : bing
  44. engine : bing
  45. shortcut : bi
  46. - name : bing images
  47. engine : bing_images
  48. shortcut : bii
  49. - name : bing news
  50. engine : bing_news
  51. shortcut : bin
  52. - name : btdigg
  53. engine : btdigg
  54. shortcut : bt
  55. - name : currency
  56. engine : currency_convert
  57. categories : general
  58. shortcut : cc
  59. - name : deezer
  60. engine : deezer
  61. shortcut : dz
  62. - name : deviantart
  63. engine : deviantart
  64. shortcut : da
  65. timeout: 3.0
  66. - name : ddg definitions
  67. engine : duckduckgo_definitions
  68. shortcut : ddd
  69. - name : digg
  70. engine : digg
  71. shortcut : dg
  72. - name : wikidata
  73. engine : wikidata
  74. shortcut : wd
  75. - name : duckduckgo
  76. engine : duckduckgo
  77. shortcut : ddg
  78. # api-key required: http://www.faroo.com/hp/api/api.html#key
  79. # - name : faroo
  80. # engine : faroo
  81. # shortcut : fa
  82. # api_key : 'apikey' # required!
  83. - name : 500px
  84. engine : www500px
  85. shortcut : px
  86. - name : 1x
  87. engine : www1x
  88. shortcut : 1x
  89. disabled : True
  90. - name : flickr
  91. categories : images
  92. shortcut : fl
  93. # You can use the engine using the official stable API, but you need an API key
  94. # See : https://www.flickr.com/services/apps/create/
  95. # engine : flickr
  96. # api_key: 'apikey' # required!
  97. # Or you can use the html non-stable engine, activated by default
  98. engine : flickr_noapi
  99. - name : frinkiac
  100. engine : frinkiac
  101. shortcut : frk
  102. disabled : True
  103. - name : gigablast
  104. engine : gigablast
  105. shortcut : gb
  106. disabled: True
  107. - name : github
  108. engine : github
  109. shortcut : gh
  110. - name : google
  111. engine : google
  112. shortcut : go
  113. - name : google images
  114. engine : google_images
  115. shortcut : goi
  116. - name : google news
  117. engine : google_news
  118. shortcut : gon
  119. - name : google play apps
  120. engine : xpath
  121. search_url : https://play.google.com/store/search?q={query}&c=apps
  122. url_xpath : //a[@class="title"]/@href
  123. title_xpath : //a[@class="title"]
  124. content_xpath : //a[@class="subtitle"]
  125. categories : files
  126. shortcut : gpa
  127. disabled : True
  128. - name : google play movies
  129. engine : xpath
  130. search_url : https://play.google.com/store/search?q={query}&c=movies
  131. url_xpath : //a[@class="title"]/@href
  132. title_xpath : //a[@class="title"]
  133. content_xpath : //a[@class="subtitle"]
  134. categories : videos
  135. shortcut : gpm
  136. disabled : True
  137. - name : google play music
  138. engine : xpath
  139. search_url : https://play.google.com/store/search?q={query}&c=music
  140. url_xpath : //a[@class="title"]/@href
  141. title_xpath : //a[@class="title"]
  142. content_xpath : //a[@class="subtitle"]
  143. categories : music
  144. shortcut : gps
  145. disabled : True
  146. - name : mixcloud
  147. engine : mixcloud
  148. shortcut : mc
  149. - name : openstreetmap
  150. engine : openstreetmap
  151. shortcut : osm
  152. - name : photon
  153. engine : photon
  154. shortcut : ph
  155. - name : piratebay
  156. engine : piratebay
  157. shortcut : tpb
  158. disabled : True
  159. - name : qwant
  160. engine : qwant
  161. shortcut : qw
  162. categories : general
  163. disabled : True
  164. - name : qwant images
  165. engine : qwant
  166. shortcut : qwi
  167. categories : images
  168. - name : qwant news
  169. engine : qwant
  170. shortcut : qwn
  171. categories : news
  172. - name : qwant social
  173. engine : qwant
  174. shortcut : qws
  175. categories : social media
  176. - name : kickass
  177. engine : kickass
  178. shortcut : ka
  179. - name : soundcloud
  180. engine : soundcloud
  181. shortcut : sc
  182. - name : stackoverflow
  183. engine : stackoverflow
  184. shortcut : st
  185. - name : searchcode doc
  186. engine : searchcode_doc
  187. shortcut : scd
  188. - name : searchcode code
  189. engine : searchcode_code
  190. shortcut : scc
  191. disabled : True
  192. - name : spotify
  193. engine : spotify
  194. shortcut : stf
  195. - name : subtitleseeker
  196. engine : subtitleseeker
  197. shortcut : ss
  198. # The language is an option. You can put any language written in english
  199. # Examples : English, French, German, Hungarian, Chinese...
  200. # language : English
  201. - name : startpage
  202. engine : startpage
  203. shortcut : sp
  204. timeout : 6.0
  205. disabled : True
  206. - name : ixquick
  207. engine : startpage
  208. base_url : 'https://www.ixquick.com/'
  209. search_url : 'https://www.ixquick.com/do/search'
  210. shortcut : iq
  211. timeout : 6.0
  212. disabled : True
  213. - name : swisscows
  214. engine : swisscows
  215. shortcut : sw
  216. disabled : True
  217. - name : twitter
  218. engine : twitter
  219. shortcut : tw
  220. # maybe in a fun category
  221. # - name : uncyclopedia
  222. # engine : mediawiki
  223. # shortcut : unc
  224. # base_url : https://uncyclopedia.wikia.com/
  225. # number_of_results : 5
  226. # tmp suspended - too slow, too many errors
  227. # - name : urbandictionary
  228. # engine : xpath
  229. # search_url : http://www.urbandictionary.com/define.php?term={query}
  230. # url_xpath : //div[@class="word"]//a/@href
  231. # title_xpath : //div[@class="word"]//a
  232. # content_xpath : //div[@class="definition"]
  233. # shortcut : ud
  234. - name : yahoo
  235. engine : yahoo
  236. shortcut : yh
  237. - name : yandex
  238. engine : yandex
  239. shortcut : yn
  240. disabled : True
  241. - name : yahoo news
  242. engine : yahoo_news
  243. shortcut : yhn
  244. - name : youtube
  245. shortcut : yt
  246. # You can use the engine using the official stable API, but you need an API key
  247. # See : https://console.developers.google.com/project
  248. # engine : youtube_api
  249. # api_key: 'apikey' # required!
  250. # Or you can use the html non-stable engine, activated by default
  251. engine : youtube_noapi
  252. - name : dailymotion
  253. engine : dailymotion
  254. shortcut : dm
  255. - name : vimeo
  256. engine : vimeo
  257. shortcut : vm
  258. - name : wolframalpha
  259. shortcut : wa
  260. # You can use the engine using the official stable API, but you need an API key
  261. # See : http://products.wolframalpha.com/api/
  262. # engine : wolframalpha_api
  263. # api_key: '' # required!
  264. engine : wolframalpha_noapi
  265. timeout: 6.0
  266. categories : science
  267. #The blekko technology and team have joined IBM Watson! -> https://blekko.com/
  268. # - name : blekko images
  269. # engine : blekko_images
  270. # locale : en-US
  271. # shortcut : bli
  272. # - name : yacy
  273. # engine : yacy
  274. # shortcut : ya
  275. # base_url : 'http://localhost:8090'
  276. # number_of_results : 5
  277. # timeout : 3.0
  278. - name : ubuntuwiki
  279. engine : doku
  280. shortcut : uw
  281. base_url : 'http://doc.ubuntu-fr.org'
  282. locales:
  283. en : English
  284. bg : Български (Bulgarian)
  285. de : Deutsch (German)
  286. el_GR : Ελληνικά (Greek_Greece)
  287. eo : Esperanto (Esperanto)
  288. es : Español (Spanish)
  289. fr : Français (French)
  290. he : עברית (Hebrew)
  291. hu : Magyar (Hungarian)
  292. it : Italiano (Italian)
  293. ja : 日本語 (Japanese)
  294. nl : Nederlands (Dutch)
  295. pt : Português (Portuguese)
  296. pt_BR : Português (Portuguese_Brazil)
  297. ro : Română (Romanian)
  298. ru : Русский (Russian)
  299. tr : Türkçe (Turkish)
  300. zh : 中文 (Chinese)