50 lines
1.0 KiB
YAML
50 lines
1.0 KiB
YAML
---
|
|
|
|
searxng_homedir: /opt/searxng
|
|
|
|
searxng_git_commit: c185d076894ebbdb5db921c448c240d04915847b
|
|
|
|
searxng_settings:
|
|
# SearXNG settings
|
|
|
|
use_default_settings: true
|
|
|
|
general:
|
|
debug: false
|
|
instance_name: "cuqmbr's SearXNG"
|
|
|
|
search:
|
|
safe_search: 2
|
|
autocomplete: 'duckduckgo'
|
|
|
|
server:
|
|
secret_key: "ultrasecretkey_change_me"
|
|
limiter: false
|
|
image_proxy: true
|
|
# public URL of the instance, to ensure correct inbound links.
|
|
# Is overwritten by ${SEARXNG_URL}.
|
|
base_url: http://example.com/location
|
|
|
|
# redis:
|
|
# URL to connect redis database. Is overwritten by ${SEARXNG_REDIS_URL}.
|
|
# url: unix:///usr/local/searxng-redis/run/redis.sock?db=0
|
|
|
|
ui:
|
|
static_use_hash: true
|
|
|
|
# preferences:
|
|
# lock:
|
|
# - autocomplete
|
|
# - method
|
|
|
|
enabled_plugins:
|
|
- 'Hash plugin'
|
|
- 'Self Information'
|
|
- 'Tracker URL remover'
|
|
- 'Ahmia blacklist'
|
|
# - 'Hostnames plugin' # see 'hostnames' configuration below
|
|
# - 'Open Access DOI rewrite'
|
|
|
|
# plugins:
|
|
# - only_show_green_results
|