ProxMox Pulse v1.1.0
Major Changes
- Refactored screenshot functionality to mock data generation
- Updated server to bind to 0.0.0.0 for remote access
- Added development server access instructions to README
- Improved network rate smoothing with spike detection and weighted averages
Documentation Improvements
- Added resources.png screenshot to README
- Ensured consistency in token naming examples throughout README
- Clarified Privilege Separation explanation in README
- Updated README to mention ProxMox web UI shell option
- Added ProxMox API token creation instructions to README
- Updated README to focus on easy Docker setup
- Added Docker Compose deployment instructions to README
Bug Fixes
- Implemented moving average for network rates to reduce fluctuations
- Improved logger to handle binary data and large objects
- Reordered API routes to ensure they are defined before catch-all route
- Used environment variable for API timeout in all components
- Enhanced ProxmoxClient with configurable timeouts and improved error handling
- Multiplied CPU values by 100 to convert from decimal to percentage
- Added unknown status to ProxmoxContainer type