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