diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 8eb3a06..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 204c9f3..a7eb3ec 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -67,6 +67,177 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/4600Pro/searxng/docker-compose.yaml b/4600Pro/searxng/docker-compose.yaml
new file mode 100644
index 0000000..e5b6848
--- /dev/null
+++ b/4600Pro/searxng/docker-compose.yaml
@@ -0,0 +1,43 @@
+services:
+ searxng:
+ image: searxng/searxng:latest
+ container_name: searxng
+ restart: unless-stopped
+
+ ports:
+ - "2800:8080"
+
+ volumes:
+ # SearXNG 配置
+ - /volume2/docker/docker_projects/searxng/config:/etc/searxng
+
+ # SearXNG 缓存
+ - /volume2/docker/docker_projects/searxng/cache:/var/cache/searxng
+
+ environment:
+ - SEARXNG_BASE_URL=http://localhost:8888/
+ - SEARXNG_VALKEY_URL=valkey://valkey:6379/0
+
+ depends_on:
+ - valkey
+
+ networks:
+ - searxng-network
+
+ valkey:
+ image: valkey/valkey:9-alpine
+ container_name: searxng-valkey
+ restart: unless-stopped
+
+ command: valkey-server --save 30 1 --loglevel warning
+
+ volumes:
+ # Valkey 持久化数据
+ - /volume2/docker/docker_projects/searxng/valkey:/data
+
+ networks:
+ - searxng-network
+
+networks:
+ searxng-network:
+ driver: bridge
\ No newline at end of file
diff --git a/README.md b/README.md
index 53f9ae7..c18f619 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ UgreenNas(芯片:N6005,运行内存:32G,储存:1TB固态+35TB机械
7. qinglongPanel:`http://192.168.0.111:2500` 【python代码托管】【Frp:ql.kunle777.top】
8. komga:`http://192.168.0.112:2600` 【漫画阅读器】【Frp:komga.kunle777.top】
9. yuvomi:`http://192.168.0.111:2700` 【家庭管理平台】
-10. so-novel:`http://192.168.0.111:2800`
+10. searxng:`http://192.168.0.111:2800`
### 480t主机