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