Commit Graph

3 Commits

Author SHA1 Message Date
3a1a015594 fix: Correct formatting in SUMMARY.md for improved readability
- Adjusted the layout of the Kiosk-Mode section in SUMMARY.md to ensure consistent alignment and presentation.
- Enhanced clarity of network architecture representation in the documentation.
2025-05-25 21:00:22 +02:00
0d5b87f163 feat: Implement SSL support and kiosk mode enhancements
- Added SSL configuration to the backend, including self-signed certificate generation and management.
- Updated `setup_myp.sh` to create SSL certificates during installation.
- Enhanced `app.py` to support SSL context for secure communication.
- Introduced a new SSL management menu in the setup script for easier certificate handling.
- Updated frontend API calls to use HTTPS for secure data transmission.
- Implemented kiosk mode features, including automatic browser launch with SSL support.
- Improved documentation in `SUMMARY.md` to reflect new features and network topology changes.
2025-05-25 20:59:13 +02:00
af3761707a feat: Refactor backend security and user management features
- Implemented additional security measures in `app.py` to enhance CSRF protection.
- Updated user model to include new fields for improved user management.
- Enhanced logging setup for better tracking and debugging capabilities.
- Streamlined job scheduler with new uptime tracking features for improved performance.
2025-05-25 20:41:35 +02:00