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. - 'Self Informations'
  29. - 'Tracker URL remover'
  30. - 'Ahmia blacklist'
  31. # - 'Hostnames plugin' # see 'hostnames' configuration below
  32. # - 'Open Access DOI rewrite'
  33. # plugins:
  34. # - only_show_green_results
  35. # hostnames:
  36. # replace:
  37. # '(.*\.)?youtube\.com$': 'invidious.example.com'
  38. # '(.*\.)?youtu\.be$': 'invidious.example.com'
  39. # remove:
  40. # - '(.*\.)?facebook.com$'
  41. # low_priority:
  42. # - '(.*\.)?google\.com$'
  43. # high_priority:
  44. # - '(.*\.)?wikipedia.org$'
  45. engines:
  46. # - name: fdroid
  47. # disabled: false
  48. #
  49. # - name: apk mirror
  50. # disabled: false
  51. #
  52. # - name: mediathekviewweb
  53. # categories: TV
  54. # disabled: false
  55. #
  56. # - name: invidious
  57. # disabled: false
  58. # base_url:
  59. # - https://invidious.snopyta.org
  60. # - https://invidious.tiekoetter.com
  61. # - https://invidio.xamh.de
  62. # - https://inv.riverside.rocks