Commit Graph

10 Commits

Author SHA1 Message Date
Akizon77
0dcdb89bb5 feat: 添加自定义HTTP客户端和WebSocket拨号器,支持TLS配置 2025-10-15 12:25:32 +08:00
9834a55e5d feat: 添加自定义 DNS 解析器 2025-09-13 02:05:00 +08:00
xdf
fb9828378b feat: 添加Cloudflare Access支持,允许通过请求头传递Client ID和Client Secret 2025-08-20 16:32:53 +09:00
Akizon77
75cec587e2 feat: 兼容旧版本面板 2025-08-05 03:27:02 +00:00
JohnsonRan
a0437e9b7b feat: add kernel version reporting for all platforms 2025-08-02 22:20:42 +08:00
Akizon77
9e35c5180e feat: 可以指定基础信息上报时间 2025-06-27 14:04:23 +08:00
Akizon77
d0052ff27d feat: 添加ping检测 2025-06-21 16:21:30 +08:00
Akizon77
2c0bd25d18 feat: 添加虚拟化检测功能 2025-05-26 19:23:24 +08:00
Akizon77
21b1b17e84 feat: 添加 GPU 名称获取功能 2025-05-26 19:12:02 +08:00
Akizon77
e34367de69 Refactor monitoring package: remove platform-specific files and consolidate OS detection and process counting logic
- Deleted os_windows.go and process_windows.go, replacing them with platform-agnostic implementations in unit directory.
- Removed Linux-specific process counting logic from process_linux.go and integrated it into unit.
- Consolidated uptime and OS name retrieval into unit files for better organization.
- Updated update mechanism to use global variables for current version and repository.
- Introduced command-line flags for configuration, including disabling auto-update and web SSH.
- Implemented WebSocket connection handling and terminal interaction for both Unix and Windows systems.
- Added basic info upload functionality to server package, enhancing monitoring capabilities.
2025-05-16 19:56:22 +08:00