34 lines
977 B
YAML
34 lines
977 B
YAML
# see https://docs.searxng.org/admin/settings/settings.html#settings-use-default-settings
|
|
use_default_settings: true
|
|
server:
|
|
# base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml
|
|
secret_key: "9fd0439f0fc5c38dc3d6c433d5ec98b98234aa93c30f4136a117574da7bdea13"
|
|
limiter: true # can be disabled for a private instance
|
|
image_proxy: true
|
|
ui:
|
|
static_use_hash: true
|
|
redis:
|
|
url: redis://redis:6379/0
|
|
|
|
proxies:
|
|
http: socks5h://searxng-tor:9050
|
|
https: socks5h://searxng-tor:9050
|
|
|
|
search:
|
|
engines:
|
|
duckduckgo_onion:
|
|
proxy: true
|
|
categories: general
|
|
base_url: "https://3g2upl4pq6kufc4m.onion"
|
|
name: DuckDuckGo (onion)
|
|
|
|
torch_onion:
|
|
name: Torch (onion)
|
|
base_url: "https://xmh57jrzrnw6insl.onion"
|
|
search_url: "https://xmh57jrzrnw6insl.onioni/search?q={query}"
|
|
method: GET
|
|
parsing_engine: xpath
|
|
xpath: "//h3/a[@href]"
|
|
proxy: true
|
|
categories: general
|