Add warning for downgrading dash. url protocol

This commit is contained in:
Manuel
2023-02-06 20:52:36 +01:00
parent ebd0802003
commit 58d42ea00c
2 changed files with 31 additions and 11 deletions

View File

@@ -28,7 +28,11 @@
"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?"
"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": {