settings.yml 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550
  1. general:
  2. debug : False # Debug mode, only for development
  3. instance_name : "searxng" # displayed name
  4. contact_url: False # mailto:contact@example.com
  5. brand:
  6. git_url: https://github.com/searxng/searxng
  7. git_branch: master
  8. issue_url: https://github.com/searxng/searxng/issues
  9. new_issue_url: https://github.com/searxng/searxng/issues/new
  10. docs_url: https://searxng.github.io/searxng
  11. public_instances: https://searx.space
  12. wiki_url: https://github.com/searxng/searxng/wiki
  13. search:
  14. safe_search : 0 # Filter results. 0: None, 1: Moderate, 2: Strict
  15. autocomplete : "" # Existing autocomplete backends: "dbpedia", "duckduckgo", "google", "startpage", "swisscows", "qwant", "wikipedia" - leave blank to turn it off by default
  16. default_lang : "" # Default search language - leave blank to detect from browser information or use codes from 'languages.py'
  17. ban_time_on_fail : 5 # ban time in seconds after engine errors
  18. max_ban_time_on_fail : 120 # max ban time in seconds after engine errors
  19. formats: [html, csv, json, rss] # remove format to deny access, use lower case.
  20. server:
  21. port : 8888
  22. bind_address : "127.0.0.1" # address to listen on
  23. secret_key : "ultrasecretkey" # change this!
  24. base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
  25. image_proxy : False # Proxying image results through searx
  26. http_protocol_version : "1.0" # 1.0 and 1.1 are supported
  27. method: "POST" # POST queries are more secure as they don't show up in history but may cause problems when using Firefox containers
  28. default_http_headers:
  29. X-Content-Type-Options : nosniff
  30. X-XSS-Protection : 1; mode=block
  31. X-Download-Options : noopen
  32. X-Robots-Tag : noindex, nofollow
  33. Referrer-Policy : no-referrer
  34. ui:
  35. static_path : "" # Custom static path - leave it blank if you didn't change
  36. templates_path : "" # Custom templates path - leave it blank if you didn't change
  37. default_theme : oscar # ui theme
  38. default_locale : "" # Default interface locale - leave blank to detect from browser information or use codes from the 'locales' config section
  39. theme_args :
  40. oscar_style : logicodev # default style of oscar
  41. # results_on_new_tab: False # Open result links in a new tab by default
  42. # categories_order :
  43. # - general
  44. # - files
  45. # - map
  46. # - it
  47. # - science
  48. # Lock arbitrary settings on the preferences page.
  49. # To find the ID of the user setting you want to lock, check
  50. # the ID of the form on the page "preferences".
  51. #preferences:
  52. # lock:
  53. # - language
  54. # - autocomplete
  55. # - method
  56. # searx supports result proxification using an external service: https://github.com/asciimoo/morty
  57. # uncomment below section if you have running morty proxy
  58. # the key is base64 encoded (keep the !!binary notation)
  59. # Note: since commit af77ec3, morty accepts a base64 encoded key.
  60. #result_proxy:
  61. # url : http://127.0.0.1:3000/
  62. # key : !!binary "your_morty_proxy_key"
  63. # proxify_results : True # [True|False] enable the "proxy" button next to each result
  64. outgoing: # communication with search engines
  65. request_timeout : 3.0 # default timeout in seconds, can be override by engine
  66. # max_request_timeout: 10.0 # the maximum timeout in seconds
  67. useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
  68. pool_connections : 100 # The maximum number of concurrent connections that may be established.
  69. pool_maxsize : 20 # Allow the connection pool to maintain keep-alive connections below this point.
  70. enable_http2: True # See https://www.python-httpx.org/http2/
  71. # uncomment below section if you want to use a proxy
  72. # see https://2.python-requests.org/en/latest/user/advanced/#proxies
  73. # SOCKS proxies are also supported: see https://2.python-requests.org/en/latest/user/advanced/#socks
  74. # proxies:
  75. # all://:
  76. # - http://proxy1:8080
  77. # - http://proxy2:8080
  78. # using_tor_proxy : True
  79. # extra_proxy_timeout : 10.0 # Extra seconds to add in order to account for the time taken by the proxy
  80. # uncomment below section only if you have more than one network interface
  81. # which can be the source of outgoing search requests
  82. # source_ips:
  83. # - 1.1.1.1
  84. # - 1.1.1.2
  85. # - fe80::/126
  86. # External plugin configuration
  87. # See https://searxng.github.io/searxng/dev/plugins.html for more details
  88. #
  89. # plugins:
  90. # - plugin1
  91. # - plugin2
  92. # - ...
  93. # uncomment below section if you want to configure which plugin is enabled by default
  94. #
  95. # enabled_plugins:
  96. # - "HTTPS rewrite"
  97. # - ...
  98. checker:
  99. # disable checker when in debug mode
  100. off_when_debug: True
  101. # scheduling: interval or int
  102. # use "scheduling: False" to disable scheduling
  103. # to activate the scheduler:
  104. # * uncomment "scheduling" section
  105. # * add "cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1" to your uwsgi.ini
  106. # scheduling:
  107. # start_after: [300, 1800] # delay to start the first run of the checker
  108. # every: [86400, 90000] # how often the checker runs
  109. # additional tests: only for the YAML anchors (see the engines section)
  110. additional_tests:
  111. rosebud: &test_rosebud
  112. matrix:
  113. query: rosebud
  114. lang: en
  115. result_container:
  116. - not_empty
  117. - ['one_title_contains', 'citizen kane']
  118. test:
  119. - unique_results
  120. android: &test_android
  121. matrix:
  122. query: ['android']
  123. lang: ['en', 'de', 'fr', 'zh-CN']
  124. result_container:
  125. - not_empty
  126. - ['one_title_contains', 'google']
  127. test:
  128. - unique_results
  129. # tests: only for the YAML anchors (see the engines section)
  130. tests:
  131. infobox: &tests_infobox
  132. infobox:
  133. matrix:
  134. query: ["linux", "new york", "bbc"]
  135. result_container:
  136. - has_infobox
  137. engines:
  138. - name: apk mirror
  139. engine: apkmirror
  140. timeout: 4.0
  141. shortcut: apkm
  142. disabled: True
  143. # Requires Tor
  144. - name : ahmia
  145. engine : ahmia
  146. categories : onions
  147. enable_http : True
  148. shortcut : ah
  149. - name : arch linux wiki
  150. engine : archlinux
  151. shortcut : al
  152. - name : archive is
  153. engine : xpath
  154. search_url : https://archive.is/search/?q={query}
  155. url_xpath : (//div[@class="TEXT-BLOCK"]/a)/@href
  156. title_xpath : (//div[@class="TEXT-BLOCK"]/a)
  157. content_xpath : //div[@class="TEXT-BLOCK"]/ul/li
  158. categories : general
  159. timeout : 7.0
  160. disabled : True
  161. shortcut : ai
  162. soft_max_redirects: 1
  163. about:
  164. website: https://archive.is/
  165. wikidata_id: Q13515725
  166. official_api_documentation: http://mementoweb.org/depot/native/archiveis/
  167. use_official_api: false
  168. require_api_key: false
  169. results: HTML
  170. - name : artic
  171. engine : artic
  172. shortcut : arc
  173. timeout : 4.0
  174. - name : arxiv
  175. engine : arxiv
  176. shortcut : arx
  177. categories : science
  178. timeout : 4.0
  179. # tmp suspended: dh key too small
  180. # - name : base
  181. # engine : base
  182. # shortcut : bs
  183. - name: bandcamp
  184. engine: bandcamp
  185. shortcut: bc
  186. categories: music
  187. - name : wikipedia
  188. engine : wikipedia
  189. shortcut : wp
  190. base_url : 'https://{language}.wikipedia.org/'
  191. - name : bing
  192. engine : bing
  193. shortcut : bi
  194. - name : bing images
  195. engine : bing_images
  196. shortcut : bii
  197. - name : bing news
  198. engine : bing_news
  199. shortcut : bin
  200. - name : bing videos
  201. engine : bing_videos
  202. shortcut : biv
  203. - name : bitbucket
  204. engine : xpath
  205. paging : True
  206. search_url : https://bitbucket.org/repo/all/{pageno}?name={query}
  207. url_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]/@href
  208. title_xpath : //article[@class="repo-summary"]//a[@class="repo-link"]
  209. content_xpath : //article[@class="repo-summary"]/p
  210. categories : it
  211. timeout : 4.0
  212. disabled : True
  213. shortcut : bb
  214. about:
  215. website: https://bitbucket.org/
  216. wikidata_id: Q2493781
  217. official_api_documentation: https://developer.atlassian.com/bitbucket
  218. use_official_api: false
  219. require_api_key: false
  220. results: HTML
  221. - name : btdigg
  222. engine : btdigg
  223. shortcut : bt
  224. - name : ccc-tv
  225. engine : xpath
  226. paging : False
  227. search_url : https://media.ccc.de/search/?q={query}
  228. url_xpath : //div[@class="caption"]/h3/a/@href
  229. title_xpath : //div[@class="caption"]/h3/a/text()
  230. content_xpath : //div[@class="caption"]/h4/@title
  231. categories : videos
  232. disabled : True
  233. shortcut : c3tv
  234. about:
  235. website: https://media.ccc.de/
  236. wikidata_id: Q80729951
  237. official_api_documentation: https://github.com/voc/voctoweb
  238. use_official_api: false
  239. require_api_key: false
  240. results: HTML
  241. - name : ccengine
  242. engine : ccengine
  243. categories : images
  244. shortcut : cce
  245. # - name : core.ac.uk
  246. # engine : core
  247. # categories : science
  248. # shortcut : cor
  249. # # get your API key from: https://core.ac.uk/api-keys/register/
  250. # api_key : 'unset'
  251. - name : crossref
  252. engine : json_engine
  253. paging : True
  254. search_url : https://search.crossref.org/dois?q={query}&page={pageno}
  255. url_query : doi
  256. title_query : title
  257. title_html_to_text: True
  258. content_query : fullCitation
  259. content_html_to_text: True
  260. categories : science
  261. shortcut : cr
  262. about:
  263. website: https://www.crossref.org/
  264. wikidata_id: Q5188229
  265. official_api_documentation: https://github.com/CrossRef/rest-api-doc
  266. use_official_api: false
  267. require_api_key: false
  268. results: JSON
  269. - name : currency
  270. engine : currency_convert
  271. categories : general
  272. shortcut : cc
  273. - name : deezer
  274. engine : deezer
  275. shortcut : dz
  276. - name : deviantart
  277. engine : deviantart
  278. shortcut : da
  279. timeout : 3.0
  280. - name : ddg definitions
  281. engine : duckduckgo_definitions
  282. shortcut : ddd
  283. weight : 2
  284. disabled : True
  285. tests: *tests_infobox
  286. # cloudflare protected
  287. # - name : digbt
  288. # engine : digbt
  289. # shortcut : dbt
  290. # timeout : 6.0
  291. # disabled : True
  292. - name : digg
  293. engine : digg
  294. shortcut : dg
  295. - name : erowid
  296. engine : xpath
  297. paging : True
  298. first_page_num : 0
  299. page_size : 30
  300. search_url : https://www.erowid.org/search.php?q={query}&s={pageno}
  301. url_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/@href
  302. title_xpath : //dl[@class="results-list"]/dt[@class="result-title"]/a/text()
  303. content_xpath : //dl[@class="results-list"]/dd[@class="result-details"]
  304. categories : general
  305. shortcut : ew
  306. disabled : True
  307. about:
  308. website: https://www.erowid.org/
  309. wikidata_id: Q1430691
  310. official_api_documentation:
  311. use_official_api: false
  312. require_api_key: false
  313. results: HTML
  314. # - name : elasticsearch
  315. # shortcut : es
  316. # engine : elasticsearch
  317. # base_url : http://localhost:9200
  318. # username : elastic
  319. # password : changeme
  320. # index : my-index
  321. # # available options: match, simple_query_string, term, terms, custom
  322. # query_type : match
  323. # # if query_type is set to custom, provide your query here
  324. # #custom_query_json: {"query":{"match_all": {}}}
  325. # #show_metadata: False
  326. # disabled : True
  327. - name : wikidata
  328. engine : wikidata
  329. shortcut : wd
  330. timeout : 3.0
  331. weight : 2
  332. tests: *tests_infobox
  333. - name : duckduckgo
  334. engine : duckduckgo
  335. shortcut : ddg
  336. disabled : True
  337. - name : duckduckgo images
  338. engine : duckduckgo_images
  339. shortcut : ddi
  340. timeout: 3.0
  341. disabled : True
  342. - name : etools
  343. engine : etools
  344. shortcut : eto
  345. disabled : True
  346. additional_tests:
  347. rosebud: *test_rosebud
  348. - name : etymonline
  349. engine : xpath
  350. paging : True
  351. search_url : https://etymonline.com/search?page={pageno}&q={query}
  352. url_xpath : //a[contains(@class, "word__name--")]/@href
  353. title_xpath : //a[contains(@class, "word__name--")]
  354. content_xpath : //section[contains(@class, "word__defination")]
  355. first_page_num : 1
  356. shortcut : et
  357. disabled : True
  358. about:
  359. website: https://www.etymonline.com/
  360. wikidata_id: Q1188617
  361. official_api_documentation:
  362. use_official_api: false
  363. require_api_key: false
  364. results: HTML
  365. # - name : ebay
  366. # engine : ebay
  367. # shortcut : eb
  368. # disabled : True
  369. # timeout: 5
  370. - name : 1x
  371. engine : www1x
  372. shortcut : 1x
  373. timeout : 3.0
  374. disabled : True
  375. - name : fdroid
  376. engine : fdroid
  377. shortcut : fd
  378. disabled : True
  379. - name : flickr
  380. categories : images
  381. shortcut : fl
  382. # You can use the engine using the official stable API, but you need an API key
  383. # See : https://www.flickr.com/services/apps/create/
  384. # engine : flickr
  385. # api_key: 'apikey' # required!
  386. # Or you can use the html non-stable engine, activated by default
  387. engine : flickr_noapi
  388. - name : free software directory
  389. engine : mediawiki
  390. shortcut : fsd
  391. categories : it
  392. base_url : https://directory.fsf.org/
  393. number_of_results : 5
  394. # what part of a page matches the query string: title, text, nearmatch
  395. # title - query matches title, text - query matches the text of page, nearmatch - nearmatch in title
  396. search_type : title
  397. timeout : 5.0
  398. disabled : True
  399. about:
  400. website: https://directory.fsf.org/
  401. wikidata_id: Q2470288
  402. # - name : freesound
  403. # engine : freesound
  404. # shortcut : fnd
  405. # disabled : True
  406. # timeout : 15.0
  407. # api_key : MyAPIkey
  408. # API key required, see : https://freesound.org/docs/api/overview.html
  409. - name : frinkiac
  410. engine : frinkiac
  411. shortcut : frk
  412. disabled : True
  413. - name : genius
  414. engine : genius
  415. shortcut : gen
  416. - name : gigablast
  417. engine : gigablast
  418. shortcut : gb
  419. timeout : 3.0
  420. disabled: True
  421. additional_tests:
  422. rosebud: *test_rosebud
  423. - name : gentoo
  424. engine : gentoo
  425. shortcut : ge
  426. - name : gitlab
  427. engine : json_engine
  428. paging : True
  429. search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno}
  430. url_query : web_url
  431. title_query : name_with_namespace
  432. content_query : description
  433. page_size : 20
  434. categories : it
  435. shortcut : gl
  436. timeout : 10.0
  437. disabled : True
  438. about:
  439. website: https://about.gitlab.com/
  440. wikidata_id: Q16639197
  441. official_api_documentation: https://docs.gitlab.com/ee/api/
  442. use_official_api: false
  443. require_api_key: false
  444. results: JSON
  445. - name : github
  446. engine : github
  447. shortcut : gh
  448. # This a Gitea service. If you would like to use a different instance,
  449. # change codeberg.org to URL of the desired Gitea host. Or you can create
  450. # a new engine by copying this and changing the name, shortcut and search_url.
  451. - name : codeberg
  452. engine : json_engine
  453. search_url : https://codeberg.org/api/v1/repos/search?q={query}&limit=10
  454. url_query : html_url
  455. title_query : name
  456. content_query : description
  457. categories : it
  458. shortcut : cb
  459. disabled : True
  460. about:
  461. website: https://codeberg.org/
  462. wikidata_id:
  463. official_api_documentation: https://try.gitea.io/api/swagger
  464. use_official_api: false
  465. require_api_key: false
  466. results: JSON
  467. - name : google
  468. engine : google
  469. shortcut : go
  470. # additional_tests:
  471. # android: *test_android
  472. - name : google images
  473. engine : google_images
  474. shortcut : goi
  475. # additional_tests:
  476. # android: *test_android
  477. # dali:
  478. # matrix:
  479. # query: ['Dali Christ']
  480. # lang: ['en', 'de', 'fr', 'zh-CN']
  481. # result_container:
  482. # - ['one_title_contains', 'Salvador']
  483. - name : google news
  484. engine : google_news
  485. shortcut : gon
  486. # additional_tests:
  487. # android: *test_android
  488. - name : google videos
  489. engine : google_videos
  490. shortcut : gov
  491. # additional_tests:
  492. # android: *test_android
  493. - name : google scholar
  494. engine : google_scholar
  495. shortcut : gos
  496. - name : google play apps
  497. engine : xpath
  498. search_url : https://play.google.com/store/search?q={query}&c=apps
  499. results_xpath : '//div[@class="ImZGtf mpg5gc"]'
  500. title_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  501. url_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  502. content_xpath : './/div[@class="RZEgze"]//a[@class="mnKHRc"]'
  503. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  504. categories : files
  505. shortcut : gpa
  506. disabled : True
  507. about:
  508. website: https://play.google.com/
  509. wikidata_id: Q79576
  510. official_api_documentation:
  511. use_official_api: false
  512. require_api_key: false
  513. results: HTML
  514. - name : google play movies
  515. engine : xpath
  516. search_url : https://play.google.com/store/search?q={query}&c=movies
  517. results_xpath : '//div[@class="ImZGtf mpg5gc"]'
  518. title_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a'
  519. url_xpath : './/div[@class="RZEgze"]//div[@class="kCSSQe"]//a/@href'
  520. content_xpath : './/div[@class="kCSSQe"]'
  521. thumbnail_xpath : './/div[@class="uzcko"]/div/span[1]//img/@data-src'
  522. categories : videos
  523. shortcut : gpm
  524. disabled : True
  525. about:
  526. website: https://play.google.com/
  527. wikidata_id: Q79576
  528. official_api_documentation:
  529. use_official_api: false
  530. require_api_key: false
  531. results: HTML
  532. - name : geektimes
  533. engine : xpath
  534. paging : True
  535. search_url : https://habr.com/en/search/page{pageno}/?q={query}
  536. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  537. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  538. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  539. categories : it
  540. timeout : 4.0
  541. disabled : True
  542. shortcut : gt
  543. about:
  544. website: https://geektimes.ru/
  545. wikidata_id: Q50572423
  546. official_api_documentation:
  547. use_official_api: false
  548. require_api_key: false
  549. results: HTML
  550. - name : habrahabr
  551. engine : xpath
  552. paging : True
  553. search_url : https://habrahabr.ru/search/page{pageno}/?q={query}
  554. url_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]/@href
  555. title_xpath : //article[contains(@class, "post")]//a[@class="post__title_link"]
  556. content_xpath : //article[contains(@class, "post")]//div[contains(@class, "post__text")]
  557. categories : it
  558. timeout : 4.0
  559. disabled : True
  560. shortcut : habr
  561. about:
  562. website: https://habr.com/
  563. wikidata_id: Q4494434
  564. official_api_documentation: https://habr.com/en/docs/help/api/
  565. use_official_api: false
  566. require_api_key: false
  567. results: HTML
  568. - name : hoogle
  569. engine : xpath
  570. paging : True
  571. search_url : https://hoogle.haskell.org/?hoogle={query}&start={pageno}
  572. results_xpath : '//div[@class="result"]'
  573. title_xpath : './/div[@class="ans"]//a'
  574. url_xpath : './/div[@class="ans"]//a/@href'
  575. content_xpath : './/div[@class="from"]'
  576. page_size : 20
  577. categories : it
  578. shortcut : ho
  579. about:
  580. website: https://www.haskell.org/
  581. wikidata_id: Q34010
  582. official_api_documentation: https://hackage.haskell.org/api
  583. use_official_api: false
  584. require_api_key: false
  585. results: JSON
  586. - name : ina
  587. engine : ina
  588. shortcut : in
  589. timeout : 6.0
  590. disabled : True
  591. - name : invidious
  592. engine : invidious
  593. base_url :
  594. - https://invidious.tube/
  595. - https://invidious.snopyta.org/
  596. shortcut: iv
  597. timeout : 5.0
  598. disabled : True
  599. - name: kickass
  600. engine : kickass
  601. shortcut : kc
  602. timeout : 4.0
  603. disabled : True
  604. - name : library genesis
  605. engine : xpath
  606. enable_http: True
  607. search_url : http://libgen.rs/search.php?req={query}
  608. url_xpath : //a[contains(@href,"bookfi.net/md5")]/@href
  609. title_xpath : //a[contains(@href,"book/")]/text()[1]
  610. content_xpath : //td/a[1][contains(@href,"=author")]/text()
  611. categories : general
  612. timeout : 7.0
  613. disabled : True
  614. shortcut : lg
  615. about:
  616. website: http://libgen.rs/
  617. wikidata_id: Q22017206
  618. official_api_documentation:
  619. use_official_api: false
  620. require_api_key: false
  621. results: HTML
  622. - name : library of congress
  623. engine : loc
  624. shortcut : loc
  625. categories : images
  626. - name : lobste.rs
  627. engine : xpath
  628. search_url : https://lobste.rs/search?utf8=%E2%9C%93&q={query}&what=stories&order=relevance
  629. results_xpath : //li[contains(@class, "story")]
  630. url_xpath : .//a[@class="u-url"]/@href
  631. title_xpath : .//a[@class="u-url"]
  632. content_xpath : .//a[@class="domain"]
  633. categories : it
  634. shortcut : lo
  635. timeout : 5.0
  636. disabled: True
  637. about:
  638. website: https://lobste.rs/
  639. wikidata_id: Q60762874
  640. official_api_documentation:
  641. use_official_api: false
  642. require_api_key: false
  643. results: HTML
  644. # - name : meilisearch
  645. # engine : meilisearch
  646. # shortcut: mes
  647. # enable_http: True
  648. # base_url : http://localhost:7700
  649. # index : my-index
  650. - name : microsoft academic
  651. engine : microsoft_academic
  652. categories : science
  653. shortcut : ma
  654. - name : mixcloud
  655. engine : mixcloud
  656. shortcut : mc
  657. - name : npm
  658. engine : json_engine
  659. paging : True
  660. search_url : https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
  661. results_query : results
  662. url_query : package/links/npm
  663. title_query : package/name
  664. content_query : package/description
  665. page_size : 25
  666. categories : it
  667. disabled: True
  668. timeout: 5.0
  669. shortcut : npm
  670. about:
  671. website: https://npms.io/
  672. wikidata_id: Q7067518
  673. official_api_documentation: https://api-docs.npms.io/
  674. use_official_api: false
  675. require_api_key: false
  676. results: JSON
  677. # Requires Tor
  678. - name : not evil
  679. engine : not_evil
  680. categories : onions
  681. enable_http : True
  682. shortcut : ne
  683. - name : nyaa
  684. engine : nyaa
  685. shortcut : nt
  686. disabled : True
  687. - name: mankier
  688. engine: json_engine
  689. paging: true
  690. search_url: https://www.mankier.com/api/v2/mans/?q={query}
  691. results_query: results
  692. url_query: url
  693. title_query: name
  694. content_query: description
  695. categories: it
  696. shortcut: man
  697. about:
  698. website: https://www.mankier.com/
  699. official_api_documentation: https://www.mankier.com/api
  700. use_official_api: true
  701. require_api_key: false
  702. results: JSON
  703. - name : openairedatasets
  704. engine : json_engine
  705. paging : True
  706. search_url : https://api.openaire.eu/search/datasets?format=json&page={pageno}&size=10&title={query}
  707. results_query : response/results/result
  708. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  709. title_query : metadata/oaf:entity/oaf:result/title/$
  710. content_query : metadata/oaf:entity/oaf:result/description/$
  711. content_html_to_text: True
  712. categories : science
  713. shortcut : oad
  714. timeout: 5.0
  715. about:
  716. website: https://www.openaire.eu/
  717. wikidata_id: Q25106053
  718. official_api_documentation: https://api.openaire.eu/
  719. use_official_api: false
  720. require_api_key: false
  721. results: JSON
  722. - name : openairepublications
  723. engine : json_engine
  724. paging : True
  725. search_url : https://api.openaire.eu/search/publications?format=json&page={pageno}&size=10&title={query}
  726. results_query : response/results/result
  727. url_query : metadata/oaf:entity/oaf:result/children/instance/webresource/url/$
  728. title_query : metadata/oaf:entity/oaf:result/title/$
  729. content_query : metadata/oaf:entity/oaf:result/description/$
  730. content_html_to_text: True
  731. categories : science
  732. shortcut : oap
  733. timeout: 5.0
  734. about:
  735. website: https://www.openaire.eu/
  736. wikidata_id: Q25106053
  737. official_api_documentation: https://api.openaire.eu/
  738. use_official_api: false
  739. require_api_key: false
  740. results: JSON
  741. # - name : opensemanticsearch
  742. # engine : opensemantic
  743. # shortcut : oss
  744. # base_url : 'http://localhost:8983/solr/opensemanticsearch/'
  745. - name : openstreetmap
  746. engine : openstreetmap
  747. shortcut : osm
  748. - name : openrepos
  749. engine : xpath
  750. paging : True
  751. search_url : https://openrepos.net/search/node/{query}?page={pageno}
  752. url_xpath : //li[@class="search-result"]//h3[@class="title"]/a/@href
  753. title_xpath : //li[@class="search-result"]//h3[@class="title"]/a
  754. content_xpath : //li[@class="search-result"]//div[@class="search-snippet-info"]//p[@class="search-snippet"]
  755. categories : files
  756. timeout : 4.0
  757. disabled : True
  758. shortcut : or
  759. about:
  760. website: https://openrepos.net/
  761. wikidata_id:
  762. official_api_documentation:
  763. use_official_api: false
  764. require_api_key: false
  765. results: HTML
  766. - name : pdbe
  767. engine : pdbe
  768. shortcut : pdb
  769. # Hide obsolete PDB entries.
  770. # Default is not to hide obsolete structures
  771. # hide_obsolete : False
  772. - name : photon
  773. engine : photon
  774. shortcut : ph
  775. - name : piratebay
  776. engine : piratebay
  777. shortcut : tpb
  778. # You may need to change this URL to a proxy if piratebay is blocked in your country
  779. url: https://thepiratebay.org/
  780. timeout : 3.0
  781. - name : pubmed
  782. engine : pubmed
  783. shortcut : pub
  784. categories: science
  785. timeout : 3.0
  786. - name: pypi
  787. shortcut: pypi
  788. engine: xpath
  789. paging: true
  790. search_url : https://pypi.org/search?q={query}&page={pageno}
  791. results_xpath: /html/body/main/div/div/div/form/div/ul/li/a[@class="package-snippet"]
  792. url_xpath: ./@href
  793. title_xpath: ./h3/span[@class="package-snippet__name"]
  794. content_xpath: ./p
  795. suggestion_xpath: /html/body/main/div/div/div/form/div/div[@class="callout-block"]/p/span/a[@class="link"]
  796. first_page_num: 1
  797. categories: it
  798. about:
  799. website: https://pypi.org
  800. wikidata_id: Q2984686
  801. official_api_documentation: https://warehouse.readthedocs.io/api-reference/index.html
  802. use_official_api: false
  803. require_api_key: false
  804. results: HTML
  805. - name : qwant
  806. engine : qwant
  807. shortcut : qw
  808. categories : general
  809. disabled : True
  810. additional_tests:
  811. rosebud: *test_rosebud
  812. - name : qwant images
  813. engine : qwant
  814. shortcut : qwi
  815. categories : images
  816. network: qwant
  817. - name : qwant news
  818. engine : qwant
  819. shortcut : qwn
  820. categories : news
  821. network: qwant
  822. # - name: library
  823. # engine: recoll
  824. # shortcut: lib
  825. # base_url: 'https://recoll.example.org/'
  826. # search_dir: ''
  827. # mount_prefix: /export
  828. # dl_prefix: 'https://download.example.org'
  829. # timeout: 30.0
  830. # categories: files
  831. # disabled: True
  832. # - name: recoll library reference
  833. # engine: recoll
  834. # base_url: 'https://recoll.example.org/'
  835. # search_dir: reference
  836. # mount_prefix: /export
  837. # dl_prefix: 'https://download.example.org'
  838. # shortcut: libr
  839. # timeout: 30.0
  840. # categories: files
  841. # disabled: True
  842. - name : reddit
  843. engine : reddit
  844. shortcut : re
  845. page_size : 25
  846. timeout : 10.0
  847. disabled : True
  848. # tmp suspended: bad certificate
  849. # - name : scanr structures
  850. # shortcut: scs
  851. # engine : scanr_structures
  852. # disabled : True
  853. - name: sepiasearch
  854. engine: sepiasearch
  855. shortcut: sep
  856. - name : soundcloud
  857. engine : soundcloud
  858. shortcut : sc
  859. - name : stackoverflow
  860. engine : stackoverflow
  861. shortcut : st
  862. - name : searchcode code
  863. engine : searchcode_code
  864. shortcut : scc
  865. disabled : True
  866. - name : framalibre
  867. engine : framalibre
  868. shortcut : frl
  869. disabled : True
  870. # - name : searx
  871. # engine : searx_engine
  872. # shortcut : se
  873. # instance_urls :
  874. # - http://127.0.0.1:8888/
  875. # - ...
  876. # disabled : True
  877. - name : semantic scholar
  878. engine : semantic_scholar
  879. disabled : True
  880. shortcut : se
  881. categories : science
  882. about:
  883. website: https://www.semanticscholar.org/
  884. wikidata_id: Q22908627
  885. official_api_documentation: https://api.semanticscholar.org/
  886. use_official_api: false
  887. require_api_key: false
  888. results: JSON
  889. # Spotify needs API credentials
  890. # - name : spotify
  891. # engine : spotify
  892. # shortcut : stf
  893. # api_client_id : *******
  894. # api_client_secret : *******
  895. # - name : solr
  896. # engine : solr
  897. # shortcut : slr
  898. # base_url : http://localhost:8983
  899. # collection : collection_name
  900. # sort : '' # sorting: asc or desc
  901. # field_list : '' # comma separated list of field names to display on the UI
  902. # default_fields : '' # default field to query
  903. # query_fields : '' # query fields
  904. # enable_http : True
  905. # - name : springer nature
  906. # engine : springer
  907. # # get your API key from: https://dev.springernature.com/signup
  908. # api_key : 'unset' # working API key, for test & debug: "a69685087d07eca9f13db62f65b8f601"
  909. # shortcut : springer
  910. # categories : science
  911. # timeout : 6.0
  912. - name : startpage
  913. engine : startpage
  914. shortcut : sp
  915. timeout : 6.0
  916. disabled : True
  917. additional_tests:
  918. rosebud: *test_rosebud
  919. - name : tokyotoshokan
  920. engine : tokyotoshokan
  921. shortcut : tt
  922. timeout : 6.0
  923. disabled : True
  924. - name : solidtorrents
  925. engine : solidtorrents
  926. shortcut : solid
  927. timeout : 3.0
  928. disabled : True
  929. # For this demo of the sqlite engine download:
  930. # https://liste.mediathekview.de/filmliste-v2.db.bz2
  931. # and unpack into searx/data/filmliste-v2.db
  932. # Query to test: "!demo concert"
  933. #
  934. # - name : demo
  935. # engine : sqlite
  936. # shortcut: demo
  937. # categories: general
  938. # result_template: default.html
  939. # database : searx/data/filmliste-v2.db
  940. # query_str : >-
  941. # SELECT title || ' (' || time(duration, 'unixepoch') || ')' AS title,
  942. # COALESCE( NULLIF(url_video_hd,''), NULLIF(url_video_sd,''), url_video) AS url,
  943. # description AS content
  944. # FROM film
  945. # WHERE title LIKE :wildcard OR description LIKE :wildcard
  946. # ORDER BY duration DESC
  947. # disabled : False
  948. - name : torrentz
  949. engine : torrentz
  950. shortcut : tor
  951. url: https://torrentz2.eu/
  952. timeout : 3.0
  953. # Requires Tor
  954. - name : torch
  955. engine : xpath
  956. paging : True
  957. search_url : http://xmh57jrknzkhv6y3ls3ubitzfqnkrwxhopf5aygthi7d6rplyvk3noyd.onion/cgi-bin/omega/omega?P={query}&DEFAULTOP=and
  958. results_xpath : //table//tr
  959. url_xpath : ./td[2]/a
  960. title_xpath : ./td[2]/b
  961. content_xpath : ./td[2]/small
  962. categories : onions
  963. enable_http : True
  964. shortcut : tch
  965. # maybe in a fun category
  966. # - name : uncyclopedia
  967. # engine : mediawiki
  968. # shortcut : unc
  969. # base_url : https://uncyclopedia.wikia.com/
  970. # number_of_results : 5
  971. # tmp suspended - too slow, too many errors
  972. # - name : urbandictionary
  973. # engine : xpath
  974. # search_url : http://www.urbandictionary.com/define.php?term={query}
  975. # url_xpath : //*[@class="word"]/@href
  976. # title_xpath : //*[@class="def-header"]
  977. # content_xpath : //*[@class="meaning"]
  978. # shortcut : ud
  979. - name : unsplash
  980. engine : unsplash
  981. shortcut : us
  982. - name : yahoo
  983. engine : yahoo
  984. shortcut : yh
  985. disabled : True
  986. - name : yahoo news
  987. engine : yahoo_news
  988. shortcut : yhn
  989. - name : youtube
  990. shortcut : yt
  991. # You can use the engine using the official stable API, but you need an API key
  992. # See : https://console.developers.google.com/project
  993. # engine : youtube_api
  994. # api_key: 'apikey' # required!
  995. # Or you can use the html non-stable engine, activated by default
  996. engine : youtube_noapi
  997. - name : yggtorrent
  998. engine : yggtorrent
  999. shortcut : ygg
  1000. url: https://www4.yggtorrent.li/
  1001. disabled : True
  1002. timeout : 4.0
  1003. - name : dailymotion
  1004. engine : dailymotion
  1005. shortcut : dm
  1006. - name : vimeo
  1007. engine : vimeo
  1008. shortcut : vm
  1009. - name : wiby
  1010. engine : json_engine
  1011. search_url : https://wiby.me/json/?q={query}
  1012. url_query : URL
  1013. title_query : Title
  1014. content_query : Snippet
  1015. categories : general
  1016. shortcut : wib
  1017. disabled : True
  1018. - name : wikibooks
  1019. engine : mediawiki
  1020. shortcut : wb
  1021. categories : general
  1022. base_url : "https://{language}.wikibooks.org/"
  1023. number_of_results : 5
  1024. search_type : text
  1025. disabled : True
  1026. about:
  1027. website: https://www.wikibooks.org/
  1028. wikidata_id: Q367
  1029. - name : wikinews
  1030. engine : mediawiki
  1031. shortcut : wn
  1032. categories : news
  1033. base_url : "https://{language}.wikinews.org/"
  1034. number_of_results : 5
  1035. search_type : text
  1036. disabled : True
  1037. about:
  1038. website: https://www.wikinews.org/
  1039. wikidata_id: Q964
  1040. - name : wikiquote
  1041. engine : mediawiki
  1042. shortcut : wq
  1043. categories : general
  1044. base_url : "https://{language}.wikiquote.org/"
  1045. number_of_results : 5
  1046. search_type : text
  1047. disabled : True
  1048. additional_tests:
  1049. rosebud: *test_rosebud
  1050. about:
  1051. website: https://www.wikiquote.org/
  1052. wikidata_id: Q369
  1053. - name : wikisource
  1054. engine : mediawiki
  1055. shortcut : ws
  1056. categories : general
  1057. base_url : "https://{language}.wikisource.org/"
  1058. number_of_results : 5
  1059. search_type : text
  1060. disabled : True
  1061. about:
  1062. website: https://www.wikisource.org/
  1063. wikidata_id: Q263
  1064. - name : wiktionary
  1065. engine : mediawiki
  1066. shortcut : wt
  1067. categories : general
  1068. base_url : "https://{language}.wiktionary.org/"
  1069. number_of_results : 5
  1070. search_type : text
  1071. disabled : True
  1072. about:
  1073. website: https://www.wiktionary.org/
  1074. wikidata_id: Q151
  1075. - name : wikiversity
  1076. engine : mediawiki
  1077. shortcut : wv
  1078. categories : general
  1079. base_url : "https://{language}.wikiversity.org/"
  1080. number_of_results : 5
  1081. search_type : text
  1082. disabled : True
  1083. about:
  1084. website: https://www.wikiversity.org/
  1085. wikidata_id: Q370
  1086. - name : wikivoyage
  1087. engine : mediawiki
  1088. shortcut : wy
  1089. categories : general
  1090. base_url : "https://{language}.wikivoyage.org/"
  1091. number_of_results : 5
  1092. search_type : text
  1093. disabled : True
  1094. about:
  1095. website: https://www.wikivoyage.org/
  1096. wikidata_id: Q373
  1097. - name : wolframalpha
  1098. shortcut : wa
  1099. # You can use the engine using the official stable API, but you need an API key
  1100. # See : http://products.wolframalpha.com/api/
  1101. # engine : wolframalpha_api
  1102. # api_key: '' # required!
  1103. engine : wolframalpha_noapi
  1104. timeout: 6.0
  1105. categories : science
  1106. - name : dictzone
  1107. engine : dictzone
  1108. shortcut : dc
  1109. - name : mymemory translated
  1110. engine : translated
  1111. shortcut : tl
  1112. timeout : 5.0
  1113. disabled : True
  1114. # You can use without an API key, but you are limited to 1000 words/day
  1115. # See : http://mymemory.translated.net/doc/usagelimits.php
  1116. # api_key : ''
  1117. - name : 1337x
  1118. engine : 1337x
  1119. shortcut : 1337x
  1120. disabled : True
  1121. - name : duden
  1122. engine : duden
  1123. shortcut : du
  1124. disabled : True
  1125. - name : seznam
  1126. shortcut: szn
  1127. engine: seznam
  1128. disabled : True
  1129. - name : mojeek
  1130. shortcut: mjk
  1131. engine: xpath
  1132. paging : True
  1133. search_url : https://www.mojeek.com/search?q={query}&s={pageno}
  1134. results_xpath: /html/body//div[@class="results"]/ul[@class="results-standard"]/li
  1135. url_xpath : ./h2/a/@href
  1136. title_xpath : ./h2
  1137. content_xpath : ./p[@class="s"]
  1138. suggestion_xpath : /html/body//div[@class="top-info"]/p[@class="top-info spell"]/a
  1139. first_page_num : 0
  1140. page_size : 10
  1141. disabled : True
  1142. about:
  1143. website: https://www.mojeek.com/
  1144. wikidata_id: Q60747299
  1145. official_api_documentation: https://www.mojeek.com/services/api.html/
  1146. use_official_api: false
  1147. require_api_key: false
  1148. results: HTML
  1149. - name : naver
  1150. shortcut: nvr
  1151. engine: xpath
  1152. paging : True
  1153. search_url : https://search.naver.com/search.naver?where=webkr&sm=osp_hty&ie=UTF-8&query={query}&start={pageno}
  1154. url_xpath : //a[@class="link_tit"]/@href
  1155. title_xpath : //a[@class="link_tit"]
  1156. content_xpath : //a[@class="total_dsc"]/div
  1157. first_page_num : 1
  1158. page_size : 10
  1159. disabled : True
  1160. about:
  1161. website: https://www.naver.com/
  1162. wikidata_id: Q485639
  1163. official_api_documentation: https://developers.naver.com/docs/nmt/examples/
  1164. use_official_api: false
  1165. require_api_key: false
  1166. results: HTML
  1167. - name : rubygems
  1168. shortcut: rbg
  1169. engine: xpath
  1170. paging : True
  1171. search_url : https://rubygems.org/search?page={pageno}&query={query}
  1172. results_xpath: /html/body/main/div/a[@class="gems__gem"]
  1173. url_xpath : ./@href
  1174. title_xpath : ./span/h2
  1175. content_xpath : ./span/p
  1176. suggestion_xpath : /html/body/main/div/div[@class="search__suggestions"]/p/a
  1177. first_page_num : 1
  1178. categories: it
  1179. disabled : True
  1180. about:
  1181. website: https://rubygems.org/
  1182. wikidata_id: Q1853420
  1183. official_api_documentation: https://guides.rubygems.org/rubygems-org-api/
  1184. use_official_api: false
  1185. require_api_key: false
  1186. results: HTML
  1187. - name : peertube
  1188. engine: peertube
  1189. shortcut: ptb
  1190. paging : True
  1191. base_url : https://peer.tube/
  1192. categories: videos
  1193. disabled : True
  1194. - name : mediathekviewweb
  1195. engine : mediathekviewweb
  1196. shortcut : mvw
  1197. # - name : yacy
  1198. # engine : yacy
  1199. # shortcut : ya
  1200. # base_url : 'http://localhost:8090'
  1201. # enable_http: True # required if you aren't using HTTPS for your local yacy instance
  1202. # number_of_results : 5
  1203. # timeout : 3.0
  1204. - name : rumble
  1205. engine : rumble
  1206. shortcut : ru
  1207. base_url : https://rumble.com/
  1208. paging : True
  1209. categories: videos
  1210. disabled : True
  1211. - name: wordnik
  1212. engine: wordnik
  1213. shortcut: def
  1214. base_url: https://www.wordnik.com/
  1215. categories: general
  1216. timeout: 5.0
  1217. disabled: True
  1218. - name: słownik języka polskiego
  1219. engine: sjp
  1220. shortcut: sjp
  1221. base_url: https://sjp.pwn.pl/
  1222. categories: general
  1223. timeout: 5.0
  1224. disabled: True
  1225. # wikimini: online encyclopedia for children
  1226. # Tthe fulltext and title parameter is necessary for Wikimini because
  1227. # sometimes it will not show the results and redirect instead
  1228. - name: wikimini
  1229. engine: xpath
  1230. shortcut: wkmn
  1231. search_url : https://fr.wikimini.org/w/index.php?search={query}&title=Sp%C3%A9cial%3ASearch&fulltext=Search
  1232. url_xpath : //li/div[@class="mw-search-result-heading"]/a/@href
  1233. title_xpath : //li//div[@class="mw-search-result-heading"]/a
  1234. content_xpath : //li/div[@class="searchresult"]
  1235. categories : general
  1236. disabled: True
  1237. about:
  1238. website: https://wikimini.org/
  1239. wikidata_id: Q3568032
  1240. use_official_api: false
  1241. require_api_key: false
  1242. results: HTML
  1243. - name: dogpile
  1244. shortcut: dp
  1245. engine: xpath
  1246. paging: true
  1247. page_size: 9
  1248. # Doesn't work without the 'sc' parameter
  1249. search_url: https://www.dogpile.com/serp?q={query}&page={pageno}&sc=Gp0GqqlRVflv20
  1250. url_xpath: //span[@class="web-bing__url"]
  1251. title_xpath: //a[@class="web-bing__title"]
  1252. content_xpath: //span[@class="web-bing__description"]
  1253. categories: general
  1254. timeout: 3.0
  1255. disabled: true
  1256. about:
  1257. website: https://www.dogpile.com
  1258. wikidata_id: Q3595363
  1259. use_official_api: false
  1260. require_api_key: false
  1261. results: html
  1262. # Doku engine lets you access to any Doku wiki instance:
  1263. # A public one or a privete/corporate one.
  1264. # - name : ubuntuwiki
  1265. # engine : doku
  1266. # shortcut : uw
  1267. # base_url : 'http://doc.ubuntu-fr.org'
  1268. # Be careful when enabling this engine if you are
  1269. # running a public instance. Do not expose any sensitive
  1270. # information. You can restrict access by configuring a list
  1271. # of access tokens under tokens.
  1272. # - name: git grep
  1273. # engine: command
  1274. # command: ['git', 'grep', '{{QUERY}}']
  1275. # shortcut: gg
  1276. # tokens: []
  1277. # disabled: True
  1278. # delimiter:
  1279. # chars: ':'
  1280. # keys: ['filepath', 'code']
  1281. # Be careful when enabling this engine if you are
  1282. # running a public instance. Do not expose any sensitive
  1283. # information. You can restrict access by configuring a list
  1284. # of access tokens under tokens.
  1285. # - name: locate
  1286. # engine: command
  1287. # command: ['locate', '{{QUERY}}']
  1288. # shortcut: loc
  1289. # tokens: []
  1290. # disabled: True
  1291. # delimiter:
  1292. # chars: ' '
  1293. # keys: ['line']
  1294. # Be careful when enabling this engine if you are
  1295. # running a public instance. Do not expose any sensitive
  1296. # information. You can restrict access by configuring a list
  1297. # of access tokens under tokens.
  1298. # - name: find
  1299. # engine: command
  1300. # command: ['find', '.', '-name', '{{QUERY}}']
  1301. # query_type: path
  1302. # shortcut: fnd
  1303. # tokens: []
  1304. # disabled: True
  1305. # delimiter:
  1306. # chars: ' '
  1307. # keys: ['line']
  1308. # Be careful when enabling this engine if you are
  1309. # running a public instance. Do not expose any sensitive
  1310. # information. You can restrict access by configuring a list
  1311. # of access tokens under tokens.
  1312. # - name: pattern search in files
  1313. # engine: command
  1314. # command: ['fgrep', '{{QUERY}}']
  1315. # shortcut: fgr
  1316. # tokens: []
  1317. # disabled: True
  1318. # delimiter:
  1319. # chars: ' '
  1320. # keys: ['line']
  1321. # Be careful when enabling this engine if you are
  1322. # running a public instance. Do not expose any sensitive
  1323. # information. You can restrict access by configuring a list
  1324. # of access tokens under tokens.
  1325. # - name: regex search in files
  1326. # engine: command
  1327. # command: ['grep', '{{QUERY}}']
  1328. # shortcut: gr
  1329. # tokens: []
  1330. # disabled: True
  1331. # delimiter:
  1332. # chars: ' '
  1333. # keys: ['line']
  1334. locales:
  1335. en : English
  1336. ar : العَرَبِيَّة (Arabic)
  1337. bg : Български (Bulgarian)
  1338. bo : བོད་སྐད་ (Tibetian)
  1339. ca : Català (Catalan)
  1340. cs : Čeština (Czech)
  1341. cy : Cymraeg (Welsh)
  1342. da : Dansk (Danish)
  1343. de : Deutsch (German)
  1344. el_GR : Ελληνικά (Greek_Greece)
  1345. eo : Esperanto (Esperanto)
  1346. es : Español (Spanish)
  1347. et : Eesti (Estonian)
  1348. eu : Euskara (Basque)
  1349. fa_IR : (fārsī) فارسى (Persian)
  1350. fi : Suomi (Finnish)
  1351. fil : Wikang Filipino (Filipino)
  1352. fr : Français (French)
  1353. gl : Galego (Galician)
  1354. he : עברית (Hebrew)
  1355. hr : Hrvatski (Croatian)
  1356. hu : Magyar (Hungarian)
  1357. ia : Interlingua (Interlingua)
  1358. it : Italiano (Italian)
  1359. ja : 日本語 (Japanese)
  1360. lt : Lietuvių (Lithuanian)
  1361. nl : Nederlands (Dutch)
  1362. nl_BE : Vlaams (Dutch_Belgium)
  1363. oc : Lenga D'òc (Occitan)
  1364. pl : Polski (Polish)
  1365. pt : Português (Portuguese)
  1366. pt_BR : Português (Portuguese_Brazil)
  1367. ro : Română (Romanian)
  1368. ru : Русский (Russian)
  1369. sk : Slovenčina (Slovak)
  1370. sl : Slovenski (Slovene)
  1371. sr : српски (Serbian)
  1372. sv : Svenska (Swedish)
  1373. te : తెలుగు (telugu)
  1374. ta : தமிழ் (Tamil)
  1375. tr : Türkçe (Turkish)
  1376. uk : українська мова (Ukrainian)
  1377. vi : tiếng việt (Vietnamese)
  1378. zh : 中文 (Chinese)
  1379. zh_TW : 國語 (Taiwanese Mandarin)
  1380. doi_resolvers :
  1381. oadoi.org : 'https://oadoi.org/'
  1382. doi.org : 'https://doi.org/'
  1383. doai.io : 'https://dissem.in/'
  1384. sci-hub.se : 'https://sci-hub.se/'
  1385. sci-hub.do : 'https://sci-hub.do/'
  1386. scihubtw.tw : 'https://scihubtw.tw/'
  1387. sci-hub.st : 'https://sci-hub.st/'
  1388. sci-hub.bar : 'https://sci-hub.bar/'
  1389. sci-hub.it.nf : 'https://sci-hub.it.nf/'
  1390. default_doi_resolver : 'oadoi.org'