mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
Compare commits
11 Commits
300b4fd8da
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e8822d711a | ||
|
|
365e7c710a | ||
|
|
3a3123cf99 | ||
|
|
3af85df816 | ||
|
|
01c003495d | ||
|
|
3df51564ef | ||
|
|
9f19223ab7 | ||
|
|
e247555ec3 | ||
|
|
ddb4652d65 | ||
|
|
710a218489 | ||
|
|
f18bb659fd |
12
README.md
12
README.md
@@ -424,7 +424,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
开源Airtable替代品,将任何数据库转换为智能电子表格
|
开源Airtable替代品,将任何数据库转换为智能电子表格
|
||||||
|
|
||||||
<kbd>0.301.5</kbd> • [官网链接](https://github.com/nocodb/nocodb)
|
<kbd>2026.04.0</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.8</kbd> • [官网链接](https://docs.newapi.pro/)
|
<kbd>0.12.9</kbd> • [官网链接](https://docs.newapi.pro/)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
@@ -623,7 +623,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
🔮 开源可视化AI工作流构建平台,拖拽式设计LLM应用
|
🔮 开源可视化AI工作流构建平台,拖拽式设计LLM应用
|
||||||
|
|
||||||
<kbd>3.1.1</kbd> • [官网链接](https://github.com/FlowiseAI/Flowise)
|
<kbd>3.1.2</kbd> • [官网链接](https://github.com/FlowiseAI/Flowise)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
@@ -635,7 +635,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
🔍 模型上下文协议调试工具,支持MCP服务器测试与开发
|
🔍 模型上下文协议调试工具,支持MCP服务器测试与开发
|
||||||
|
|
||||||
<kbd>0.21.1</kbd> • [官网链接](https://github.com/modelcontextprotocol/inspector)
|
<kbd>0.21.2</kbd> • [官网链接](https://github.com/modelcontextprotocol/inspector)
|
||||||
|
|
||||||
</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.16.0</kbd> • [官网链接](https://n8n.io/)
|
<kbd>2.17.0</kbd> • [官网链接](https://n8n.io/)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -787,7 +787,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
|||||||
|
|
||||||
🔗 CLIProxyAPI Plus 代理API服务
|
🔗 CLIProxyAPI Plus 代理API服务
|
||||||
|
|
||||||
<kbd>6.9.9-0</kbd> • [官网链接](https://github.com/router-for-me/CLIProxyAPIPlus)
|
<kbd>6.9.23-0</kbd> • [官网链接](https://github.com/router-for-me/CLIProxyAPIPlus)
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" align="center">
|
<td width="33%" align="center">
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
services:
|
services:
|
||||||
axonhub:
|
axonhub:
|
||||||
image: looplj/axonhub:v0.9.31
|
image: looplj/axonhub:v0.9.32
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:8090"
|
- ${PANEL_APP_PORT_HTTP}:8090
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/data
|
- ./data:/data
|
||||||
environment:
|
environment:
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
- AXONHUB_DB_DIALECT=sqlite3
|
- AXONHUB_DB_DIALECT=sqlite3
|
||||||
- AXONHUB_DB_DSN=file:/data/axonhub.db?cache=shared&_fk=1&pragma=journal_mode(WAL)
|
- AXONHUB_DB_DSN=file:/data/axonhub.db?cache=shared&_fk=1&pragma=journal_mode(WAL)
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
@@ -1,17 +1,17 @@
|
|||||||
services:
|
services:
|
||||||
cliproxyapi-plus:
|
cliproxyapi-plus:
|
||||||
image: eceasy/cli-proxy-api-plus:v6.9.9-0
|
image: eceasy/cli-proxy-api-plus:v6.9.23-0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:8317"
|
- ${PANEL_APP_PORT_HTTP}:8317
|
||||||
- "${PANEL_APP_PORT_PROXY}:8085"
|
- ${PANEL_APP_PORT_PROXY}:8085
|
||||||
- "${PANEL_APP_PORT_1455}:1455"
|
- ${PANEL_APP_PORT_1455}:1455
|
||||||
- "${PANEL_APP_PORT_54545}:54545"
|
- ${PANEL_APP_PORT_54545}:54545
|
||||||
- "${PANEL_APP_PORT_51121}:51121"
|
- ${PANEL_APP_PORT_51121}:51121
|
||||||
- "${PANEL_APP_PORT_11451}:11451"
|
- ${PANEL_APP_PORT_11451}:11451
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/config.yaml:/CLIProxyAPI/config.yaml
|
- ./data/config.yaml:/CLIProxyAPI/config.yaml
|
||||||
- ./data/auths:/root/.cli-proxy-api
|
- ./data/auths:/root/.cli-proxy-api
|
||||||
@@ -19,8 +19,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: Apps
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
craft-agents:
|
craft-agents:
|
||||||
image: ghcr.io/lukilabs/craft-agents-server:0.8.5
|
image: ghcr.io/lukilabs/craft-agents-server:0.8.7
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
flowise:
|
flowise:
|
||||||
image: flowiseai/flowise:3.1.1
|
image: flowiseai/flowise:3.1.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
inspector:
|
inspector:
|
||||||
image: ghcr.io/modelcontextprotocol/inspector:0.21.1
|
image: ghcr.io/modelcontextprotocol/inspector:0.21.2
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
litellm:
|
litellm:
|
||||||
image: ghcr.io/berriai/litellm:v1.83.0-nightly
|
image: ghcr.io/berriai/litellm:v1.83.3-stable
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
#########################################
|
#########################################
|
||||||
## Uncomment these lines to start proxy with a config.yaml file ##
|
## Uncomment these lines to start proxy with a config.yaml file ##
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
n8n:
|
n8n:
|
||||||
image: n8nio/n8n:2.16.0
|
image: n8nio/n8n:2.17.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
new-api:
|
new-api:
|
||||||
image: calciumion/new-api:v0.12.2
|
image: calciumion/new-api:v0.12.9
|
||||||
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.8
|
image: calciumion/new-api:v0.12.9
|
||||||
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:0.301.5
|
image: nocodb/nocodb:2026.04.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
Reference in New Issue
Block a user