mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-10 08:31:37 +08:00
Compare commits
4 Commits
9a6972e846
...
4f4aa6d91d
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f4aa6d91d | |||
| 59c75d6a10 | |||
| 4263be75ae | |||
| 3022f0c6ff |
@@ -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 width="33%" align="center">
|
||||
@@ -745,7 +745,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🔧 使用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 width="33%" align="center">
|
||||
@@ -950,7 +950,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🔌 MCP 服务器统一管理中心
|
||||
|
||||
<kbd>1.0.11</kbd> • [官网链接](https://docs.mcphub.app)
|
||||
<kbd>1.0.12</kbd> • [官网链接](https://docs.mcphub.app)
|
||||
|
||||
</td>
|
||||
</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>
|
||||
</tr>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
litellm:
|
||||
image: ghcr.io/berriai/litellm:v1.87.1
|
||||
image: ghcr.io/berriai/litellm:v1.88.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:4000"
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
image: samanhappy/mcphub:1.0.11
|
||||
image: samanhappy/mcphub:1.0.12
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
postgres:
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
next-terminal:
|
||||
image: dushixiang/next-terminal:v3.3.4
|
||||
image: dushixiang/next-terminal:v3.3.5
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
+1
-1
@@ -10,7 +10,7 @@ services:
|
||||
- "${DATA_PATH}:/etc/searxng"
|
||||
environment:
|
||||
- BASE_URL=${SEARXNG_EXTERNAL_URL}
|
||||
image: searxng/searxng:2026.6.6-e260a732c
|
||||
image: searxng/searxng:2026.6.7-9d49a9f34
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
Reference in New Issue
Block a user