settings.yml 9.3 KB

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