Compare commits

...

4 Commits

Author SHA1 Message Date
arch3rPro 4f4aa6d91d feat: update searxng 2026.6.7-9d49a9f34 2026-06-08 03:42:33 +08:00
arch3rPro 59c75d6a10 feat: update next-terminal 3.3.5 2026-06-08 03:39:50 +08:00
arch3rPro 4263be75ae feat: update mcphub 1.0.12 2026-06-08 03:38:15 +08:00
arch3rPro 3022f0c6ff feat: update litellm 1.88.0 2026-06-08 03:37:11 +08:00
16 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -704,7 +704,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔍 开源无广告元搜索引擎,保护隐私无追踪,支持自建部署 🔍 开源无广告元搜索引擎,保护隐私无追踪,支持自建部署
<kbd>2026.6.6-e260a732c</kbd> • [官网链接](https://docs.searxng.org/) <kbd>2026.6.7-9d49a9f34</kbd> • [官网链接](https://docs.searxng.org/)
</td> </td>
<td width="33%" align="center"> <td width="33%" align="center">
@@ -745,7 +745,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔧 使用OpenAI格式统一调用所有LLM API,支持多种云服务商 🔧 使用OpenAI格式统一调用所有LLM API,支持多种云服务商
<kbd>1.87.1</kbd> • [官网链接](https://github.com/BerriAI/litellm) <kbd>1.88.0</kbd> • [官网链接](https://github.com/BerriAI/litellm)
</td> </td>
<td width="33%" align="center"> <td width="33%" align="center">
@@ -950,7 +950,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔌 MCP 服务器统一管理中心 🔌 MCP 服务器统一管理中心
<kbd>1.0.11</kbd> • [官网链接](https://docs.mcphub.app) <kbd>1.0.12</kbd> • [官网链接](https://docs.mcphub.app)
</td> </td>
</tr> </tr>
@@ -1123,7 +1123,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🖥️ 简单好用安全的开源交互审计系统 🖥️ 简单好用安全的开源交互审计系统
<kbd>3.3.4</kbd> • [官网链接](https://github.com/dushixiang/next-terminal) <kbd>3.3.5</kbd> • [官网链接](https://github.com/dushixiang/next-terminal)
</td> </td>
</tr> </tr>
@@ -1,6 +1,6 @@
services: services:
litellm: litellm:
image: ghcr.io/berriai/litellm:v1.87.1 image: ghcr.io/berriai/litellm:v1.88.0
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
ports: ports:
- "${PANEL_APP_PORT_HTTP}:4000" - "${PANEL_APP_PORT_HTTP}:4000"
@@ -18,7 +18,7 @@ services:
depends_on: depends_on:
postgres: postgres:
condition: service_healthy condition: service_healthy
image: samanhappy/mcphub:1.0.11 image: samanhappy/mcphub:1.0.12
labels: labels:
createdBy: "Apps" createdBy: "Apps"
postgres: postgres:
@@ -1,6 +1,6 @@
services: services:
next-terminal: next-terminal:
image: dushixiang/next-terminal:v3.3.4 image: dushixiang/next-terminal:v3.3.5
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:
@@ -10,7 +10,7 @@ services:
- "${DATA_PATH}:/etc/searxng" - "${DATA_PATH}:/etc/searxng"
environment: environment:
- BASE_URL=${SEARXNG_EXTERNAL_URL} - BASE_URL=${SEARXNG_EXTERNAL_URL}
image: searxng/searxng:2026.6.6-e260a732c image: searxng/searxng:2026.6.7-9d49a9f34
labels: labels:
createdBy: "Apps" createdBy: "Apps"
networks: networks: