Commit Graph

2 Commits

Author SHA1 Message Date
24b8257a1f docs: Add comprehensive README.md documentation
- Complete installation and setup instructions
- Feature overview and API documentation
- Configuration guide and troubleshooting
- File structure and development guidelines
- Security features and device integration info
2025-08-14 15:57:33 +03:00
42989aa8df Initial server monitoring system with port 80 support
Features:
- Device management and monitoring dashboard
- Remote command execution on devices via port 80
- Auto-update coordination for multiple devices
- Database reset functionality with safety confirmations
- Server logs filtering and dedicated logging interface
- Device status monitoring and management
- SQLite database for comprehensive logging
- Web interface with Bootstrap styling
- Comprehensive error handling and logging

Key components:
- server.py: Main Flask application with all routes
- templates/: Complete web interface templates
- data/database.db: SQLite database for device logs
- UPDATE_SUMMARY.md: Development progress documentation
2025-08-14 15:53:00 +03:00