Compare commits

...

3 Commits

Author SHA1 Message Date
arch3rPro bf234f5e55 feat: update qexo 4.2.0 2026-05-03 05:32:08 +08:00
arch3rPro ef4bd07ca5 feat: update easytier 2.6.3 2026-05-03 05:30:47 +08:00
arch3rPro fac23bbe09 feat: update docmost 0.80.2 2026-05-03 05:30:37 +08:00
11 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -289,7 +289,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
轻量级文档管理系统,支持多人协作编辑与版本控制
<kbd>0.80.1</kbd> • [官网链接](https://github.com/docmost/docmost)
<kbd>0.80.2</kbd> • [官网链接](https://github.com/docmost/docmost)
</td>
<td width="33%" align="center">
@@ -313,7 +313,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
美观强大的在线静态博客管理器,支持多种平台
<kbd>4.1.1</kbd> • [官网链接](https://github.com/Qexo/Qexo)
<kbd>4.2.0</kbd> • [官网链接](https://github.com/Qexo/Qexo)
</td>
</tr>
@@ -455,7 +455,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🌐 简单安全去中心化的内网穿透 VPN 组网方案
<kbd>2.6.1</kbd> • [官网链接](https://github.com/EasyTier/Easytier)
<kbd>2.6.3</kbd> • [官网链接](https://github.com/EasyTier/Easytier)
</td>
<td width="33%" align="center">
@@ -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.1
image: docmost/docmost:0.80.2
labels:
createdBy: Apps
depends_on:
@@ -1,6 +1,6 @@
services:
easytier:
image: easytier/easytier:v2.6.1
image: easytier/easytier:v2.6.3
container_name: ${CONTAINER_NAME}
restart: always
network_mode: host
@@ -15,7 +15,7 @@ services:
- TZ=Asia/Shanghai
- WORKERS=4
- THREADS=4
image: abudulin/qexo:4.1.1
image: abudulin/qexo:4.2.0
labels:
createdBy: Apps
volumes: