user_settings.yml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. general:
  2. debug: false
  3. instance_name: "searx"
  4. search:
  5. safe_search: 0
  6. autocomplete: ""
  7. favicon_resolver: ""
  8. default_lang: ""
  9. ban_time_on_fail: 5
  10. max_ban_time_on_fail: 120
  11. server:
  12. port: 9000
  13. bind_address: "[::]"
  14. secret_key: "user_settings_secret"
  15. base_url: false
  16. image_proxy: false
  17. http_protocol_version: "1.0"
  18. method: "POST"
  19. default_http_headers:
  20. X-Content-Type-Options: nosniff
  21. X-Download-Options: noopen
  22. X-Robots-Tag: noindex, nofollow
  23. Referrer-Policy: no-referrer
  24. ui:
  25. static_path: ""
  26. templates_path: ""
  27. default_theme: simple
  28. default_locale: ""
  29. theme_args:
  30. simple_style: auto
  31. plugins:
  32. searx.plugins.calculator.SXNGPlugin:
  33. active: true
  34. searx.plugins.hash_plugin.SXNGPlugin:
  35. active: true
  36. searx.plugins.self_info.SXNGPlugin:
  37. active: true
  38. searx.plugins.tracker_url_remover.SXNGPlugin:
  39. active: true
  40. searx.plugins.unit_converter.SXNGPlugin:
  41. active: true
  42. searx.plugins.ahmia_filter.SXNGPlugin:
  43. active: true
  44. searx.plugins.hostnames.SXNGPlugin:
  45. active: true
  46. searx.plugins.oa_doi_rewrite.SXNGPlugin:
  47. active: false
  48. searx.plugins.tor_check.SXNGPlugin:
  49. active: false
  50. engines:
  51. - name: wikidata
  52. engine: wikidata
  53. shortcut: wd
  54. timeout: 3.0
  55. weight: 2
  56. - name: wikibooks
  57. engine: mediawiki
  58. shortcut: wb
  59. categories: general
  60. base_url: "https://{language}.wikibooks.org/"
  61. number_of_results: 5
  62. search_type: text
  63. - name: wikinews
  64. engine: mediawiki
  65. shortcut: wn
  66. categories: news
  67. base_url: "https://{language}.wikinews.org/"
  68. number_of_results: 5
  69. search_type: text
  70. - name: wikiquote
  71. engine: mediawiki
  72. shortcut: wq
  73. categories: general
  74. base_url: "https://{language}.wikiquote.org/"
  75. number_of_results: 5
  76. search_type: text
  77. locales:
  78. en: English
  79. ar: العَرَبِيَّة (Arabic)
  80. bg: Български (Bulgarian)
  81. bo: བོད་སྐད་ (Tibetian)
  82. ca: Català (Catalan)
  83. cs: Čeština (Czech)
  84. cy: Cymraeg (Welsh)
  85. da: Dansk (Danish)
  86. de: Deutsch (German)
  87. el_GR: Ελληνικά (Greek_Greece)
  88. eo: Esperanto (Esperanto)
  89. es: Español (Spanish)
  90. et: Eesti (Estonian)
  91. eu: Euskara (Basque)
  92. fa_IR: (fārsī) فارسى (Persian)
  93. fi: Suomi (Finnish)
  94. fil: Wikang Filipino (Filipino)
  95. fr: Français (French)
  96. gl: Galego (Galician)
  97. he: עברית (Hebrew)
  98. hr: Hrvatski (Croatian)
  99. hu: Magyar (Hungarian)
  100. ia: Interlingua (Interlingua)
  101. it: Italiano (Italian)
  102. ja: 日本語 (Japanese)
  103. lt: Lietuvių (Lithuanian)
  104. nl: Nederlands (Dutch)
  105. nl_BE: Vlaams (Dutch_Belgium)
  106. oc: Lenga D'òc (Occitan)
  107. pl: Polski (Polish)
  108. pt: Português (Portuguese)
  109. pt_BR: Português (Portuguese_Brazil)
  110. ro: Română (Romanian)
  111. ru: Русский (Russian)
  112. sk: Slovenčina (Slovak)
  113. sl: Slovenski (Slovene)
  114. sr: српски (Serbian)
  115. sv: Svenska (Swedish)
  116. te: తెలుగు (telugu)
  117. ta: தமிழ் (Tamil)
  118. tr: Türkçe (Turkish)
  119. uk: українська мова (Ukrainian)
  120. vi: tiếng việt (Vietnamese)
  121. zh: 中文 (Chinese)
  122. zh_TW: 國語 (Taiwanese Mandarin)