{ "id": "proxmox-backup-server", "name": "Proxmox Backup Server", "version": "1.0.0", "nexadashPluginApi": "1.0", "description": "Monitor Proxmox Backup Server datastores, jobs and backups.", "author": "NexaDash", "category": "Infrastructure", "permissions": ["network:outbound", "secrets:read"], "credentialsSchema": { "type": "object", "properties": { "api_token": { "type": "string", "title": "API Token", "format": "password" } }, "required": ["api_token"] }, "widgets": [ { "id": "pbs-overview", "name": "PBS Overview", "description": "Server status and datastore summary", "defaultWidth": 3, "defaultHeight": 2 }, { "id": "backup-job-status", "name": "Backup Job Status", "description": "Latest backup job results", "defaultWidth": 3, "defaultHeight": 2 }, { "id": "datastore-usage", "name": "Datastore Usage", "description": "Storage usage per datastore", "defaultWidth": 2, "defaultHeight": 2 }, { "id": "failed-backups", "name": "Failed Backups", "description": "Recent failed backup jobs", "defaultWidth": 3, "defaultHeight": 2 } ] }