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:
28
catalog.json
28
catalog.json
@@ -4112,10 +4112,10 @@
|
||||
"healthy_error": null,
|
||||
"home": "https://github.com/automatic-ripping-machine/automatic-ripping-machine",
|
||||
"location": "/__w/apps/apps/trains/community/automatic-ripping-machine",
|
||||
"latest_version": "1.0.40",
|
||||
"latest_version": "1.0.41",
|
||||
"latest_app_version": "2.21.0",
|
||||
"latest_human_version": "2.21.0_1.0.40",
|
||||
"last_update": "2025-11-24 11:05:19",
|
||||
"latest_human_version": "2.21.0_1.0.41",
|
||||
"last_update": "2025-11-24 11:24:55",
|
||||
"name": "automatic-ripping-machine",
|
||||
"recommended": false,
|
||||
"title": "Automatic Ripping Machine",
|
||||
@@ -5594,10 +5594,10 @@
|
||||
"healthy_error": null,
|
||||
"home": "https://bitcoin.org",
|
||||
"location": "/__w/apps/apps/trains/community/bitcoind",
|
||||
"latest_version": "1.0.22",
|
||||
"latest_app_version": "29.1",
|
||||
"latest_human_version": "29.1_1.0.22",
|
||||
"last_update": "2025-11-24 11:05:19",
|
||||
"latest_version": "1.0.23",
|
||||
"latest_app_version": "30.0",
|
||||
"latest_human_version": "30.0_1.0.23",
|
||||
"last_update": "2025-11-24 11:31:58",
|
||||
"name": "bitcoind",
|
||||
"recommended": false,
|
||||
"title": "Bitcoin Node",
|
||||
@@ -12093,10 +12093,10 @@
|
||||
"healthy_error": null,
|
||||
"home": "https://forgejo.org/",
|
||||
"location": "/__w/apps/apps/trains/community/forgejo-runner",
|
||||
"latest_version": "1.0.18",
|
||||
"latest_app_version": "11.3.1",
|
||||
"latest_human_version": "11.3.1_1.0.18",
|
||||
"last_update": "2025-11-24 11:05:19",
|
||||
"latest_version": "1.0.19",
|
||||
"latest_app_version": "12.0.1",
|
||||
"latest_human_version": "12.0.1_1.0.19",
|
||||
"last_update": "2025-11-24 11:31:58",
|
||||
"name": "forgejo-runner",
|
||||
"recommended": false,
|
||||
"title": "Forgejo Runner",
|
||||
@@ -17284,10 +17284,10 @@
|
||||
"healthy_error": null,
|
||||
"home": "https://hub.docker.com/r/asigra/ds-system",
|
||||
"location": "/__w/apps/apps/trains/enterprise/asigra-ds-system",
|
||||
"latest_version": "1.1.27",
|
||||
"latest_version": "1.1.28",
|
||||
"latest_app_version": "14.2.0.10",
|
||||
"latest_human_version": "14.2.0.10_1.1.27",
|
||||
"last_update": "2025-11-24 11:05:19",
|
||||
"latest_human_version": "14.2.0.10_1.1.28",
|
||||
"last_update": "2025-11-24 11:31:58",
|
||||
"name": "asigra-ds-system",
|
||||
"recommended": false,
|
||||
"title": "Asigra DS-System",
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"1.0.40": {
|
||||
"1.0.41": {
|
||||
"healthy": true,
|
||||
"supported": true,
|
||||
"healthy_error": null,
|
||||
"location": "/__w/apps/apps/trains/community/automatic-ripping-machine/1.0.40",
|
||||
"last_update": "2025-11-24 11:05:19",
|
||||
"location": "/__w/apps/apps/trains/community/automatic-ripping-machine/1.0.41",
|
||||
"last_update": "2025-11-24 11:24:55",
|
||||
"required_features": [],
|
||||
"human_version": "2.21.0_1.0.40",
|
||||
"version": "1.0.40",
|
||||
"human_version": "2.21.0_1.0.41",
|
||||
"version": "1.0.41",
|
||||
"app_metadata": {
|
||||
"app_version": "2.21.0",
|
||||
"capabilities": [
|
||||
@@ -76,7 +76,7 @@
|
||||
],
|
||||
"title": "Automatic Ripping Machine",
|
||||
"train": "community",
|
||||
"version": "1.0.40"
|
||||
"version": "1.0.41"
|
||||
},
|
||||
"schema": {
|
||||
"groups": [
|
||||
@@ -145,7 +145,7 @@
|
||||
"label": "Host Device",
|
||||
"schema": {
|
||||
"type": "path",
|
||||
"valid_chars": "/dev/sr[0-9]+",
|
||||
"valid_chars": "/dev/s[rg][0-9]+",
|
||||
"valid_chars_error": "Host device must be a valid CDROM device. Eg: /dev/sr0",
|
||||
"required": true
|
||||
}
|
||||
@@ -155,7 +155,7 @@
|
||||
"label": "Container Device",
|
||||
"schema": {
|
||||
"type": "path",
|
||||
"valid_chars": "/dev/sr[0-9]+",
|
||||
"valid_chars": "/dev/s[rg][0-9]+",
|
||||
"valid_chars_error": "Container device must be a valid CDROM device. Eg: /dev/sr0",
|
||||
"required": true
|
||||
}
|
||||
@@ -1509,7 +1509,7 @@
|
||||
],
|
||||
"title": "Automatic Ripping Machine",
|
||||
"train": "community",
|
||||
"version": "1.0.40"
|
||||
"version": "1.0.41"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"1.0.22": {
|
||||
"1.0.23": {
|
||||
"healthy": true,
|
||||
"supported": true,
|
||||
"healthy_error": null,
|
||||
"location": "/__w/apps/apps/trains/community/bitcoind/1.0.22",
|
||||
"last_update": "2025-11-24 11:05:19",
|
||||
"location": "/__w/apps/apps/trains/community/bitcoind/1.0.23",
|
||||
"last_update": "2025-11-24 11:31:58",
|
||||
"required_features": [],
|
||||
"human_version": "29.1_1.0.22",
|
||||
"version": "1.0.22",
|
||||
"human_version": "30.0_1.0.23",
|
||||
"version": "1.0.23",
|
||||
"app_metadata": {
|
||||
"app_version": "29.1",
|
||||
"app_version": "30.0",
|
||||
"capabilities": [],
|
||||
"categories": [
|
||||
"financial"
|
||||
@@ -50,7 +50,7 @@
|
||||
],
|
||||
"title": "Bitcoin Node",
|
||||
"train": "community",
|
||||
"version": "1.0.22"
|
||||
"version": "1.0.23"
|
||||
},
|
||||
"schema": {
|
||||
"groups": [
|
||||
@@ -1243,7 +1243,7 @@
|
||||
"readme": "<h1>Bitcoin Node</h1> <p>Run your personal node powered by <a href=\"https://bitcoincore.org/\">Bitcoin Core</a>.</p>",
|
||||
"changelog": null,
|
||||
"chart_metadata": {
|
||||
"app_version": "29.1",
|
||||
"app_version": "30.0",
|
||||
"capabilities": [],
|
||||
"categories": [
|
||||
"financial"
|
||||
@@ -1284,7 +1284,7 @@
|
||||
],
|
||||
"title": "Bitcoin Node",
|
||||
"train": "community",
|
||||
"version": "1.0.22"
|
||||
"version": "1.0.23"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"1.0.18": {
|
||||
"1.0.19": {
|
||||
"healthy": true,
|
||||
"supported": true,
|
||||
"healthy_error": null,
|
||||
"location": "/__w/apps/apps/trains/community/forgejo-runner/1.0.18",
|
||||
"last_update": "2025-11-24 11:05:19",
|
||||
"location": "/__w/apps/apps/trains/community/forgejo-runner/1.0.19",
|
||||
"last_update": "2025-11-24 11:31:58",
|
||||
"required_features": [],
|
||||
"human_version": "11.3.1_1.0.18",
|
||||
"version": "1.0.18",
|
||||
"human_version": "12.0.1_1.0.19",
|
||||
"version": "1.0.19",
|
||||
"app_metadata": {
|
||||
"app_version": "11.3.1",
|
||||
"app_version": "12.0.1",
|
||||
"capabilities": [],
|
||||
"categories": [
|
||||
"productivity"
|
||||
@@ -56,7 +56,7 @@
|
||||
],
|
||||
"title": "Forgejo Runner",
|
||||
"train": "community",
|
||||
"version": "1.0.18"
|
||||
"version": "1.0.19"
|
||||
},
|
||||
"schema": {
|
||||
"groups": [
|
||||
@@ -899,7 +899,7 @@
|
||||
"readme": "<h1>Forgejo Runner</h1> <p><a href=\"https://forgejo.org/docs/latest/admin/actions/runner-installation/\">Forgejo Runner</a> is a runner for Forgejo.</p>",
|
||||
"changelog": null,
|
||||
"chart_metadata": {
|
||||
"app_version": "11.3.1",
|
||||
"app_version": "12.0.1",
|
||||
"capabilities": [],
|
||||
"categories": [
|
||||
"productivity"
|
||||
@@ -946,7 +946,7 @@
|
||||
],
|
||||
"title": "Forgejo Runner",
|
||||
"train": "community",
|
||||
"version": "1.0.18"
|
||||
"version": "1.0.19"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"1.1.27": {
|
||||
"1.1.28": {
|
||||
"healthy": true,
|
||||
"supported": true,
|
||||
"healthy_error": null,
|
||||
"location": "/__w/apps/apps/trains/enterprise/asigra-ds-system/1.1.27",
|
||||
"last_update": "2025-11-24 11:05:19",
|
||||
"location": "/__w/apps/apps/trains/enterprise/asigra-ds-system/1.1.28",
|
||||
"last_update": "2025-11-24 11:31:58",
|
||||
"required_features": [],
|
||||
"human_version": "14.2.0.10_1.1.27",
|
||||
"version": "1.1.27",
|
||||
"human_version": "14.2.0.10_1.1.28",
|
||||
"version": "1.1.28",
|
||||
"app_metadata": {
|
||||
"annotations": {
|
||||
"min_scale_version": "24.10.2.2"
|
||||
@@ -79,7 +79,7 @@
|
||||
],
|
||||
"title": "Asigra DS-System",
|
||||
"train": "enterprise",
|
||||
"version": "1.1.27"
|
||||
"version": "1.1.28"
|
||||
},
|
||||
"schema": {
|
||||
"groups": [
|
||||
@@ -1276,7 +1276,7 @@
|
||||
],
|
||||
"title": "Asigra DS-System",
|
||||
"train": "enterprise",
|
||||
"version": "1.1.27"
|
||||
"version": "1.1.28"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user