Add common troubleshooting prompt on button

This commit is contained in:
Tagaishi
2023-09-11 02:58:05 +02:00
parent 331ce51085
commit 3c015d297b
2 changed files with 54 additions and 5 deletions

View File

@@ -13,7 +13,18 @@
},
"internalAddress": {
"label": "Internal address",
"description": "Internal IP-address of the app."
"description": "Internal IP-address of the app.",
"troubleshoot": {
"label": "Common Troubleshooting",
"header": "This is a list of commonly made mistake and troubleshooting:",
"lines": {
"nothingAfterPort": "You should, in most if not all cases, not input anything after the port, even the '/admin' for pihole.",
"protocolCheck": "Always make sure that the URL is preceded by http or https, and to make sure you are using the right one.",
"iframe": "When it comes to iframes, those should always be using the same protocol (http/s) as Homarr.",
"clearCache": "Some informations are registered in cache, so an integration might not work unless you clear the cache in Homarr's general options."
},
"footer": "For more troubleshooting, reach out on our {{discord}}."
}
},
"externalAddress": {
"label": "External address",