Compare commits

...

5 Commits

Author SHA1 Message Date
arch3rPro
9f19223ab7 feat: update nocodb 2026.04.0 2026-04-14 05:33:06 +08:00
arch3rPro
e247555ec3 feat: update new-api 0.12.9 2026-04-14 05:32:43 +08:00
arch3rPro
ddb4652d65 feat: update new-api 0.12.9-allinone 2026-04-14 05:32:20 +08:00
arch3rPro
710a218489 feat: update n8n-zh 2.17.0 2026-04-14 05:32:08 +08:00
arch3rPro
f18bb659fd feat: update inspector 0.21.2 2026-04-14 05:31:34 +08:00
15 changed files with 9 additions and 9 deletions

View File

@@ -424,7 +424,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
开源Airtable替代品将任何数据库转换为智能电子表格 开源Airtable替代品将任何数据库转换为智能电子表格
<kbd>0.301.5</kbd> • [官网链接](https://github.com/nocodb/nocodb) <kbd>2026.04.0</kbd> • [官网链接](https://github.com/nocodb/nocodb)
</td> </td>
<td width="33%" align="center"> <td width="33%" align="center">
@@ -582,7 +582,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🍥 新一代大模型网关与AI资产管理系统支持多种模型统一调用 🍥 新一代大模型网关与AI资产管理系统支持多种模型统一调用
<kbd>0.12.8</kbd> • [官网链接](https://docs.newapi.pro/) <kbd>0.12.9</kbd> • [官网链接](https://docs.newapi.pro/)
</td> </td>
<td width="33%" align="center"> <td width="33%" align="center">
@@ -635,7 +635,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🔍 模型上下文协议调试工具支持MCP服务器测试与开发 🔍 模型上下文协议调试工具支持MCP服务器测试与开发
<kbd>0.21.1</kbd> • [官网链接](https://github.com/modelcontextprotocol/inspector) <kbd>0.21.2</kbd> • [官网链接](https://github.com/modelcontextprotocol/inspector)
</td> </td>
<td width="33%" align="center"> <td width="33%" align="center">
@@ -729,7 +729,7 @@ AI驱动的开源代码知识库与文档协作平台支持多模型、多数
🔄 n8n汉化版具有原生AI能力的Fair-code工作流自动化平台 🔄 n8n汉化版具有原生AI能力的Fair-code工作流自动化平台
<kbd>2.16.0</kbd> • [官网链接](https://n8n.io/) <kbd>2.17.0</kbd> • [官网链接](https://n8n.io/)
</td> </td>
</tr> </tr>

View File

@@ -1,6 +1,6 @@
services: services:
inspector: inspector:
image: ghcr.io/modelcontextprotocol/inspector:0.21.1 image: ghcr.io/modelcontextprotocol/inspector:0.21.2
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@@ -1,6 +1,6 @@
services: services:
n8n: n8n:
image: n8nio/n8n:2.16.0 image: n8nio/n8n:2.17.0
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
user: 1000:1000 user: 1000:1000

View File

@@ -1,6 +1,6 @@
services: services:
new-api: new-api:
image: calciumion/new-api:v0.12.2 image: calciumion/new-api:v0.12.9
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
ports: ports:

View File

@@ -1,6 +1,6 @@
services: services:
new-api: new-api:
image: calciumion/new-api:v0.12.8 image: calciumion/new-api:v0.12.9
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
ports: ports:

View File

@@ -1,6 +1,6 @@
services: services:
nocodb: nocodb:
image: nocodb/nocodb:0.301.5 image: nocodb/nocodb:2026.04.0
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks: