feat(docker): add searxng default settings config
新增searxng的docker配置文件settings.yml,配置基础运行参数、搜索格式、安全搜索等级与请求超时时间
This commit is contained in:
parent
64b6bc8dd2
commit
0aac83f475
11
docker/searxng/settings.yml
Normal file
11
docker/searxng/settings.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
use_default_settings: true
|
||||||
|
server:
|
||||||
|
secret_key: "ultrasecretkey"
|
||||||
|
bind_address: "0.0.0.0"
|
||||||
|
limiter: false
|
||||||
|
image_proxy: false
|
||||||
|
search:
|
||||||
|
formats: [html, json]
|
||||||
|
safe_search: 0
|
||||||
|
outgoing:
|
||||||
|
request_timeout: 5
|
||||||
Loading…
Reference in New Issue
Block a user