7 Commits

Author SHA1 Message Date
zsai001
a7b3f425ea add cli code 2025-12-08 20:31:42 +08:00
zsai001
efff762dc6 feat: 迁移到 Go 实现,移除 Rust 构建
- 添加 Go 版本的 server 和 agent 实现
- 移除 Rust 构建工作流 (release.yml)
- 更新 start-dev.sh 使用 Go 版本
- 更新 build-release.sh 使用 Go 版本
- 添加 FreeBSD 支持
- 添加 GitHub Actions 工作流用于 Go 构建和发布
- 支持多平台构建 (Linux, macOS, Windows, FreeBSD)
- 支持版本号注入到二进制文件
2025-12-03 00:35:35 +08:00
zsai001
d64f748cac feat: add Windows build support to CI
- Add build-windows job for x86_64 and ARM64 architectures
- Update release job to include Windows binaries
- Update release notes with Windows installation instructions
2025-12-02 21:26:18 +08:00
zsai001
e858832193 feat: add logos, improve UI smoothness, merge server settings
- Add official logos for cloud providers and OS distributions
- Add download-logos.py script to fetch official logos
- Improve Dashboard loading with skeleton and smooth animations
- Fix 'server not found' flash on ServerDetail page
- Merge local node and agent settings into unified Server Management
- Fix clipboard copy functionality for all contexts
- Add location display with country flags
- Change default view mode to grid
- Fix start-dev.sh to kill old services and reset password
- Add local node configuration support
2025-12-02 19:38:14 +08:00
zsai001
d8226eb9b3 fix: password hot reload and settings button navigation
- Password hot reload: login now reads latest hash from config file
- No server restart needed after --reset-password
- Fixed Dashboard settings button to navigate to /settings instead of /login
- Renamed binary from xprob-server to vstats-server
2025-12-02 14:48:21 +08:00
zsai001
12489f7c9a feat: major refactor and new features
- Refactor: Split main.rs into modules (config, db, types, handlers, websocket, collector, middleware, state)
- Feature: Add grid view for server list on Dashboard
- Feature: Add 1Y (yearly) time range for history charts
- Feature: Show local server metrics on Dashboard (no demo data)
- Feature: Light/Dark theme support with proper styling
- Fix: Auth token persistence across page refreshes
- Fix: Route parameter syntax for Axum 0.7
- Update: start-dev.sh now rebuilds frontend and backend
- Update: Better gitignore for runtime files
2025-12-01 22:27:14 +08:00
zsai001
541a220f98 fix: add static file serving and macOS support
- Server: Add static file serving with ServeDir
- Server: Improve web directory path resolution
- Server: Add fallback HTML when web assets not found
- Server: Rename config file to vstats-config.json
- Install script: Add macOS launchd service support
- Install script: Add macOS-specific commands and paths
- Add development scripts (start-dev.sh, test-local.sh)
- Enable tower util feature for service_fn
2025-12-01 21:13:39 +08:00