user_settings.yml 2.5 KB

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