2022-08-22 09:50:54 +02:00
{
2022-08-24 19:51:54 +02:00
"descriptor" : {
"name" : "Dash." ,
2023-02-25 06:15:33 +09:00
"description" : "Displays the graphs of an external Dash. Instance inside Homarr." ,
2022-08-24 19:51:54 +02:00
"settings" : {
2022-12-18 22:58:00 +01:00
"title" : "Settings for Dash. widget" ,
2023-04-25 13:37:49 -04:00
"dashName" : {
"label" : "Dash. Name"
} ,
2022-08-24 19:51:54 +02:00
"url" : {
"label" : "Dash. URL"
2023-01-31 20:12:03 +01:00
} ,
"usePercentages" : {
"label" : "Display percentages"
2023-02-14 13:01:12 +01:00
} ,
"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"
}
}
2022-08-24 19:51:54 +02:00
}
}
} ,
2022-08-22 09:50:54 +02:00
"card" : {
2022-08-28 16:28:17 +02:00
"title" : "Dash." ,
"errors" : {
"noService" : "No Dash. service found. Please add one to your Homarr dashboard or set a Dash. URL in the module options" ,
2023-02-06 20:52:36 +01:00
"noInformation" : "Cannot acquire information from dash. - are you running the latest version?" ,
"protocolDowngrade" : {
"title" : "Detected protocol downgrade" ,
2023-02-25 06:15:33 +09:00
"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)."
2023-02-06 20:52:36 +01:00
}
2022-08-28 16:28:17 +02:00
} ,
"graphs" : {
"storage" : {
"title" : "Storage" ,
"label" : "Storage:"
} ,
"network" : {
"title" : "Network" ,
"label" : "Network:" ,
"metrics" : {
"download" : "Down" ,
"upload" : "Up"
2022-08-22 09:50:54 +02:00
}
2022-08-28 16:28:17 +02:00
} ,
"cpu" : {
"title" : "CPU"
} ,
2023-02-14 13:01:12 +01:00
"ram" : {
2022-08-28 16:28:17 +02:00
"title" : "RAM"
} ,
"gpu" : {
"title" : "GPU"
2022-08-22 09:50:54 +02:00
}
2022-08-28 16:28:17 +02:00
}
}
2022-12-18 22:58:00 +01:00
}