ipmi-fan-control/backend
ImpulsiveFPS 3de9b38388 Update existing files for performance optimizations
- Refactor fan_control.py with SensorCollector class
- Update main.py endpoints to use cache-first approach
- Fix database models with proper indexes
- Fix SSH client to parse nested lm-sensors JSON
- Update Dashboard with server overview grid
- Update ServerDetail with fan curve integration
- Update API client with new endpoints
2026-02-01 22:20:05 +01:00
..
__init__.py Initial commit: IPMI Fan Control application 2026-02-01 15:55:16 +01:00
auth.py Fix TypeScript build errors - remove unused imports 2026-02-01 18:42:00 +01:00
cache.py Performance optimizations and dashboard redesign 2026-02-01 22:19:52 +01:00
config.py Initial commit: IPMI Fan Control application 2026-02-01 15:55:16 +01:00
database.py Update existing files for performance optimizations 2026-02-01 22:20:05 +01:00
fan_control.py Update existing files for performance optimizations 2026-02-01 22:20:05 +01:00
ipmi_client.py Fix TypeScript build errors - remove unused imports 2026-02-01 18:42:00 +01:00
main.py Update existing files for performance optimizations 2026-02-01 22:20:05 +01:00
requirements.txt Add SSH support for lm-sensors, dynamic fan detection, improved UI 2026-02-01 20:32:01 +01:00
run.py Fix TypeScript build errors - remove unused imports 2026-02-01 18:42:00 +01:00
schemas.py Add SSH support for lm-sensors, dynamic fan detection, improved UI 2026-02-01 20:32:01 +01:00
ssh_client.py Update existing files for performance optimizations 2026-02-01 22:20:05 +01:00