Initial Commit

This commit is contained in:
2026-06-11 11:50:50 -04:00
commit d4a69c41be
2748 changed files with 80489 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
{
"config": {
"step": {
"user": {
"description": "Set up TrueNAS integration.",
"data": {
"name": "Name of the integration",
"host": "Host",
"api_key": "API key",
"ssl": "Use SSL",
"verify_ssl": "Verify SSL certificate"
}
}
},
"error": {
"name_exists": "Name already exists.",
"no_response": "No response from host.",
"401": "No authorization for this endpoint.",
"404": "API not found on this host.",
"500": "Internal error."
}
}
}