user_settings.yml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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: "0.0.0.0"
  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. engines:
  32. - name: wikidata
  33. engine: wikidata
  34. shortcut: wd
  35. timeout: 3.0
  36. weight: 2
  37. - name: wikibooks
  38. engine: mediawiki
  39. shortcut: wb
  40. categories: general
  41. base_url: "https://{language}.wikibooks.org/"
  42. number_of_results: 5
  43. search_type: text
  44. - name: wikinews
  45. engine: mediawiki
  46. shortcut: wn
  47. categories: news
  48. base_url: "https://{language}.wikinews.org/"
  49. number_of_results: 5
  50. search_type: text
  51. - name: wikiquote
  52. engine: mediawiki
  53. shortcut: wq
  54. categories: general
  55. base_url: "https://{language}.wikiquote.org/"
  56. number_of_results: 5
  57. search_type: text
  58. locales:
  59. en: English
  60. ar: العَرَبِيَّة (Arabic)
  61. bg: Български (Bulgarian)
  62. bo: བོད་སྐད་ (Tibetian)
  63. ca: Català (Catalan)
  64. cs: Čeština (Czech)
  65. cy: Cymraeg (Welsh)
  66. da: Dansk (Danish)
  67. de: Deutsch (German)
  68. el_GR: Ελληνικά (Greek_Greece)
  69. eo: Esperanto (Esperanto)
  70. es: Español (Spanish)
  71. et: Eesti (Estonian)
  72. eu: Euskara (Basque)
  73. fa_IR: (fārsī) فارسى (Persian)
  74. fi: Suomi (Finnish)
  75. fil: Wikang Filipino (Filipino)
  76. fr: Français (French)
  77. gl: Galego (Galician)
  78. he: עברית (Hebrew)
  79. hr: Hrvatski (Croatian)
  80. hu: Magyar (Hungarian)
  81. ia: Interlingua (Interlingua)
  82. it: Italiano (Italian)
  83. ja: 日本語 (Japanese)
  84. lt: Lietuvių (Lithuanian)
  85. nl: Nederlands (Dutch)
  86. nl_BE: Vlaams (Dutch_Belgium)
  87. oc: Lenga D'òc (Occitan)
  88. pl: Polski (Polish)
  89. pt: Português (Portuguese)
  90. pt_BR: Português (Portuguese_Brazil)
  91. ro: Română (Romanian)
  92. ru: Русский (Russian)
  93. sk: Slovenčina (Slovak)
  94. sl: Slovenski (Slovene)
  95. sr: српски (Serbian)
  96. sv: Svenska (Swedish)
  97. te: తెలుగు (telugu)
  98. ta: தமிழ் (Tamil)
  99. tr: Türkçe (Turkish)
  100. uk: українська мова (Ukrainian)
  101. vi: tiếng việt (Vietnamese)
  102. zh: 中文 (Chinese)
  103. zh_TW: 國語 (Taiwanese Mandarin)