{ "id": "zoraxy", "name": "Zoraxy", "version": "1.0.0", "nexadashPluginApi": "1.0", "description": "Reverse proxy hosts, TLS status and backend health.", "author": "NexaDash", "category": "Network", "permissions": ["network:outbound", "secrets:read"], "credentialsSchema": { "type": "object", "properties": { "api_key": { "type": "string", "title": "API Key", "format": "password" } }, "required": ["api_key"] }, "widgets": [ { "id": "proxy-overview", "name": "Proxy Overview", "description": "List of proxy hosts", "defaultWidth": 3, "defaultHeight": 2 }, { "id": "tls-expiry", "name": "TLS Expiry", "description": "TLS certificate expiration dates", "defaultWidth": 2, "defaultHeight": 2 }, { "id": "backend-health", "name": "Backend Health", "description": "Upstream health checks", "defaultWidth": 2, "defaultHeight": 2 } ] }