mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-13 02:38:18 +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>
|
||||||
<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
-1
@@ -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:
|
||||||
+1
-1
@@ -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:
|
||||||
Reference in New Issue
Block a user