onesvm-browser-server/stacks/searxng-global-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

49 lines
No EOL
1.2 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: google
disabled: false
- name: bing
disabled: false
- name: duckduckgo
disabled: false
- name: brave
disabled: false
- name: startpage
disabled: false
- name: wikipedia
disabled: false
- name: reddit
disabled: false
- name: mojeek
disabled: false
- name: qwant
disabled: false
- name: yahoo
disabled: false
outgoing:
request_timeout: 8.0
max_request_timeout: 15.0
pool_connections: 100
pool_maxsize: 20
enable_http2: true
proxies:
all://:
- http://mihomo:17890