Compare commits

..

4 Commits

Author SHA1 Message Date
arch3rPro d8d8d4e372 feat: update nezha 2.0.12 2026-05-22 05:32:38 +08:00
arch3rPro 8e610447c7 feat: update n8n-zh 2.22.1 2026-05-22 05:31:41 +08:00
arch3rPro f52f2879bb feat: update docmost 0.90.0 2026-05-22 05:30:50 +08:00
arch3rPro 64573a6fad feat: update dify 1.14.2 2026-05-22 05:30:36 +08:00
14 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -289,7 +289,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
轻量级文档管理系统,支持多人协作编辑与版本控制
<kbd>0.80.2</kbd> • [官网链接](https://github.com/docmost/docmost)
<kbd>0.90.0</kbd> • [官网链接](https://github.com/docmost/docmost)
</td>
<td width="33%" align="center">
@@ -729,7 +729,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
<kbd>2.22.0</kbd> • [官网链接](https://n8n.io/)
<kbd>2.22.1</kbd> • [官网链接](https://n8n.io/)
</td>
</tr>
@@ -902,7 +902,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
📊 开源轻量易用的服务器监控运维工具
<kbd>2.0.11</kbd> • [官网链接](https://github.com/naiba/nezha/)
<kbd>2.0.12</kbd> • [官网链接](https://github.com/naiba/nezha/)
</td>
<td width="33%" align="center">
+1 -1
View File
@@ -1570,7 +1570,7 @@ services:
- ssrf_proxy_network
- default
web:
image: langgenius/dify-web:1.14.1
image: langgenius/dify-web:1.14.2
container_name: ${CONTAINER_NAME}
env_file:
- dify.env
@@ -11,7 +11,7 @@ services:
APP_SECRET: 52f235dee223c92a83a934ada13b83075c9855fe966b3cbf9dd86810e2b742ee
DATABASE_URL: postgresql://docmost:${PANEL_DB_USER_PASSWORD}@db:5432/docmost?schema=public
REDIS_URL: redis://redis:6379
image: docmost/docmost:0.80.2
image: docmost/docmost:0.90.0
labels:
createdBy: Apps
depends_on:
@@ -1,6 +1,6 @@
services:
n8n:
image: n8nio/n8n:2.22.0
image: n8nio/n8n:2.22.1
container_name: ${CONTAINER_NAME}
restart: always
user: 1000:1000
@@ -1,6 +1,6 @@
services:
dashboard:
image: ghcr.io/nezhahq/nezha:v2.0.11
image: ghcr.io/nezhahq/nezha:v2.0.12
container_name: ${CONTAINER_NAME}
restart: always
volumes: