settings.yml 3.4 KB

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