mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-10 08:31:37 +08:00
Compare commits
5 Commits
cdf98b2e13
...
1d6cd922a3
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d6cd922a3 | |||
| a4a3361911 | |||
| 9eda3721b2 | |||
| b6a3d48fe7 | |||
| 25bcb1fa42 |
@@ -245,7 +245,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
|
||||
|
||||
🚀 免费的GPT-4和其他大语言模型API接口
|
||||
|
||||
<kbd>7.5.7-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
|
||||
<kbd>7.5.8-slim</kbd> • [官网链接](https://github.com/xtekky/gpt4free)
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
@@ -663,7 +663,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🔍 模型上下文协议调试工具,支持MCP服务器测试与开发
|
||||
|
||||
<kbd>0.21.2</kbd> • [官网链接](https://github.com/modelcontextprotocol/inspector)
|
||||
<kbd>0.22.0</kbd> • [官网链接](https://github.com/modelcontextprotocol/inspector)
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
@@ -757,7 +757,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
|
||||
|
||||
<kbd>2.25.2</kbd> • [官网链接](https://n8n.io/)
|
||||
<kbd>2.25.3</kbd> • [官网链接](https://n8n.io/)
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
@@ -950,7 +950,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🔌 MCP 服务器统一管理中心
|
||||
|
||||
<kbd>1.0.10</kbd> • [官网链接](https://docs.mcphub.app)
|
||||
<kbd>1.0.11</kbd> • [官网链接](https://docs.mcphub.app)
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
gpt4free:
|
||||
image: hlohaus789/g4f:v7.5.7-slim
|
||||
image: hlohaus789/g4f:v7.5.8-slim
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
gpt4free:
|
||||
image: hlohaus789/g4f:v7.5.7
|
||||
image: hlohaus789/g4f:v7.5.8
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
inspector:
|
||||
image: ghcr.io/modelcontextprotocol/inspector:0.21.2
|
||||
image: ghcr.io/modelcontextprotocol/inspector:0.22.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
image: samanhappy/mcphub:1.0.10
|
||||
image: samanhappy/mcphub:1.0.11
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
postgres:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
n8n:
|
||||
image: n8nio/n8n:2.25.2
|
||||
image: n8nio/n8n:2.25.3
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
user: 1000:1000
|
||||
Reference in New Issue
Block a user