# settings.yml # Read the documentation before extending the defaults: # https://docs.searxng.org/admin/settings/
use_default_settings: engines: remove: -ahmia# 暗网(.onion)搜索引擎,需要 Tor SOCKS5 代理,移除是为了屏蔽日志的报错 -torch# Torchlight / Torch 搜索,同样依赖 Tor 网络或特定外部依赖,移除是为了屏蔽日志的报错
server: # base_url is defined in the SEARXNG_BASE_URL environment variable, see .env and docker-compose.yml secret_key:"xxxxxxxxxxxxxxxx"# change this! limiter:false# enable this when running the instance for a public usage on the internet image_proxy:true
search: formats: -html -json# AI 获取JSON数据用,默认是关闭的,AI访问返回403。
outgoing: request_timeout:2.0# default timeout in seconds, can be override by engine max_request_timeout:5.0# the maximum timeout in seconds useragent_suffix:""# information like an email address to the administrator pool_connections:100# Maximum number of allowable connections, or null # for no limits. The default is 100. pool_maxsize:10# Number of allowable keep-alive connections, or null # to always allow. The default is 10. enable_http2:true# See https://www.python-httpx.org/http2/