Compare commits

...

7 Commits

Author SHA1 Message Date
arch3rPro d3c8b1aa38 feat: update prompt-optimizer 2.11.5 2026-05-29 03:39:33 +08:00
arch3rPro 680055843a feat: update n8n-zh 2.23.1 2026-05-29 03:37:37 +08:00
arch3rPro cf76b5f99b feat: update moontv 100.1.3 2026-05-29 03:37:06 +08:00
arch3rPro edd4fb9ce1 feat: update mcphub 1.0.7 2026-05-29 03:36:25 +08:00
arch3rPro 8486c8a545 feat: update hermes-web-ui 0.6.4 2026-05-29 03:35:04 +08:00
arch3rPro 188e11e789 feat: update docmost 0.90.1 2026-05-29 03:33:48 +08:00
arch3rPro 95cbb4b42f feat: update diun 4.32.0 2026-05-29 03:33:30 +08:00
22 changed files with 14 additions and 16 deletions
+7 -7
View File
@@ -288,7 +288,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
轻量级文档管理系统,支持多人协作编辑与版本控制
<kbd>0.90.0</kbd> • [官网链接](https://github.com/docmost/docmost)
<kbd>0.90.1</kbd> • [官网链接](https://github.com/docmost/docmost)
</td>
<td width="33%" align="center">
@@ -593,7 +593,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🚀 强大的AI提示词优化工具,支持多种主流大语言模型
<kbd>2.11.4</kbd> • [官网链接](https://github.com/arch3rPro/Prompt-Optimizer)
<kbd>2.11.5</kbd> • [官网链接](https://github.com/arch3rPro/Prompt-Optimizer)
</td>
</tr>
@@ -757,7 +757,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
<kbd>2.23.0</kbd> • [官网链接](https://n8n.io/)
<kbd>2.23.1</kbd> • [官网链接](https://n8n.io/)
</td>
</tr>
@@ -938,7 +938,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🧭 Hermes Agent 的全功能 Web 管理面板
<kbd>0.6.3</kbd> • [官网链接](https://github.com/EKKOLearnAI/hermes-web-ui)
<kbd>0.6.4</kbd> • [官网链接](https://github.com/EKKOLearnAI/hermes-web-ui)
</td>
<td width="33%" align="center">
@@ -950,7 +950,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔌 MCP 服务器统一管理中心
<kbd>1.0.5</kbd> • [官网链接](https://docs.mcphub.app)
<kbd>1.0.7</kbd> • [官网链接](https://docs.mcphub.app)
</td>
</tr>
@@ -1063,7 +1063,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🎬 开箱即用的跨平台影视聚合播放器,支持多源搜索和在线播放
<kbd>100.1.2</kbd> • [官网链接](https://github.com/MoonTechLab/LunaTV)
<kbd>100.1.3</kbd> • [官网链接](https://github.com/MoonTechLab/LunaTV)
</td>
</tr>
@@ -1513,7 +1513,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔔 Docker镜像更新监控和通知工具
<kbd>4.31.0</kbd> • [官网链接](https://github.com/crazy-max/diun)
<kbd>4.32.0</kbd> • [官网链接](https://github.com/crazy-max/diun)
</td>
<td width="33%" align="center">
@@ -1,7 +1,7 @@
services:
diun:
container_name: ${CONTAINER_NAME}
image: crazymax/diun:4.31.0
image: crazymax/diun:4.32.0
command: serve
restart: always
networks:
@@ -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.90.0
image: docmost/docmost:0.90.1
labels:
createdBy: Apps
depends_on:
@@ -20,7 +20,7 @@ services:
createdBy: "Apps"
hermes-webui:
container_name: ${CONTAINER_NAME}
image: ekkoye8888/hermes-web-ui:v0.6.3
image: ekkoye8888/hermes-web-ui:v0.6.4
entrypoint: ["node", "dist/server/index.js"]
restart: always
networks:
@@ -18,10 +18,9 @@ services:
depends_on:
postgres:
condition: service_healthy
image: samanhappy/mcphub:1.0.5
image: samanhappy/mcphub:1.0.7
labels:
createdBy: "Apps"
postgres:
image: pgvector/pgvector:pg17
container_name: ${CONTAINER_NAME}-pg
@@ -43,7 +42,6 @@ services:
start_period: 30s
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true
@@ -1,6 +1,6 @@
services:
moontv:
image: ghcr.io/moontechlab/lunatv:v100.1.2
image: ghcr.io/moontechlab/lunatv:v100.1.3
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -1,6 +1,6 @@
services:
n8n:
image: n8nio/n8n:2.23.0
image: n8nio/n8n:2.23.1
container_name: ${CONTAINER_NAME}
restart: always
user: 1000:1000
@@ -1,6 +1,6 @@
services:
prompt-optimizer:
image: linshen/prompt-optimizer:2.11.4
image: linshen/prompt-optimizer:2.11.5
container_name: ${CONTAINER_NAME}
restart: unless-stopped
ports: