mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-19 22:12:15 +01:00
119 lines
2.9 KiB
JSON
119 lines
2.9 KiB
JSON
{
|
|
"descriptor": {
|
|
"name": "Dash.",
|
|
"description": "Displays the graphs of an external Dash. Instance inside Homarr.",
|
|
"settings": {
|
|
"title": "Settings for Dash. widget",
|
|
"dashName": {
|
|
"label": "Dash. Name"
|
|
},
|
|
"url": {
|
|
"label": "Dash. URL"
|
|
},
|
|
"usePercentages": {
|
|
"label": "Display percentages"
|
|
},
|
|
"columns": {
|
|
"label": "Display columns"
|
|
},
|
|
"graphHeight": {
|
|
"label": "Height of graphs"
|
|
},
|
|
"graphsOrder": {
|
|
"label": "Graphs (Order)",
|
|
"storage": {
|
|
"label": "Storage",
|
|
"enabled": {
|
|
"label": "Show in widget"
|
|
},
|
|
"span": {
|
|
"label": "Column span"
|
|
},
|
|
"compactView": {
|
|
"label": "Show as text (compact)"
|
|
},
|
|
"multiView": {
|
|
"label": "Show as multi-drive-view"
|
|
}
|
|
},
|
|
"network": {
|
|
"label": "Network",
|
|
"enabled": {
|
|
"label": "Show in widget"
|
|
},
|
|
"span": {
|
|
"label": "Column span"
|
|
},
|
|
"compactView": {
|
|
"label": "Show as text (compact)"
|
|
}
|
|
},
|
|
"cpu": {
|
|
"label": "CPU",
|
|
"enabled": {
|
|
"label": "Show in widget"
|
|
},
|
|
"span": {
|
|
"label": "Column span"
|
|
},
|
|
"multiView": {
|
|
"label": "Show as multi-core-view"
|
|
}
|
|
},
|
|
"ram": {
|
|
"label": "RAM",
|
|
"enabled": {
|
|
"label": "Show in widget"
|
|
},
|
|
"span": {
|
|
"label": "Column span"
|
|
}
|
|
},
|
|
"gpu": {
|
|
"label": "GPU",
|
|
"enabled": {
|
|
"label": "Show in widget"
|
|
},
|
|
"span": {
|
|
"label": "Column span"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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 connection to your Dash. instance is using HTTP. This is a security risk, because HTTP is unencrypted and attackers could abuse this connection. Make sure that Dash. is using HTTPS, 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"
|
|
},
|
|
"ram": {
|
|
"title": "RAM"
|
|
},
|
|
"gpu": {
|
|
"title": "GPU"
|
|
}
|
|
}
|
|
}
|
|
}
|