settings.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # SearXNG settings
  2. use_default_settings: true
  3. general:
  4. debug: false
  5. instance_name: "SearXNG"
  6. search:
  7. safe_search: 2
  8. autocomplete: 'duckduckgo'
  9. server:
  10. # Is overwritten by ${SEARXNG_SECRET}
  11. secret_key: "ultrasecretkey"
  12. limiter: true
  13. image_proxy: true
  14. # public URL of the instance, to ensure correct inbound links. Is overwritten
  15. # by ${SEARXNG_URL}.
  16. # base_url: http://example.com/location
  17. redis:
  18. # URL to connect redis database. Is overwritten by ${SEARXNG_REDIS_URL}.
  19. url: unix:///usr/local/searxng-redis/run/redis.sock?db=0
  20. ui:
  21. static_use_hash: true
  22. # preferences:
  23. # lock:
  24. # - autocomplete
  25. # - method
  26. enabled_plugins:
  27. - 'Hash plugin'
  28. - 'Search on category select'
  29. - 'Self Informations'
  30. - 'Tracker URL remover'
  31. - 'Ahmia blacklist'
  32. # - 'Hostname replace' # see hostname_replace configuration below
  33. # - 'Infinite scroll'
  34. # - 'Open Access DOI rewrite'
  35. # - 'Vim-like hotkeys'
  36. # plugins:
  37. # - only_show_green_results
  38. # hostname_replace:
  39. #
  40. # # twitter --> nitter
  41. # '(www\.)?twitter\.com$': 'nitter.net'
  42. engines:
  43. - name: google
  44. use_mobile_ui: true
  45. # - name: fdroid
  46. # disabled: false
  47. #
  48. # - name: apk mirror
  49. # disabled: false
  50. #
  51. # - name: mediathekviewweb
  52. # categories: TV
  53. # disabled: false
  54. #
  55. # - name: invidious
  56. # disabled: false
  57. # base_url:
  58. # - https://invidious.snopyta.org
  59. # - https://invidious.tiekoetter.com
  60. # - https://invidio.xamh.de
  61. # - https://inv.riverside.rocks