From d0c57644c11411f9e5d9a06b007d9cab1f42ba43 Mon Sep 17 00:00:00 2001 From: BrightChing Date: Wed, 12 Feb 2025 17:15:46 +0800 Subject: [PATCH] =?UTF-8?q?refactor(searxng):=20=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E9=85=8D=E7=BD=AE=E5=92=8C=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 docker-compose.yml 中的多余引号 - 将 SearXNG 的标签从 "搜索引擎" 修改为 "中间件" - 更新对应的英文标签从 "SearchEngine" 改为 "Middleware" --- apps/searxng/1.0.0/docker-compose.yml | 2 +- apps/searxng/data.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/searxng/1.0.0/docker-compose.yml b/apps/searxng/1.0.0/docker-compose.yml index 09e0932..0f30a8f 100644 --- a/apps/searxng/1.0.0/docker-compose.yml +++ b/apps/searxng/1.0.0/docker-compose.yml @@ -3,7 +3,7 @@ services: image: searxng/searxng:latest container_name: ${CONTAINER_NAME} volumes: - - ./etc:/etc/searxng" + - ./etc:/etc/searxng ports: - "${PANEL_APP_PORT_HTTP}:8080" restart: unless-stopped diff --git a/apps/searxng/data.yml b/apps/searxng/data.yml index 87e2fda..38a498d 100644 --- a/apps/searxng/data.yml +++ b/apps/searxng/data.yml @@ -1,13 +1,13 @@ name: SearXNG tags: - - 搜索引擎 + - 中间件 title: 隐私保护的开源元搜索引擎 description: 一个注重隐私保护的开源元搜索引擎,能够聚合多个搜索引擎的结果,为用户提供无追踪的搜索体验。它是SearX项目的升级版,遵循自由开源许可,致力于保护用户隐私和提供更丰富的搜索功能。 additionalProperties: key: searxng name: SearXNG tags: - - SearchEngine + - Middleware shortDescZh: 隐私保护的开源元搜索引擎 shortDescEn: Privacy-focused open-source meta search engine type: tool