Skip to content

Commit 86bedf2

Browse files
committed
feat(cloud): 新增容器日志查看和云资源状态同步功能
- 添加容器日志 WebSocket 连接功能,支持实时查看容器日志 - 新增定时任务自动同步所有算力节点的容器和镜像状态 - 优化 WebSocket 中间件处理,避免对 WebSocket 连接进行不必要的拦截 - 修复 WebSSH 终端连接中的并发问题,优化消息处理逻辑 - 前端添加日志查看组件和界面,完善云资源管理功能
1 parent 314d92d commit 86bedf2

46 files changed

Lines changed: 7326 additions & 97 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"mcp__GVA_Helper__gva_execute"
5+
]
6+
}
7+
}

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<div align="center">
44

5-
![LoRAForge Logo](docs/gin-vue-admin.png)
6-
75
基于 Gin-Vue-Admin 框架开发的一站式云资源管理系统
86

97
[![Go](https://img.shields.io/badge/Go-1.23+-00ADD8?style=flat&logo=go)](https://golang.org/)

0 commit comments

Comments
 (0)