mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-19 07:54:10 +00:00
- Grant enhanced Audit permissions to PBS tokens for system stats access - Create PBSCard component to display CPU, memory, disk, uptime metrics - Detect Docker PBS instances and show appropriate info without stats - Add adaptive node layout on dashboard for better scalability - Move PBS status card to Backups tab above frequency chart - Create CompactNodeCard for handling many nodes efficiently - Update PBS setup script to grant Audit role to both user and token This addresses the request in issue #259 to show PBS system stats on the dashboard. The implementation uses read-only Audit permissions to access the /nodes endpoint while maintaining security. Docker PBS instances are detected and handled gracefully since they cannot provide host system statistics. |
||
|---|---|---|
| .. | ||
| alerts.go | ||
| auth.go | ||
| config_handlers.go | ||
| diagnostics.go | ||
| frontend_embed.go | ||
| guest_metadata.go | ||
| middleware.go | ||
| notifications.go | ||
| ratelimit.go | ||
| router.go | ||
| security.go | ||
| security_setup_fix.go | ||
| settings.go | ||
| system_settings.go | ||
| updates.go | ||