Compare commits

...

5 Commits

Author SHA1 Message Date
arch3rPro 40041c482c feat: update nocodb 2026.06.0 2026-06-04 03:37:45 +08:00
arch3rPro fbd0372843 feat: update next-terminal 3.3.4 2026-06-04 03:37:26 +08:00
arch3rPro f12575d941 feat: update n8n-zh 2.25.2 2026-06-04 03:36:53 +08:00
arch3rPro 0b24397e26 feat: update hermes-web-ui 0.6.10 2026-06-04 03:35:02 +08:00
arch3rPro 99158dfe09 feat: update fast-note-sync-service 3.2.2 2026-06-04 03:34:04 +08:00
20 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -423,7 +423,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
开源Airtable替代品,将任何数据库转换为智能电子表格
<kbd>2026.05.3</kbd> • [官网链接](https://github.com/nocodb/nocodb)
<kbd>2026.06.0</kbd> • [官网链接](https://github.com/nocodb/nocodb)
</td>
<td width="33%" align="center">
@@ -757,7 +757,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
<kbd>2.25.1</kbd> • [官网链接](https://n8n.io/)
<kbd>2.25.2</kbd> • [官网链接](https://n8n.io/)
</td>
</tr>
@@ -938,7 +938,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🧭 Hermes Agent 的全功能 Web 管理面板
<kbd>0.6.9</kbd> • [官网链接](https://github.com/EKKOLearnAI/hermes-web-ui)
<kbd>0.6.10</kbd> • [官网链接](https://github.com/EKKOLearnAI/hermes-web-ui)
</td>
<td width="33%" align="center">
@@ -1123,7 +1123,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🖥️ 简单好用安全的开源交互审计系统
<kbd>3.3.3</kbd> • [官网链接](https://github.com/dushixiang/next-terminal)
<kbd>3.3.4</kbd> • [官网链接](https://github.com/dushixiang/next-terminal)
</td>
</tr>
@@ -1429,7 +1429,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
📝 高性能低延迟的 Obsidian 笔记同步服务
<kbd>3.2.1</kbd> • [官网链接](https://github.com/haierkeys/fast-note-sync-service)
<kbd>3.2.2</kbd> • [官网链接](https://github.com/haierkeys/fast-note-sync-service)
</td>
<td width="33%" align="center">
@@ -1,6 +1,6 @@
services:
fast-note-sync-service:
image: haierkeys/fast-note-sync-service:3.2.1
image: haierkeys/fast-note-sync-service:3.2.2
container_name: ${CONTAINER_NAME}
restart: always
ports:
@@ -20,7 +20,7 @@ services:
createdBy: "Apps"
hermes-webui:
container_name: ${CONTAINER_NAME}
image: ekkoye8888/hermes-web-ui:v0.6.9
image: ekkoye8888/hermes-web-ui:v0.6.10
entrypoint: ["node", "dist/server/index.js"]
restart: always
networks:
@@ -1,6 +1,6 @@
services:
n8n:
image: n8nio/n8n:2.25.1
image: n8nio/n8n:2.25.2
container_name: ${CONTAINER_NAME}
restart: always
user: 1000:1000
@@ -1,6 +1,6 @@
services:
next-terminal:
image: dushixiang/next-terminal:v3.3.3
image: dushixiang/next-terminal:v3.3.4
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -1,6 +1,6 @@
services:
nocodb:
image: nocodb/nocodb:2026.05.3
image: nocodb/nocodb:2026.06.0
container_name: ${CONTAINER_NAME}
restart: always
networks: