settings.yml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. server:
  2. port : 2722
  3. secret_key : "8f92c98926f04c8cb2a5fdc3bca19f7c" # change this!
  4. debug : True # 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 : "Cqcb Style" # 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 : 500px
  57. engine : 500px
  58. shortcut : px
  59. - name : flickr
  60. engine : flickr
  61. categories : images
  62. shortcut : fl
  63. timeout: 3.0
  64. - name : general-file
  65. engine : generalfile
  66. shortcut : gf
  67. - name : github
  68. engine : github
  69. shortcut : gh
  70. - name : google
  71. engine : google
  72. shortcut : go
  73. - name : google images
  74. engine : google_images
  75. shortcut : goi
  76. - name : google news
  77. engine : google_news
  78. shortcut : gon
  79. - name : openstreetmap
  80. engine : openstreetmap
  81. shortcut : osm
  82. - name : photon
  83. engine : photon
  84. shortcut : ph
  85. # - name : piratebay
  86. # engine : piratebay
  87. # shortcut : tpb
  88. - name : kickass
  89. engine : kickass
  90. shortcut : ka
  91. - name : soundcloud
  92. engine : soundcloud
  93. shortcut : sc
  94. - name : stackoverflow
  95. engine : stackoverflow
  96. shortcut : st
  97. - name : searchcode doc
  98. engine : searchcode_doc
  99. shortcut : scd
  100. - name : searchcode code
  101. engine : searchcode_code
  102. shortcut : scc
  103. - name : subtitleseeker
  104. engine : subtitleseeker
  105. shortcut : ss
  106. # The language is an option. You can put any language written in english
  107. # Examples : English, French, German, Hungarian, Chinese...
  108. # language : English
  109. - name : startpage
  110. engine : startpage
  111. shortcut : sp
  112. # +30% page load time
  113. # - name : ixquick
  114. # engine : startpage
  115. # base_url : 'https://www.ixquick.com/'
  116. # search_url : 'https://www.ixquick.com/do/search'
  117. - name : twitter
  118. engine : twitter
  119. shortcut : tw
  120. # maybe in a fun category
  121. # - name : uncyclopedia
  122. # engine : mediawiki
  123. # shortcut : unc
  124. # base_url : https://uncyclopedia.wikia.com/
  125. # number_of_results : 5
  126. # tmp suspended - too slow, too many errors
  127. # - name : urbandictionary
  128. # engine : xpath
  129. # search_url : http://www.urbandictionary.com/define.php?term={query}
  130. # url_xpath : //div[@class="word"]//a/@href
  131. # title_xpath : //div[@class="word"]//a
  132. # content_xpath : //div[@class="definition"]
  133. # shortcut : ud
  134. - name : yahoo
  135. engine : yahoo
  136. shortcut : yh
  137. - name : yahoo news
  138. engine : yahoo_news
  139. shortcut : yhn
  140. - name : youtube
  141. engine : youtube
  142. shortcut : yt
  143. - name : dailymotion
  144. engine : dailymotion
  145. shortcut : dm
  146. - name : vimeo
  147. engine : vimeo
  148. locale : en-US
  149. shortcut : vm
  150. # - name : yacy
  151. # engine : yacy
  152. # shortcut : ya
  153. # base_url : 'http://localhost:8090'
  154. # number_of_results : 5
  155. # timeout: 3.0
  156. locales:
  157. en : English
  158. de : Deutsch
  159. hu : Magyar
  160. fr : Français
  161. es : Español
  162. it : Italiano
  163. nl : Nederlands
  164. ja : 日本語 (Japanese)