mirror of
https://github.com/acedanger/shell.git
synced 2025-12-06 07:50:11 -08:00
- 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.
13 lines
401 B
JSON
13 lines
401 B
JSON
{
|
|
"service": "immich",
|
|
"description": "Immich photo management backup",
|
|
"backup_path": "/mnt/share/media/backups/immich",
|
|
"status": "running",
|
|
"start_time": "2025-06-18T05:10:00-04:00",
|
|
"start_timestamp": 1750238400,
|
|
"current_operation": "Backing up database",
|
|
"files_processed": 1,
|
|
"total_size_bytes": 524288000,
|
|
"last_updated": "2025-06-18T05:12:15-04:00",
|
|
"hostname": "book"
|
|
} |