Add Proxmox widget

This commit is contained in:
Jason Fischer
2022-10-04 21:46:48 -07:00
parent 88c774339d
commit a9fb458f19
6 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
import credentialedProxyHandler from "utils/proxy/handlers/credentialed";
const widget = {
api: "{url}/api2/json/{endpoint}",
proxyHandler: credentialedProxyHandler,
mappings: {
"cluster/resources": {
endpoint: "cluster/resources",
},
},
};
export default widget;