mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-06-10 08:31:37 +08:00
Compare commits
3 Commits
bd2e75549c
...
148a41f21e
| Author | SHA1 | Date | |
|---|---|---|---|
| 148a41f21e | |||
| b8a32d0018 | |||
| 9f43049fb8 |
@@ -803,7 +803,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🍥 AI API 网关平台,支持订阅配额分发、API Key 管理、计费和负载均衡
|
||||
|
||||
<kbd>0.1.133</kbd> • [官网链接](https://sub2api.org)
|
||||
<kbd>0.1.134</kbd> • [官网链接](https://sub2api.org)
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
@@ -844,7 +844,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🚀 免费 AI 路由器和 Token 节省工具
|
||||
|
||||
<kbd>0.4.66</kbd> • [官网链接](https://9router.com)
|
||||
<kbd>0.4.71</kbd> • [官网链接](https://9router.com)
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
@@ -938,7 +938,7 @@ AI驱动的开源代码知识库与文档协作平台,支持多模型、多数
|
||||
|
||||
🧭 Hermes Agent 的全功能 Web 管理面板
|
||||
|
||||
<kbd>0.6.10</kbd> • [官网链接](https://github.com/EKKOLearnAI/hermes-web-ui)
|
||||
<kbd>0.6.11</kbd> • [官网链接](https://github.com/EKKOLearnAI/hermes-web-ui)
|
||||
|
||||
</td>
|
||||
<td width="33%" align="center">
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- DATA_DIR=/app/data
|
||||
- PORT=20128
|
||||
- HOSTNAME=0.0.0.0
|
||||
image: decolua/9router:0.4.66
|
||||
image: decolua/9router:0.4.71
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
+1
-1
@@ -20,7 +20,7 @@ services:
|
||||
createdBy: "Apps"
|
||||
hermes-webui:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: ekkoye8888/hermes-web-ui:v0.6.10
|
||||
image: ekkoye8888/hermes-web-ui:v0.6.11
|
||||
entrypoint: ["node", "dist/server/index.js"]
|
||||
restart: always
|
||||
networks:
|
||||
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
sub2api:
|
||||
image: weishaw/sub2api:0.1.133
|
||||
image: weishaw/sub2api:0.1.134
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
Reference in New Issue
Block a user