diff --git a/catalog.json b/catalog.json index 8976776083..0e762d1f17 100644 --- a/catalog.json +++ b/catalog.json @@ -15415,10 +15415,10 @@ "healthy_error": null, "home": "https://opencloud.eu", "location": "/__w/apps/apps/trains/community/opencloud", - "latest_version": "1.0.22", + "latest_version": "1.0.23", "latest_app_version": "3.7.0", - "latest_human_version": "3.7.0_1.0.22", - "last_update": "2025-11-30 19:12:19", + "latest_human_version": "3.7.0_1.0.23", + "last_update": "2025-12-01 09:44:38", "name": "opencloud", "recommended": false, "title": "OpenCloud", diff --git a/trains/community/opencloud/app_versions.json b/trains/community/opencloud/app_versions.json index 2ad38f34eb..819ddfbe8f 100644 --- a/trains/community/opencloud/app_versions.json +++ b/trains/community/opencloud/app_versions.json @@ -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" } } } \ No newline at end of file