Commit Graph

8 Commits

Author SHA1 Message Date
9834a55e5d feat: 添加自定义 DNS 解析器 2025-09-13 02:05:00 +08:00
Akizon77
10f2548868 feat: 添加自动发现功能及相关配置 2025-08-09 04:50:59 +00:00
Akizon77
b247a6ebee feat: 添加任务执行功能
fix: 版本解析逻辑
2025-06-04 17:20:39 +08:00
Akizon77
c60c811119 fix: 修改退出代码为42,以符合程序约定 2025-05-16 21:09:13 +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
Akizon77
a4b2c8e204 fix: 自动更新后不会自动重新启动 2025-05-06 21:25:42 +08:00
Akizon77
d4b66e86f9 feat: 自动更新 2025-04-29 21:26:50 +08:00
Akizon77
79d1760163 feat: 自动发布realease 2025-04-29 20:57:23 +08:00