62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Dash.",
|
|
"description": "Displays the graphs of an external Dash. instance inside of Homarr.",
|
|
"settings": {
|
|
"title": "Settings for Dash. widget",
|
|
"cpuMultiView": {
|
|
"label": "CPU Multi-Core View"
|
|
},
|
|
"storageMultiView": {
|
|
"label": "Storage Multi-Drive View"
|
|
},
|
|
"useCompactView": {
|
|
"label": "Use Compact View"
|
|
},
|
|
"graphs": {
|
|
"label": "Graphs"
|
|
},
|
|
"url": {
|
|
"label": "Dash. URL"
|
|
},
|
|
"usePercentages": {
|
|
"label": "Display percentages"
|
|
}
|
|
}
|
|
},
|
|
"card": {
|
|
"title": "Dash.",
|
|
"errors": {
|
|
"noService": "No Dash. service found. Please add one to your Homarr dashboard or set a Dash. URL in the module options",
|
|
"noInformation": "Cannot acquire information from dash. - are you running the latest version?",
|
|
"protocolDowngrade": {
|
|
"title": "Detected protocol downgrade",
|
|
"text": "The protocol to your Dash. instance is being downgraded. This is security risk, since HTTP is unencrypted and attackers could abuse this connection. Make sure that Dash. is running on HTTPS too or downgrade Homarr to HTTP (not recommended)."
|
|
}
|
|
},
|
|
"graphs": {
|
|
"storage": {
|
|
"title": "Storage",
|
|
"label": "Storage:"
|
|
},
|
|
"network": {
|
|
"title": "Network",
|
|
"label": "Network:",
|
|
"metrics": {
|
|
"download": "Down",
|
|
"upload": "Up"
|
|
}
|
|
},
|
|
"cpu": {
|
|
"title": "CPU"
|
|
},
|
|
"memory": {
|
|
"title": "RAM"
|
|
},
|
|
"gpu": {
|
|
"title": "GPU"
|
|
}
|
|
}
|
|
}
|
|
}
|