mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-08 20:18:01 -05:00
Update catalog changes [skip ci]
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user