onesvm-browser-server/stacks/searxng-global-settings.yml
chii 9b689b2476 feat: 落地节点指纹与 Cookie 罐,并按现网能力更新消费/接手文档
公开页抓取改为 Chrome 136 自洽身份 + 每节点 SQLite 养罐,Trafilatura 走 curl_cffi;MCP/README/接手说明与 09-02 现网复测对齐,避免消费方继续抄过期的站点三分表。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-02 17:04:25 +08:00

58 lines
No EOL
1.5 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# searxng-global 引擎配置(stack 挂载 /etc/searxng/settings.yml:ro)。
# 复用声明:移植自 bench/searxng-global/settings.yml(W1 契约 §6);
# 两处差异:① bench-only secret_key 改为部署注入(SEARXNG_SECRET,fail-closed);
# ② outgoing.proxies 的 host.docker.internal:17890 改为 overlay 内 mihomo 地址
# (Swarm 无 host.docker.internal 语义;境外出口走 browser-server-net 上的 mihomo:17890)。
use_default_settings: true
search:
safe_search: 0
autocomplete: ""
default_lang: en
formats:
- html
- json
server:
limiter: false
public_instance: false
secret_key: "${SEARXNG_SECRET:?required}"
image_proxy: false
method: GET
engines:
- name: bing
disabled: false
# 数据中心 vless 下这些引擎实测 CAPTCHA/429/超时,短超时避免拖死 Bing。
- name: google
disabled: false
timeout: 3.0
- name: duckduckgo
disabled: false
timeout: 3.0
- name: brave
disabled: false
timeout: 3.0
- name: startpage
disabled: false
timeout: 3.0
- name: reddit
disabled: false
timeout: 3.0
- name: mojeek
disabled: false
timeout: 3.0
- name: qwant
disabled: false
timeout: 3.0
- name: yahoo
disabled: false
timeout: 3.0
- name: wikipedia
disabled: true
outgoing:
request_timeout: 8.0
max_request_timeout: 15.0
pool_connections: 100
pool_maxsize: 20
enable_http2: true
proxies:
all://:
- http://mihomo:17890