settings.yml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. # down - website is under criminal investigation by the UK
  43. # - name : filecrop
  44. # engine : filecrop
  45. # categories : files
  46. # shortcut : fc
  47. - name : flickr
  48. engine : flickr
  49. categories : images
  50. shortcut : fl
  51. timeout: 3.0
  52. - name : general-file
  53. engine : generalfile
  54. shortcut : gf
  55. - name : github
  56. engine : github
  57. shortcut : gh
  58. - name : google
  59. engine : google
  60. shortcut : go
  61. - name : google images
  62. engine : google_images
  63. shortcut : goi
  64. - name : google news
  65. engine : google_news
  66. shortcut : gon
  67. - name : openstreetmap
  68. engine : openstreetmap
  69. shortcut : osm
  70. - name : piratebay
  71. engine : piratebay
  72. shortcut : tpb
  73. - name : soundcloud
  74. engine : soundcloud
  75. shortcut : sc
  76. - name : stackoverflow
  77. engine : stackoverflow
  78. shortcut : st
  79. - name : startpage
  80. engine : startpage
  81. shortcut : sp
  82. # +30% page load time
  83. # - name : ixquick
  84. # engine : startpage
  85. # base_url : 'https://www.ixquick.com/'
  86. # search_url : 'https://www.ixquick.com/do/search'
  87. - name : twitter
  88. engine : twitter
  89. shortcut : tw
  90. # maybe in a fun category
  91. # - name : uncyclopedia
  92. # engine : mediawiki
  93. # shortcut : unc
  94. # base_url : https://uncyclopedia.wikia.com/
  95. # number_of_results : 5
  96. # tmp suspended - too slow, too many errors
  97. # - name : urbandictionary
  98. # engine : xpath
  99. # search_url : http://www.urbandictionary.com/define.php?term={query}
  100. # url_xpath : //div[@class="word"]//a/@href
  101. # title_xpath : //div[@class="word"]//a
  102. # content_xpath : //div[@class="definition"]
  103. # shortcut : ud
  104. - name : yahoo
  105. engine : yahoo
  106. shortcut : yh
  107. - name : yahoo news
  108. engine : yahoo_news
  109. shortcut : yhn
  110. - name : youtube
  111. engine : youtube
  112. shortcut : yt
  113. - name : dailymotion
  114. engine : dailymotion
  115. shortcut : dm
  116. - name : vimeo
  117. engine : vimeo
  118. locale : en-US
  119. shortcut : vm
  120. # - name : yacy
  121. # engine : yacy
  122. # shortcut : ya
  123. # base_url : 'http://localhost:8090'
  124. # number_of_results : 5
  125. # timeout: 3.0
  126. locales:
  127. en : English
  128. de : Deutsch
  129. hu : Magyar
  130. fr : Français
  131. es : Español
  132. it : Italiano
  133. nl : Nederlands