settings.yml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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. engines:
  11. - name : wikipedia
  12. engine : mediawiki
  13. shortcut : wp
  14. base_url : 'https://{language}.wikipedia.org/'
  15. number_of_results : 1
  16. - name : bing
  17. engine : bing
  18. locale : en-US
  19. shortcut : bi
  20. - name : bing images
  21. engine : bing_images
  22. locale : en-US
  23. shortcut : bii
  24. - name : bing news
  25. engine : bing_news
  26. locale : en-US
  27. shortcut : bin
  28. - name : currency
  29. engine : currency_convert
  30. categories : general
  31. shortcut : cc
  32. - name : deviantart
  33. engine : deviantart
  34. shortcut : da
  35. timeout: 3.0
  36. - name : ddg definitions
  37. engine : duckduckgo_definitions
  38. shortcut : ddd
  39. - name : duckduckgo
  40. engine : duckduckgo
  41. shortcut : ddg
  42. # api-key required: http://www.faroo.com/hp/api/api.html#key
  43. # - name : faroo
  44. # engine : faroo
  45. # shortcut : fa
  46. # api_key : 'apikey' # required!
  47. # down - website is under criminal investigation by the UK
  48. # - name : filecrop
  49. # engine : filecrop
  50. # categories : files
  51. # shortcut : fc
  52. - name : flickr
  53. engine : flickr
  54. categories : images
  55. shortcut : fl
  56. timeout: 3.0
  57. - name : general-file
  58. engine : generalfile
  59. shortcut : gf
  60. - name : github
  61. engine : github
  62. shortcut : gh
  63. - name : google
  64. engine : google
  65. shortcut : go
  66. - name : google images
  67. engine : google_images
  68. shortcut : goi
  69. - name : google news
  70. engine : google_news
  71. shortcut : gon
  72. - name : openstreetmap
  73. engine : openstreetmap
  74. shortcut : osm
  75. - name : piratebay
  76. engine : piratebay
  77. shortcut : tpb
  78. - name : soundcloud
  79. engine : soundcloud
  80. shortcut : sc
  81. - name : stackoverflow
  82. engine : stackoverflow
  83. shortcut : st
  84. - name : startpage
  85. engine : startpage
  86. shortcut : sp
  87. # +30% page load time
  88. # - name : ixquick
  89. # engine : startpage
  90. # base_url : 'https://www.ixquick.com/'
  91. # search_url : 'https://www.ixquick.com/do/search'
  92. - name : twitter
  93. engine : twitter
  94. shortcut : tw
  95. # maybe in a fun category
  96. # - name : uncyclopedia
  97. # engine : mediawiki
  98. # shortcut : unc
  99. # base_url : https://uncyclopedia.wikia.com/
  100. # number_of_results : 5
  101. # tmp suspended - too slow, too many errors
  102. # - name : urbandictionary
  103. # engine : xpath
  104. # search_url : http://www.urbandictionary.com/define.php?term={query}
  105. # url_xpath : //div[@class="word"]//a/@href
  106. # title_xpath : //div[@class="word"]//a
  107. # content_xpath : //div[@class="definition"]
  108. # shortcut : ud
  109. - name : yahoo
  110. engine : yahoo
  111. shortcut : yh
  112. - name : yahoo news
  113. engine : yahoo_news
  114. shortcut : yhn
  115. - name : youtube
  116. engine : youtube
  117. shortcut : yt
  118. - name : dailymotion
  119. engine : dailymotion
  120. shortcut : dm
  121. - name : vimeo
  122. engine : vimeo
  123. locale : en-US
  124. shortcut : vm
  125. # - name : yacy
  126. # engine : yacy
  127. # shortcut : ya
  128. # base_url : 'http://localhost:8090'
  129. # number_of_results : 5
  130. # timeout: 3.0
  131. locales:
  132. en : English
  133. de : Deutsch
  134. hu : Magyar
  135. fr : Français
  136. es : Español
  137. it : Italiano
  138. nl : Nederlands