Some checks failed
🧪 Integration Testing / 🔧 Test Integration (2023.12.0, 3.11) (push) Successful in 2m11s
🧪 Integration Testing / 🔧 Test Integration (2023.12.0, 3.12) (push) Successful in 2m2s
🧪 Integration Testing / 🔧 Test Integration (2024.1.0, 3.11) (push) Successful in 1m4s
🧪 Integration Testing / 🔧 Test Integration (2024.1.0, 3.12) (push) Successful in 1m19s
🛡️ Code Quality & Security Check / 🔍 Code Quality Analysis (push) Failing after 56s
Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
27 lines
935 B
JSON
27 lines
935 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "AdGuard Control Hub",
|
|
"description": "Connect to your AdGuard Home instance for complete network control",
|
|
"data": {
|
|
"host": "AdGuard Home IP Address",
|
|
"port": "Port (usually 3000)",
|
|
"username": "Admin Username",
|
|
"password": "Admin Password",
|
|
"ssl": "Use HTTPS connection",
|
|
"verify_ssl": "Verify SSL certificate"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect to AdGuard Home. Check IP address, port, and credentials.",
|
|
"invalid_auth": "Invalid username or password. Please check your admin credentials.",
|
|
"unknown": "Unexpected error occurred. Please check logs for details."
|
|
},
|
|
"abort": {
|
|
"already_configured": "This AdGuard Home instance is already configured",
|
|
"cannot_connect": "Cannot connect to AdGuard Home"
|
|
}
|
|
}
|
|
} |