settings.yml 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739
  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. language : "all"
  8. server:
  9. port : 8888
  10. bind_address : "127.0.0.1" # address to listen on
  11. secret_key : "ultrasecretkey" # change this!
  12. base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
  13. image_proxy : False # Proxying image results through searx
  14. http_protocol_version : "1.0" # 1.0 and 1.1 are supported
  15. ui:
  16. static_path : "" # Custom static path - leave it blank if you didn't change
  17. templates_path : "" # Custom templates path - leave it blank if you didn't change
  18. default_theme : oscar # ui theme
  19. default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
  20. # searx supports result proxification using an external service: https://github.com/asciimoo/morty
  21. # uncomment below section if you have running morty proxy
  22. #result_proxy:
  23. # url : http://127.0.0.1:3000/
  24. # key : your_morty_proxy_key
  25. outgoing: # communication with search engines
  26. request_timeout : 2.0 # seconds
  27. useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
  28. pool_connections : 100 # Number of different hosts
  29. pool_maxsize : 10 # Number of simultaneous requests by host
  30. # uncomment below section if you want to use a proxy
  31. # see http://docs.python-requests.org/en/latest/user/advanced/#proxies
  32. # SOCKS proxies are also supported: see http://docs.python-requests.org/en/master/user/advanced/#socks
  33. # proxies :
  34. # http : http://127.0.0.1:8080
  35. # https: http://127.0.0.1:8080
  36. # uncomment below section only if you have more than one network interface
  37. # which can be the source of outgoing search requests
  38. # source_ips:
  39. # - 1.1.1.1
  40. # - 1.1.1.2
  41. engines:
  42. - name : arch linux wiki
  43. engine : archlinux
  44. shortcut : al
  45. - name : archive is
  46. engine : xpath
  47. search_url : https://archive.is/{query}
  48. url_xpath : (//div[@class="TEXT-BLOCK"]/a)/@href
  49. title_xpath : (//div[@class="TEXT-BLOCK"]/a)
  50. content_xpath : //div[@class="TEXT-BLOCK"]/ul/li
  51. categories : general
  52. timeout : 7.0
  53. disabled : True
  54. shortcut : ai
  55. - name : arxiv
  56. engine : arxiv
  57. shortcut : arx
  58. categories : science
  59. timeout : 4.0
  60. - name : base
  61. engine : base
  62. shortcut : bs
  63. - name : wikipedia
  64. engine : wikipedia
  65. shortcut : wp
  66. base_url : 'https://{language}.wikipedia.org/'
  67. - name : bing
  68. engine : bing
  69. shortcut : bi
  70. - name : bing images
  71. engine : bing_images
  72. shortcut : bii
  73. - name : bing news
  74. engine : bing_news
  75. shortcut : bin
  76. - name : bing videos
  77. engine : bing_videos
  78. shortcut : biv
  79. - name : bitbucket
  80. engine : xpath
  81. paging : True
  82. search_url : https://bitbucket.org/repo/all/{pageno}?name={query}
  83. url_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]/@href
  84. title_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]
  85. content_xpath : //article[@class="repo-summary"]/p
  86. categories : it
  87. timeout : 4.0
  88. disabled : True
  89. shortcut : bb
  90. - name : ccc-tv
  91. engine : xpath
  92. paging : False
  93. search_url : https://media.ccc.de/search/?q={query}
  94. url_xpath : //div[@class="caption"]/h3/a/@href
  95. title_xpath : //div[@class="caption"]/h3/a/text()
  96. content_xpath : //div[@class="caption"]/h4/@title
  97. categories : videos
  98. disabled : True
  99. shortcut : c3tv
  100. - name : crossref
  101. engine : json_engine
  102. paging : True
  103. search_url : http://search.crossref.org/dois?q={query}&page={pageno}
  104. url_query : doi
  105. title_query : title
  106. content_query : fullCitation
  107. categories : science
  108. shortcut : cr
  109. - name : currency
  110. engine : currency_convert
  111. categories : general
  112. shortcut : cc
  113. - name : deezer
  114. engine : deezer
  115. shortcut : dz
  116. - name : deviantart
  117. engine : deviantart
  118. shortcut : da
  119. timeout: 3.0
  120. - name : ddg definitions
  121. engine : duckduckgo_definitions
  122. shortcut : ddd
  123. weight : 2
  124. disabled : True
  125. - name : digbt
  126. engine : digbt
  127. shortcut : dbt
  128. timeout : 6.0
  129. disabled : True
  130. - name : digg
  131. engine : digg
  132. shortcut : dg
  133. - name : erowid
  134. engine : xpath
  135. paging : True
  136. first_page_num : 0
  137. page_size : 30
  138. search_url : https://www.erowid.org/search.php?q={query}&s={pageno}
  139. url_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  140. title_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  141. content_xpath : //dl[@class="results-list"]/dd[@class="result-details"]
  142. categories : general
  143. shortcut : ew
  144. disabled : True
  145. - name : wikidata
  146. engine : wikidata
  147. shortcut : wd
  148. weight : 2
  149. - name : duckduckgo
  150. engine : duckduckgo
  151. shortcut : ddg
  152. disabled : True
  153. - name : duckduckgo images
  154. engine : duckduckgo_images
  155. shortcut : ddi
  156. timeout: 3.0
  157. disabled : True
  158. - name : etymonline
  159. engine : xpath
  160. paging : True
  161. search_url : http://etymonline.com/?search={query}&p={pageno}
  162. url_xpath : //dt/a[1]/@href
  163. title_xpath : //dt
  164. content_xpath : //dd
  165. suggestion_xpath : //a[@class="crossreference"]
  166. first_page_num : 0
  167. shortcut : et
  168. disabled : True
  169. - name : faroo
  170. engine : faroo
  171. shortcut : fa
  172. disabled : True
  173. - name : 500px
  174. engine : www500px
  175. shortcut : px
  176. - name : 1x
  177. engine : www1x
  178. shortcut : 1x
  179. disabled : True
  180. - name : fdroid
  181. engine : fdroid
  182. shortcut : fd
  183. disabled : True
  184. - name : flickr
  185. categories : images
  186. shortcut : fl
  187. # You can use the engine using the official stable API, but you need an API key
  188. # See : https://www.flickr.com/services/apps/create/
  189. # engine : flickr
  190. # api_key: 'apikey' # required!
  191. # Or you can use the html non-stable engine, activated by default
  192. engine : flickr_noapi
  193. - name : free software directory
  194. engine : mediawiki
  195. shortcut : fsd
  196. categories : it
  197. base_url : https://directory.fsf.org/
  198. number_of_results : 5
  199. # what part of a page matches the query string: title, text, nearmatch
  200. # title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title
  201. search_type : title
  202. timeout : 5.0
  203. disabled : True
  204. - name : frinkiac
  205. engine : frinkiac
  206. shortcut : frk
  207. disabled : True
  208. - name : gigablast
  209. engine : gigablast
  210. shortcut : gb
  211. timeout : 3.0
  212. disabled: True
  213. - name : gitlab
  214. engine : json_engine
  215. paging : True
  216. search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  217. url_query : web_url
  218. title_query : name_with_namespace
  219. content_query : description
  220. page_size : 20
  221. categories : it
  222. shortcut : gl
  223. timeout : 10.0
  224. disabled : True
  225. - name : github
  226. engine : github
  227. shortcut : gh
  228. - name : google
  229. engine : google
  230. shortcut : go
  231. - name : google images
  232. engine : google_images
  233. shortcut : goi
  234. - name : google news
  235. engine : google_news
  236. shortcut : gon
  237. - name : google videos
  238. engine : google_videos
  239. shortcut : gov
  240. - name : google scholar
  241. engine : xpath
  242. paging : True
  243. search_url : https://scholar.google.com/scholar?start={pageno}&q={query}&hl=en&as_sdt=0,5&as_vis=1
  244. results_xpath : //div[@class="gs_r"]/div[@class="gs_ri"]
  245. url_xpath : .//h3/a/@href
  246. title_xpath : .//h3/a
  247. content_xpath : .//div[@class="gs_rs"]
  248. suggestion_xpath : //div[@id="gs_qsuggest"]/ul/li
  249. page_size : 10
  250. first_page_num : 0
  251. categories : science
  252. shortcut : gos
  253. - name : google play apps
  254. engine : xpath
  255. search_url : https://play.google.com/store/search?q={query}&c=apps
  256. url_xpath : //a[@class="title"]/@href
  257. title_xpath : //a[@class="title"]
  258. content_xpath : //a[@class="subtitle"]
  259. categories : files
  260. shortcut : gpa
  261. disabled : True
  262. - name : google play movies
  263. engine : xpath
  264. search_url : https://play.google.com/store/search?q={query}&c=movies
  265. url_xpath : //a[@class="title"]/@href
  266. title_xpath : //a[@class="title"]/@title
  267. content_xpath : //a[contains(@class, "subtitle")]
  268. categories : videos
  269. shortcut : gpm
  270. disabled : True
  271. - name : google play music
  272. engine : xpath
  273. search_url : https://play.google.com/store/search?q={query}&c=music
  274. url_xpath : //a[@class="title"]/@href
  275. title_xpath : //a[@class="title"]
  276. content_xpath : //a[@class="subtitle"]
  277. categories : music
  278. shortcut : gps
  279. disabled : True
  280. - name : geektimes
  281. engine : xpath
  282. paging : True
  283. search_url : https://geektimes.ru/search/page{pageno}/?q={query}
  284. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  285. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  286. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  287. categories : it
  288. timeout : 4.0
  289. disabled : True
  290. shortcut : gt
  291. - name : habrahabr
  292. engine : xpath
  293. paging : True
  294. search_url : https://habrahabr.ru/search/page{pageno}/?q={query}
  295. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  296. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  297. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  298. categories : it
  299. timeout : 4.0
  300. disabled : True
  301. shortcut : habr
  302. - name : hoogle
  303. engine : json_engine
  304. paging : True
  305. search_url : https://www.haskell.org/hoogle/?mode=json&hoogle={query}&start={pageno}
  306. results_query : results
  307. url_query : location
  308. title_query : self
  309. content_query : docs
  310. page_size : 20
  311. categories : it
  312. shortcut : ho
  313. - name : ina
  314. engine : ina
  315. shortcut : in
  316. timeout : 6.0
  317. disabled : True
  318. - name: kickass
  319. engine : kickass
  320. shortcut : kc
  321. timeout : 4.0
  322. disabled : True
  323. - name : library genesis
  324. engine : xpath
  325. search_url : http://libgen.io/search.php?req={query}
  326. url_xpath : //a[contains(@href,"bookfi.net")]/@href
  327. title_xpath : //a[contains(@href,"book/")]/text()[1]
  328. content_xpath : //td/a[1][contains(@href,"=author")]/text()
  329. categories : general
  330. timeout : 7.0
  331. disabled : True
  332. shortcut : lg
  333. - name : lobste.rs
  334. engine : xpath
  335. search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  336. results_xpath : //li[contains(@class, "story")]
  337. url_xpath : .//span[@class="link"]/a/@href
  338. title_xpath : .//span[@class="link"]/a
  339. content_xpath : .//a[@class="domain"]
  340. categories : it
  341. shortcut : lo
  342. - name : microsoft academic
  343. engine : json_engine
  344. paging : True
  345. search_url : https://academic.microsoft.com/api/search/GetEntityResults?query=%40{query}%40&filters=&offset={pageno}&limit=8&correlationId=undefined
  346. results_query : results
  347. url_query : u
  348. title_query : dn
  349. content_query : d
  350. page_size : 8
  351. first_page_num : 0
  352. categories : science
  353. shortcut : ma
  354. - name : mixcloud
  355. engine : mixcloud
  356. shortcut : mc
  357. - name : nyaa
  358. engine : nyaa
  359. shortcut : nt
  360. disabled : True
  361. - name : openairedatasets
  362. engine : json_engine
  363. paging : True
  364. search_url : http://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  365. results_query : response/results/result
  366. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  367. title_query : metadata/oaf:entity/oaf:result/title/$
  368. content_query : metadata/oaf:entity/oaf:result/description/$
  369. categories : science
  370. shortcut : oad
  371. timeout: 5.0
  372. - name : openairepublications
  373. engine : json_engine
  374. paging : True
  375. search_url : http://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  376. results_query : response/results/result
  377. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  378. title_query : metadata/oaf:entity/oaf:result/title/$
  379. content_query : metadata/oaf:entity/oaf:result/description/$
  380. categories : science
  381. shortcut : oap
  382. timeout: 5.0
  383. - name : openstreetmap
  384. engine : openstreetmap
  385. shortcut : osm
  386. - name : openrepos
  387. engine : xpath
  388. paging : True
  389. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  390. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  391. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  392. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  393. categories : files
  394. timeout : 4.0
  395. disabled : True
  396. shortcut : or
  397. - name : pdbe
  398. engine : pdbe
  399. shortcut : pdb
  400. # Hide obsolete PDB entries.
  401. # Default is not to hide obsolete structures
  402. # hide_obsolete : False
  403. - name : photon
  404. engine : photon
  405. shortcut : ph
  406. - name : piratebay
  407. engine : piratebay
  408. shortcut : tpb
  409. url: https://pirateproxy.red/
  410. timeout : 3.0
  411. - name : pubmed
  412. engine : pubmed
  413. shortcut : pub
  414. categories: science
  415. timeout : 3.0
  416. - name : qwant
  417. engine : qwant
  418. shortcut : qw
  419. categories : general
  420. disabled : True
  421. - name : qwant images
  422. engine : qwant
  423. shortcut : qwi
  424. categories : images
  425. - name : qwant news
  426. engine : qwant
  427. shortcut : qwn
  428. categories : news
  429. - name : qwant social
  430. engine : qwant
  431. shortcut : qws
  432. categories : social media
  433. - name : reddit
  434. engine : reddit
  435. shortcut : re
  436. page_size : 25
  437. timeout : 10.0
  438. disabled : True
  439. - name : scanr structures
  440. shortcut: scs
  441. engine : scanr_structures
  442. disabled : True
  443. - name : soundcloud
  444. engine : soundcloud
  445. shortcut : sc
  446. - name : stackoverflow
  447. engine : stackoverflow
  448. shortcut : st
  449. - name : searchcode doc
  450. engine : searchcode_doc
  451. shortcut : scd
  452. - name : searchcode code
  453. engine : searchcode_code
  454. shortcut : scc
  455. disabled : True
  456. - name : framalibre
  457. engine : framalibre
  458. shortcut : frl
  459. disabled : True
  460. # - name : searx
  461. # engine : searx_engine
  462. # shortcut : se
  463. # instance_urls :
  464. # - http://127.0.0.1:8888/
  465. # - ...
  466. # disabled : True
  467. - name : semantic scholar
  468. engine : xpath
  469. paging : True
  470. search_url : https://www.semanticscholar.org/search?q={query}&sort=relevance&page={pageno}&ae=false
  471. results_xpath : //article
  472. url_xpath : .//div[@class="search-result-title"]/a/@href
  473. title_xpath : .//div[@class="search-result-title"]/a
  474. content_xpath : .//div[@class="search-result-abstract"]
  475. shortcut : se
  476. categories : science
  477. - name : spotify
  478. engine : spotify
  479. shortcut : stf
  480. - name : subtitleseeker
  481. engine : subtitleseeker
  482. shortcut : ss
  483. # The language is an option. You can put any language written in english
  484. # Examples : English, French, German, Hungarian, Chinese...
  485. # language : English
  486. - name : startpage
  487. engine : startpage
  488. shortcut : sp
  489. timeout : 6.0
  490. disabled : True
  491. - name : ixquick
  492. engine : startpage
  493. base_url : 'https://www.ixquick.eu/'
  494. search_url : 'https://www.ixquick.eu/do/search'
  495. shortcut : iq
  496. timeout : 6.0
  497. disabled : True
  498. - name : swisscows
  499. engine : swisscows
  500. shortcut : sw
  501. disabled : True
  502. - name : tokyotoshokan
  503. engine : tokyotoshokan
  504. shortcut : tt
  505. timeout : 6.0
  506. disabled : True
  507. - name : torrentz
  508. engine : torrentz
  509. shortcut : tor
  510. url: https://torrentz2.eu/
  511. timeout : 3.0
  512. - name : twitter
  513. engine : twitter
  514. shortcut : tw
  515. # maybe in a fun category
  516. # - name : uncyclopedia
  517. # engine : mediawiki
  518. # shortcut : unc
  519. # base_url : https://uncyclopedia.wikia.com/
  520. # number_of_results : 5
  521. # tmp suspended - too slow, too many errors
  522. # - name : urbandictionary
  523. # engine : xpath
  524. # search_url : http://www.urbandictionary.com/define.php?term={query}
  525. # url_xpath : //*[@class="word"]/@href
  526. # title_xpath : //*[@class="def-header"]
  527. # content_xpath : //*[@class="meaning"]
  528. # shortcut : ud
  529. - name : yahoo
  530. engine : yahoo
  531. shortcut : yh
  532. disabled : True
  533. - name : yandex
  534. engine : yandex
  535. shortcut : yn
  536. disabled : True
  537. - name : yahoo news
  538. engine : yahoo_news
  539. shortcut : yhn
  540. - name : youtube
  541. shortcut : yt
  542. # You can use the engine using the official stable API, but you need an API key
  543. # See : https://console.developers.google.com/project
  544. # engine : youtube_api
  545. # api_key: 'apikey' # required!
  546. # Or you can use the html non-stable engine, activated by default
  547. engine : youtube_noapi
  548. - name : dailymotion
  549. engine : dailymotion
  550. shortcut : dm
  551. - name : vimeo
  552. engine : vimeo
  553. shortcut : vm
  554. - name : wolframalpha
  555. shortcut : wa
  556. # You can use the engine using the official stable API, but you need an API key
  557. # See : http://products.wolframalpha.com/api/
  558. # engine : wolframalpha_api
  559. # api_key: '' # required!
  560. engine : wolframalpha_noapi
  561. timeout: 6.0
  562. categories : science
  563. - name : seedpeer
  564. engine : seedpeer
  565. shortcut: speu
  566. categories: files, music, videos
  567. disabled: True
  568. - name : dictzone
  569. engine : dictzone
  570. shortcut : dc
  571. - name : mymemory translated
  572. engine : translated
  573. shortcut : tl
  574. timeout : 5.0
  575. disabled : True
  576. # You can use without an API key, but you are limited to 1000 words/day
  577. # See : http://mymemory.translated.net/doc/usagelimits.php
  578. # api_key : ''
  579. - name : voat
  580. engine: xpath
  581. shortcut: vo
  582. categories: social media
  583. search_url : https://searchvoat.co/?t={query}
  584. url_xpath : //div[@class="entry"]/p/a[@class="title"]/@href
  585. title_xpath : //div[@class="entry"]/p/a[@class="title"]
  586. content_xpath : //div[@class="entry"]/p/span[@class="domain"]
  587. timeout : 10.0
  588. disabled : True
  589. - name : 1337x
  590. engine : 1337x
  591. shortcut : 1337x
  592. disabled : True
  593. # - name : yacy
  594. # engine : yacy
  595. # shortcut : ya
  596. # base_url : 'http://localhost:8090'
  597. # number_of_results : 5
  598. # timeout : 3.0
  599. # Doku engine lets you access to any Doku wiki instance:
  600. # A public one or a privete/corporate one.
  601. # - name : ubuntuwiki
  602. # engine : doku
  603. # shortcut : uw
  604. # base_url : 'http://doc.ubuntu-fr.org'
  605. locales:
  606. en : English
  607. bg : Български (Bulgarian)
  608. cs : Čeština (Czech)
  609. da : Dansk (Danish)
  610. de : Deutsch (German)
  611. el_GR : Ελληνικά (Greek_Greece)
  612. eo : Esperanto (Esperanto)
  613. es : Español (Spanish)
  614. fi : Suomi (Finnish)
  615. fr : Français (French)
  616. he : עברית (Hebrew)
  617. hu : Magyar (Hungarian)
  618. it : Italiano (Italian)
  619. ja : 日本語 (Japanese)
  620. nl : Nederlands (Dutch)
  621. pt : Português (Portuguese)
  622. pt_BR : Português (Portuguese_Brazil)
  623. ro : Română (Romanian)
  624. ru : Русский (Russian)
  625. sk : Slovenčina (Slovak)
  626. sl : Slovenski (Slovene)
  627. sv : Svenska (Swedish)
  628. tr : Türkçe (Turkish)
  629. uk : українська мова (Ukrainian)
  630. zh : 中文 (Chinese)
  631. doi_resolvers :
  632. oadoi.org : 'https://oadoi.org/'
  633. doi.org : 'https://doi.org/'
  634. doai.io : 'http://doai.io/'
  635. default_doi_resolver : 'oadoi.org'