Commit Graph

7 Commits

Author SHA1 Message Date
Peter Wood
6d726cb015 feat: Add base HTML template and implement dashboard, logs, and service views
- Created a base HTML template for consistent layout across pages.
- Developed a dashboard page to display backup service metrics and statuses.
- Implemented a log viewer for detailed log file inspection.
- Added error handling page for better user experience during failures.
- Introduced service detail page to show specific service metrics and actions.
- Enhanced log filtering and viewing capabilities.
- Integrated auto-refresh functionality for real-time updates on metrics.
- Created integration and unit test scripts for backup metrics functionality.
2025-06-18 08:06:08 -04:00
Peter Wood
58b5dea8b4 Refactor variable assignments and improve script readability in validate-plex-backups.sh and validate-plex-recovery.sh
- Changed inline variable assignments to separate declaration and assignment for clarity.
- Updated condition checks and log messages for better readability and consistency.
- Added a backup of validate-plex-recovery.sh for safety.
- Introduced a new script run-docker-tests.sh for testing setup in Docker containers.
- Enhanced ssh-login.sh to improve condition checks and logging functionality.
2025-06-05 17:14:02 -04:00
Peter Wood
be4f6a8d8c Commit local changes before merging with remote 2025-05-29 11:25:02 -04:00
Peter Wood
6eeaae32b1 fix: change log file extension from .log to .md in backup-media.sh 2025-03-13 20:07:14 +00:00
Peter Wood
c5eeae1b33 fix: remove unnecessary separator line from log_file_details in backup-media.sh 2025-03-13 16:05:52 -04:00
Peter Wood
75a8c782bb feat: enhance backup-media.sh with logging and additional backups for jellyseerr 2025-03-13 15:44:00 -04:00
Peter Wood
88f620a56e added script to pull the backups from various docker containers and save them to nas->media/backups 2025-02-25 14:49:22 +00:00