onesvm-browser-server/stacks/searxng-cn-settings.yml
chii eb972dfa93 feat: 落地 browser-server 控制面并打通 mgr1 海外订阅
单二进制三角色 + Dock 适配器 + Swarm stack 达到可部署态;mgr1 实测订阅经 central-proxy bootstrap,探活 alive=41/52。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-02 15:05:12 +08:00

41 lines
No EOL
847 B
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-cn 引擎配置(stack 挂载 /etc/searxng/settings.yml:ro)。
# 复用声明:移植自 bench/searxng-cn/settings.yml(W1 契约 §6);
# 唯一差异:bench-only secret_key 改为部署注入(SEARXNG_SECRET,fail-closed)。
use_default_settings:
engines:
keep_only:
- baidu
- sogou
- 360search
- bing
- wikipedia
search:
formats:
- html
- json
default_lang: "zh-CN"
autocomplete: ""
server:
limiter: false
secret_key: "${SEARXNG_SECRET:?required}"
image_proxy: false
engines:
- name: baidu
disabled: false
- name: sogou
disabled: false
- name: 360search
disabled: false
timeout: 20.0
- name: bing
disabled: false
base_url: https://cn.bing.com
- name: wikipedia
disabled: false
outgoing:
request_timeout: 8.0
proxies: {}