Compare commits

...

8 Commits

Author SHA1 Message Date
arch3rPro 4d179b5275 feat(craft-agents): 升级 craft-agents 到 0.8.11 版本
删除 0.8.7 版本相关文件并添加 0.8.11 版本的配置文件
更新 docker-compose 配置和国际化表单字段
2026-04-23 11:11:30 +08:00
arch3rPro 92cecbebf4 feat: update safeline 9.3.5 2026-04-23 11:02:33 +08:00
arch3rPro 9bc82a9fee feat: update linkwarden 2.14.1 2026-04-23 11:01:19 +08:00
arch3rPro ee7a3a1a24 feat: update safeline 9.3.5 2026-04-23 05:32:55 +08:00
arch3rPro 23c402d7fd feat: update nocodb 2026.04.2 2026-04-23 05:32:23 +08:00
arch3rPro 7e582f3896 feat: update new-api 0.12.15-allinone 2026-04-23 05:31:54 +08:00
arch3rPro 7421a40ddb feat: update new-api 0.12.15 2026-04-23 05:31:43 +08:00
arch3rPro dfcf4aa745 feat: update n8n-zh 2.18.1 2026-04-23 05:31:32 +08:00
20 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -354,7 +354,7 @@ docker run -d --name=nginx -p 80:80 nginx:latest
自托管协作书签管理工具,支持网页归档和团队协作
<kbd>2.14.0</kbd> • [官网链接](https://github.com/linkwarden/linkwarden)
<kbd>2.14.1</kbd> • [官网链接](https://github.com/linkwarden/linkwarden)
</td>
</tr>
@@ -424,7 +424,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
开源Airtable替代品,将任何数据库转换为智能电子表格
<kbd>2026.04.1</kbd> • [官网链接](https://github.com/nocodb/nocodb)
<kbd>2026.04.2</kbd> • [官网链接](https://github.com/nocodb/nocodb)
</td>
<td width="33%" align="center">
@@ -582,7 +582,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🍥 新一代大模型网关与AI资产管理系统,支持多种模型统一调用
<kbd>0.12.14-allinone</kbd> • [官网链接](https://docs.newapi.pro/)
<kbd>0.12.15-allinone</kbd> • [官网链接](https://docs.newapi.pro/)
</td>
<td width="33%" align="center">
@@ -729,7 +729,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
<kbd>2.18.0</kbd> • [官网链接](https://n8n.io/)
<kbd>2.18.1</kbd> • [官网链接](https://n8n.io/)
</td>
</tr>
@@ -1,6 +1,6 @@
services:
craft-agents:
image: ghcr.io/lukilabs/craft-agents-server:0.8.7
image: ghcr.io/lukilabs/craft-agents-server:0.8.11
container_name: ${CONTAINER_NAME}
restart: always
networks:
@@ -1,6 +1,6 @@
services:
linkwarden:
image: ghcr.io/linkwarden/linkwarden:v2.14.0
image: ghcr.io/linkwarden/linkwarden:v2.14.1
container_name: ${CONTAINER_NAME}
restart: always
ports:
@@ -1,6 +1,6 @@
services:
n8n:
image: n8nio/n8n:2.18.0
image: n8nio/n8n:2.18.1
container_name: ${CONTAINER_NAME}
restart: always
user: 1000:1000
@@ -1,6 +1,6 @@
services:
new-api:
image: calciumion/new-api:v0.12.14
image: calciumion/new-api:v0.12.15
container_name: ${CONTAINER_NAME}
restart: always
ports:
@@ -1,6 +1,6 @@
services:
new-api:
image: calciumion/new-api:v0.12.14
image: calciumion/new-api:v0.12.15
container_name: ${CONTAINER_NAME}
restart: always
ports:
@@ -1,6 +1,6 @@
services:
nocodb:
image: nocodb/nocodb:2026.04.1
image: nocodb/nocodb:2026.04.2
container_name: ${CONTAINER_NAME}
restart: always
networks:
+2 -2
View File
@@ -69,7 +69,7 @@ services:
networks:
1panel-network:
ipv4_address: ${SUBNET_PREFIX}.237
image: chaitin/safeline-luigi:9.3.3
image: chaitin/safeline-luigi:9.3.5
volumes:
- /etc/localtime:/etc/localtime:ro
- ${SAFELINE_DIR}/resources/luigi:/app/data
@@ -90,7 +90,7 @@ services:
networks:
1panel-network:
ipv4_address: ${SUBNET_PREFIX}.238
image: chaitin/safeline-fvm:9.3.3
image: chaitin/safeline-fvm:9.3.5
volumes:
- /etc/localtime:/etc/localtime:ro
logging: