From af963399cc9cb9b1e3951777038ebfc23a1e2198 Mon Sep 17 00:00:00 2001 From: arch3rPro Date: Thu, 18 Jun 2026 03:44:16 +0800 Subject: [PATCH] feat: update searxng 2026.6.17-4dfdc822c --- README.md | 2 +- .../{2026.6.16-502c820a2 => 2026.6.17-4dfdc822c}/.env.sample | 0 .../{2026.6.16-502c820a2 => 2026.6.17-4dfdc822c}/data.yml | 0 .../docker-compose.yml | 2 +- 4 files changed, 2 insertions(+), 2 deletions(-) rename apps/searxng/{2026.6.16-502c820a2 => 2026.6.17-4dfdc822c}/.env.sample (100%) rename apps/searxng/{2026.6.16-502c820a2 => 2026.6.17-4dfdc822c}/data.yml (100%) rename apps/searxng/{2026.6.16-502c820a2 => 2026.6.17-4dfdc822c}/docker-compose.yml (88%) diff --git a/README.md b/README.md index d33c553..7afdfec 100644 --- a/README.md +++ b/README.md @@ -704,7 +704,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数 🔍 开源无广告元搜索引擎,保护隐私无追踪,支持自建部署 -2026.6.16-502c820a2 • [官网链接](https://docs.searxng.org/) +2026.6.17-4dfdc822c • [官网链接](https://docs.searxng.org/) diff --git a/apps/searxng/2026.6.16-502c820a2/.env.sample b/apps/searxng/2026.6.17-4dfdc822c/.env.sample similarity index 100% rename from apps/searxng/2026.6.16-502c820a2/.env.sample rename to apps/searxng/2026.6.17-4dfdc822c/.env.sample diff --git a/apps/searxng/2026.6.16-502c820a2/data.yml b/apps/searxng/2026.6.17-4dfdc822c/data.yml similarity index 100% rename from apps/searxng/2026.6.16-502c820a2/data.yml rename to apps/searxng/2026.6.17-4dfdc822c/data.yml diff --git a/apps/searxng/2026.6.16-502c820a2/docker-compose.yml b/apps/searxng/2026.6.17-4dfdc822c/docker-compose.yml similarity index 88% rename from apps/searxng/2026.6.16-502c820a2/docker-compose.yml rename to apps/searxng/2026.6.17-4dfdc822c/docker-compose.yml index 6eaa840..0c9f5f4 100644 --- a/apps/searxng/2026.6.16-502c820a2/docker-compose.yml +++ b/apps/searxng/2026.6.17-4dfdc822c/docker-compose.yml @@ -10,7 +10,7 @@ services: - "${DATA_PATH}:/etc/searxng" environment: - BASE_URL=${SEARXNG_EXTERNAL_URL} - image: searxng/searxng:2026.6.16-502c820a2 + image: searxng/searxng:2026.6.17-4dfdc822c labels: createdBy: "Apps" networks: