mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-13 10:48:18 +08:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 40041c482c | |||
| fbd0372843 | |||
| f12575d941 | |||
| 0b24397e26 | |||
| 99158dfe09 |
@@ -423,7 +423,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
开源Airtable替代品,将任何数据库转换为智能电子表格
|
开源Airtable替代品,将任何数据库转换为智能电子表格
|
||||||
|
|
||||||
<kbd>2026.05.3</kbd> • [官网链接](https://github.com/nocodb/nocodb)
|
<kbd>2026.06.0</kbd> • [官网链接](https://github.com/nocodb/nocodb)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
@@ -757,7 +757,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
|
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
|
||||||
|
|
||||||
<kbd>2.25.1</kbd> • [官网链接](https://n8n.io/)
|
<kbd>2.25.2</kbd> • [官网链接](https://n8n.io/)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -938,7 +938,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
🧭 Hermes Agent 的全功能 Web 管理面板
|
🧭 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>
|
||||||
<td width="33%" align="center">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -1429,7 +1429,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
📝 高性能低延迟的 Obsidian 笔记同步服务
|
📝 高性能低延迟的 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>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
fast-note-sync-service:
|
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}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
+1
-1
@@ -20,7 +20,7 @@ services:
|
|||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
hermes-webui:
|
hermes-webui:
|
||||||
container_name: ${CONTAINER_NAME}
|
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"]
|
entrypoint: ["node", "dist/server/index.js"]
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
image: n8nio/n8n:2.25.1
|
image: n8nio/n8n:2.25.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
next-terminal:
|
next-terminal:
|
||||||
image: dushixiang/next-terminal:v3.3.3
|
image: dushixiang/next-terminal:v3.3.4
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
nocodb:
|
nocodb:
|
||||||
image: nocodb/nocodb:2026.05.3
|
image: nocodb/nocodb:2026.06.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
Reference in New Issue
Block a user