settings.yml 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714
  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 : openaire
  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 : oa
  371. timeout: 5.0
  372. - name : openstreetmap
  373. engine : openstreetmap
  374. shortcut : osm
  375. - name : openrepos
  376. engine : xpath
  377. paging : True
  378. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  379. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  380. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  381. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  382. categories : files
  383. timeout : 4.0
  384. disabled : True
  385. shortcut : or
  386. - name : pdbe
  387. engine : pdbe
  388. shortcut : pdb
  389. # Hide obsolete PDB entries.
  390. # Default is not to hide obsolete structures
  391. # hide_obsolete : False
  392. - name : photon
  393. engine : photon
  394. shortcut : ph
  395. - name : piratebay
  396. engine : piratebay
  397. shortcut : tpb
  398. url: https://pirateproxy.red/
  399. timeout : 3.0
  400. - name : qwant
  401. engine : qwant
  402. shortcut : qw
  403. categories : general
  404. disabled : True
  405. - name : qwant images
  406. engine : qwant
  407. shortcut : qwi
  408. categories : images
  409. - name : qwant news
  410. engine : qwant
  411. shortcut : qwn
  412. categories : news
  413. - name : qwant social
  414. engine : qwant
  415. shortcut : qws
  416. categories : social media
  417. - name : reddit
  418. engine : reddit
  419. shortcut : re
  420. page_size : 25
  421. timeout : 10.0
  422. disabled : True
  423. - name : scanr structures
  424. shortcut: scs
  425. engine : scanr_structures
  426. disabled : True
  427. - name : soundcloud
  428. engine : soundcloud
  429. shortcut : sc
  430. - name : stackoverflow
  431. engine : stackoverflow
  432. shortcut : st
  433. - name : searchcode doc
  434. engine : searchcode_doc
  435. shortcut : scd
  436. - name : searchcode code
  437. engine : searchcode_code
  438. shortcut : scc
  439. disabled : True
  440. - name : framalibre
  441. engine : framalibre
  442. shortcut : frl
  443. disabled : True
  444. # - name : searx
  445. # engine : searx_engine
  446. # shortcut : se
  447. # instance_urls :
  448. # - http://127.0.0.1:8888/
  449. # - ...
  450. # disabled : True
  451. - name : semantic scholar
  452. engine : xpath
  453. paging : True
  454. search_url : https://www.semanticscholar.org/search?q={query}&sort=relevance&page={pageno}&ae=false
  455. results_xpath : //article
  456. url_xpath : .//div[@class="search-result-title"]/a/@href
  457. title_xpath : .//div[@class="search-result-title"]/a
  458. content_xpath : .//div[@class="search-result-abstract"]
  459. shortcut : se
  460. categories : science
  461. - name : spotify
  462. engine : spotify
  463. shortcut : stf
  464. - name : subtitleseeker
  465. engine : subtitleseeker
  466. shortcut : ss
  467. # The language is an option. You can put any language written in english
  468. # Examples : English, French, German, Hungarian, Chinese...
  469. # language : English
  470. - name : startpage
  471. engine : startpage
  472. shortcut : sp
  473. timeout : 6.0
  474. disabled : True
  475. - name : ixquick
  476. engine : startpage
  477. base_url : 'https://www.ixquick.eu/'
  478. search_url : 'https://www.ixquick.eu/do/search'
  479. shortcut : iq
  480. timeout : 6.0
  481. disabled : True
  482. - name : swisscows
  483. engine : swisscows
  484. shortcut : sw
  485. disabled : True
  486. - name : tokyotoshokan
  487. engine : tokyotoshokan
  488. shortcut : tt
  489. timeout : 6.0
  490. disabled : True
  491. - name : torrentz
  492. engine : torrentz
  493. shortcut : tor
  494. url: https://torrentz2.eu/
  495. timeout : 3.0
  496. - name : twitter
  497. engine : twitter
  498. shortcut : tw
  499. # maybe in a fun category
  500. # - name : uncyclopedia
  501. # engine : mediawiki
  502. # shortcut : unc
  503. # base_url : https://uncyclopedia.wikia.com/
  504. # number_of_results : 5
  505. # tmp suspended - too slow, too many errors
  506. # - name : urbandictionary
  507. # engine : xpath
  508. # search_url : http://www.urbandictionary.com/define.php?term={query}
  509. # url_xpath : //*[@class="word"]/@href
  510. # title_xpath : //*[@class="def-header"]
  511. # content_xpath : //*[@class="meaning"]
  512. # shortcut : ud
  513. - name : yahoo
  514. engine : yahoo
  515. shortcut : yh
  516. disabled : True
  517. - name : yandex
  518. engine : yandex
  519. shortcut : yn
  520. disabled : True
  521. - name : yahoo news
  522. engine : yahoo_news
  523. shortcut : yhn
  524. - name : youtube
  525. shortcut : yt
  526. # You can use the engine using the official stable API, but you need an API key
  527. # See : https://console.developers.google.com/project
  528. # engine : youtube_api
  529. # api_key: 'apikey' # required!
  530. # Or you can use the html non-stable engine, activated by default
  531. engine : youtube_noapi
  532. - name : dailymotion
  533. engine : dailymotion
  534. shortcut : dm
  535. - name : vimeo
  536. engine : vimeo
  537. shortcut : vm
  538. - name : wolframalpha
  539. shortcut : wa
  540. # You can use the engine using the official stable API, but you need an API key
  541. # See : http://products.wolframalpha.com/api/
  542. # engine : wolframalpha_api
  543. # api_key: '' # required!
  544. engine : wolframalpha_noapi
  545. timeout: 6.0
  546. categories : science
  547. - name : seedpeer
  548. engine : seedpeer
  549. shortcut: speu
  550. categories: files, music, videos
  551. disabled: True
  552. - name : dictzone
  553. engine : dictzone
  554. shortcut : dc
  555. - name : mymemory translated
  556. engine : translated
  557. shortcut : tl
  558. timeout : 5.0
  559. disabled : True
  560. # You can use without an API key, but you are limited to 1000 words/day
  561. # See : http://mymemory.translated.net/doc/usagelimits.php
  562. # api_key : ''
  563. - name : voat
  564. engine: xpath
  565. shortcut: vo
  566. categories: social media
  567. search_url : https://searchvoat.co/?t={query}
  568. url_xpath : //div[@class="entry"]/p/a[@class="title"]/@href
  569. title_xpath : //div[@class="entry"]/p/a[@class="title"]
  570. content_xpath : //div[@class="entry"]/p/span[@class="domain"]
  571. timeout : 10.0
  572. disabled : True
  573. - name : 1337x
  574. engine : 1337x
  575. shortcut : 1337x
  576. disabled : True
  577. # - name : yacy
  578. # engine : yacy
  579. # shortcut : ya
  580. # base_url : 'http://localhost:8090'
  581. # number_of_results : 5
  582. # timeout : 3.0
  583. # Doku engine lets you access to any Doku wiki instance:
  584. # A public one or a privete/corporate one.
  585. # - name : ubuntuwiki
  586. # engine : doku
  587. # shortcut : uw
  588. # base_url : 'http://doc.ubuntu-fr.org'
  589. locales:
  590. en : English
  591. bg : Български (Bulgarian)
  592. cs : Čeština (Czech)
  593. da : Dansk (Danish)
  594. de : Deutsch (German)
  595. el_GR : Ελληνικά (Greek_Greece)
  596. eo : Esperanto (Esperanto)
  597. es : Español (Spanish)
  598. fi : Suomi (Finnish)
  599. fr : Français (French)
  600. he : עברית (Hebrew)
  601. hu : Magyar (Hungarian)
  602. it : Italiano (Italian)
  603. ja : 日本語 (Japanese)
  604. nl : Nederlands (Dutch)
  605. pt : Português (Portuguese)
  606. pt_BR : Português (Portuguese_Brazil)
  607. ro : Română (Romanian)
  608. ru : Русский (Russian)
  609. sk : Slovenčina (Slovak)
  610. sl : Slovenski (Slovene)
  611. sv : Svenska (Swedish)
  612. tr : Türkçe (Turkish)
  613. uk : українська мова (Ukrainian)
  614. zh : 中文 (Chinese)