123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. server:
  2. port : 8888
  3. secret_key : "ultrasecretkey" # change this!
  4. debug : False # Debug mode, only for development
  5. request_timeout : 2.0 # seconds
  6. base_url : False # Set custom base_url. Possible values: False or "https://your.custom.host/location/"
  7. themes_path : "" # Custom ui themes path
  8. default_theme : default # ui theme
  9. https_rewrite : True # Force rewrite result urls. See searx/https_rewrite.py
  10. useragent_suffix : "" # suffix of searx_useragent, could contain informations like an email address to the administrator
  11. engines:
  12. - name : wikipedia
  13. engine : mediawiki
  14. shortcut : wp
  15. base_url : 'https://{language}.wikipedia.org/'
  16. number_of_results : 1
  17. - name : bing
  18. engine : bing
  19. locale : en-US
  20. shortcut : bi
  21. - name : bing images
  22. engine : bing_images
  23. locale : en-US
  24. shortcut : bii
  25. - name : bing news
  26. engine : bing_news
  27. locale : en-US
  28. shortcut : bin
  29. - name : currency
  30. engine : currency_convert
  31. categories : general
  32. shortcut : cc
  33. - name : deviantart
  34. engine : deviantart
  35. shortcut : da
  36. timeout: 3.0
  37. - name : ddg definitions
  38. engine : duckduckgo_definitions
  39. shortcut : ddd
  40. - name : wikidata
  41. engine : wikidata
  42. shortcut : wd
  43. - name : duckduckgo
  44. engine : duckduckgo
  45. shortcut : ddg
  46. # api-key required: http://www.faroo.com/hp/api/api.html#key
  47. # - name : faroo
  48. # engine : faroo
  49. # shortcut : fa
  50. # api_key : 'apikey' # required!
  51. # down - website is under criminal investigation by the UK
  52. # - name : filecrop
  53. # engine : filecrop
  54. # categories : files
  55. # shortcut : fc
  56. - name : flickr
  57. engine : flickr
  58. categories : images
  59. shortcut : fl
  60. timeout: 3.0
  61. - name : general-file
  62. engine : generalfile
  63. shortcut : gf
  64. - name : github
  65. engine : github
  66. shortcut : gh
  67. - name : google
  68. engine : google
  69. shortcut : go
  70. - name : google images
  71. engine : google_images
  72. shortcut : goi
  73. - name : google news
  74. engine : google_news
  75. shortcut : gon
  76. - name : openstreetmap
  77. engine : openstreetmap
  78. shortcut : osm
  79. - name : piratebay
  80. engine : piratebay
  81. shortcut : tpb
  82. - name : soundcloud
  83. engine : soundcloud
  84. shortcut : sc
  85. - name : stackoverflow
  86. engine : stackoverflow
  87. shortcut : st
  88. - name : startpage
  89. engine : startpage
  90. shortcut : sp
  91. # +30% page load time
  92. # - name : ixquick
  93. # engine : startpage
  94. # base_url : 'https://www.ixquick.com/'
  95. # search_url : 'https://www.ixquick.com/do/search'
  96. - name : twitter
  97. engine : twitter
  98. shortcut : tw
  99. # maybe in a fun category
  100. # - name : uncyclopedia
  101. # engine : mediawiki
  102. # shortcut : unc
  103. # base_url : https://uncyclopedia.wikia.com/
  104. # number_of_results : 5
  105. # tmp suspended - too slow, too many errors
  106. # - name : urbandictionary
  107. # engine : xpath
  108. # search_url : http://www.urbandictionary.com/define.php?term={query}
  109. # url_xpath : //div[@class="word"]//a/@href
  110. # title_xpath : //div[@class="word"]//a
  111. # content_xpath : //div[@class="definition"]
  112. # shortcut : ud
  113. - name : yahoo
  114. engine : yahoo
  115. shortcut : yh
  116. - name : yahoo news
  117. engine : yahoo_news
  118. shortcut : yhn
  119. - name : youtube
  120. engine : youtube
  121. shortcut : yt
  122. - name : dailymotion
  123. engine : dailymotion
  124. shortcut : dm
  125. - name : vimeo
  126. engine : vimeo
  127. locale : en-US
  128. shortcut : vm
  129. # - name : yacy
  130. # engine : yacy
  131. # shortcut : ya
  132. # base_url : 'http://localhost:8090'
  133. # number_of_results : 5
  134. # timeout: 3.0
  135. locales:
  136. en : English
  137. de : Deutsch
  138. hu : Magyar
  139. fr : Français
  140. es : Español
  141. it : Italiano
  142. nl : Nederlands
  143. ja : 日本語 (Japanese)