Update catalog changes [skip ci]

This commit is contained in:
sonicaj
2025-12-01 09:46:04 +00:00
parent c0ec5a4d1f
commit 3524995736
2 changed files with 33 additions and 10 deletions

View File

@@ -1,13 +1,13 @@
{
"1.0.22": {
"1.0.23": {
"healthy": true,
"supported": true,
"healthy_error": null,
"location": "/__w/apps/apps/trains/community/opencloud/1.0.22",
"last_update": "2025-11-30 19:12:19",
"location": "/__w/apps/apps/trains/community/opencloud/1.0.23",
"last_update": "2025-12-01 09:44:38",
"required_features": [],
"human_version": "3.7.0_1.0.22",
"version": "1.0.22",
"human_version": "3.7.0_1.0.23",
"version": "1.0.23",
"app_metadata": {
"app_version": "3.7.0",
"capabilities": [],
@@ -58,7 +58,7 @@
],
"title": "OpenCloud",
"train": "community",
"version": "1.0.22"
"version": "1.0.23"
},
"schema": {
"groups": [
@@ -247,6 +247,29 @@
],
"default": false
}
},
{
"variable": "jwt_secret",
"label": "JWT Secret",
"description": "The JWT secret for OnlyOffice authentication. It must match the secret configured in the OnlyOffice server.",
"schema": {
"type": "string",
"show_if": [
[
"enabled",
"=",
true
],
[
"type",
"=",
"onlyoffice"
]
],
"default": "",
"private": true,
"required": true
}
}
]
}
@@ -1601,7 +1624,7 @@
],
"title": "OpenCloud",
"train": "community",
"version": "1.0.22"
"version": "1.0.23"
}
}
}