mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-13 10:48:18 +08:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d179b5275 | |||
| 92cecbebf4 | |||
| 9bc82a9fee | |||
| ee7a3a1a24 | |||
| 23c402d7fd | |||
| 7e582f3896 | |||
| 7421a40ddb | |||
| dfcf4aa745 |
@@ -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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -424,7 +424,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
开源Airtable替代品,将任何数据库转换为智能电子表格
|
开源Airtable替代品,将任何数据库转换为智能电子表格
|
||||||
|
|
||||||
<kbd>2026.04.1</kbd> • [官网链接](https://github.com/nocodb/nocodb)
|
<kbd>2026.04.2</kbd> • [官网链接](https://github.com/nocodb/nocodb)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
@@ -582,7 +582,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
🍥 新一代大模型网关与AI资产管理系统,支持多种模型统一调用
|
🍥 新一代大模型网关与AI资产管理系统,支持多种模型统一调用
|
||||||
|
|
||||||
<kbd>0.12.14-allinone</kbd> • [官网链接](https://docs.newapi.pro/)
|
<kbd>0.12.15-allinone</kbd> • [官网链接](https://docs.newapi.pro/)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
@@ -729,7 +729,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
|
🔄 n8n汉化版,具有原生AI能力的Fair-code工作流自动化平台
|
||||||
|
|
||||||
<kbd>2.18.0</kbd> • [官网链接](https://n8n.io/)
|
<kbd>2.18.1</kbd> • [官网链接](https://n8n.io/)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
craft-agents:
|
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}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
linkwarden:
|
linkwarden:
|
||||||
image: ghcr.io/linkwarden/linkwarden:v2.14.0
|
image: ghcr.io/linkwarden/linkwarden:v2.14.1
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
image: n8nio/n8n:2.18.0
|
image: n8nio/n8n:2.18.1
|
||||||
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:
|
||||||
new-api:
|
new-api:
|
||||||
image: calciumion/new-api:v0.12.14
|
image: calciumion/new-api:v0.12.15
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
new-api:
|
new-api:
|
||||||
image: calciumion/new-api:v0.12.14
|
image: calciumion/new-api:v0.12.15
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
nocodb:
|
nocodb:
|
||||||
image: nocodb/nocodb:2026.04.1
|
image: nocodb/nocodb:2026.04.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
@@ -69,7 +69,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.237
|
ipv4_address: ${SUBNET_PREFIX}.237
|
||||||
image: chaitin/safeline-luigi:9.3.3
|
image: chaitin/safeline-luigi:9.3.5
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
- ${SAFELINE_DIR}/resources/luigi:/app/data
|
||||||
@@ -90,7 +90,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
ipv4_address: ${SUBNET_PREFIX}.238
|
ipv4_address: ${SUBNET_PREFIX}.238
|
||||||
image: chaitin/safeline-fvm:9.3.3
|
image: chaitin/safeline-fvm:9.3.5
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
logging:
|
logging:
|
||||||
|
|||||||
Reference in New Issue
Block a user