From 7b139fa763b490b81a68099546c71472809e7bd3 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:24:19 +0100 Subject: [PATCH] fix(json): correct updateable flags for 11 apps with working update scripts (#9777) Changed updateable from false to true for: - aria2 (apt-get update/upgrade) - casaos (apt-get update/upgrade) - daemonsync (apt-get update/upgrade) - iobroker (apt update/upgrade) - librenms (daily.sh update) - meshcentral (apt update/upgrade) - nextcloudpi (apt update/upgrade) - podman (apt update/upgrade) - tasmoadmin (apt update/upgrade) - wazuh (apt-get update/upgrade) - whisparr (apt update/upgrade) --- frontend/public/json/aria2.json | 2 +- frontend/public/json/casaos.json | 2 +- frontend/public/json/daemonsync.json | 2 +- frontend/public/json/iobroker.json | 2 +- frontend/public/json/librenms.json | 2 +- frontend/public/json/meshcentral.json | 2 +- frontend/public/json/nextcloudpi.json | 2 +- frontend/public/json/podman.json | 2 +- frontend/public/json/tasmoadmin.json | 2 +- frontend/public/json/wazuh.json | 2 +- frontend/public/json/whisparr.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/public/json/aria2.json b/frontend/public/json/aria2.json index 268ccc5bd..263994de7 100644 --- a/frontend/public/json/aria2.json +++ b/frontend/public/json/aria2.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 6880, "documentation": "https://aria2.github.io/manual/en/html/index.html", diff --git a/frontend/public/json/casaos.json b/frontend/public/json/casaos.json index ad9b92cef..211f23abb 100644 --- a/frontend/public/json/casaos.json +++ b/frontend/public/json/casaos.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 80, "documentation": "https://wiki.casaos.io/en/home", diff --git a/frontend/public/json/daemonsync.json b/frontend/public/json/daemonsync.json index 7a22347f4..7fff37ae1 100644 --- a/frontend/public/json/daemonsync.json +++ b/frontend/public/json/daemonsync.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 8084, "documentation": null, diff --git a/frontend/public/json/iobroker.json b/frontend/public/json/iobroker.json index d74e50f09..70b62069f 100644 --- a/frontend/public/json/iobroker.json +++ b/frontend/public/json/iobroker.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 8081, "documentation": "https://www.iobroker.net/#en/documentation", diff --git a/frontend/public/json/librenms.json b/frontend/public/json/librenms.json index b135ff5e2..8f9ba550c 100644 --- a/frontend/public/json/librenms.json +++ b/frontend/public/json/librenms.json @@ -6,7 +6,7 @@ ], "date_created": "2025-11-14", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 80, "documentation": "https://docs.librenms.org/", diff --git a/frontend/public/json/meshcentral.json b/frontend/public/json/meshcentral.json index 1aa156848..94d072fe1 100644 --- a/frontend/public/json/meshcentral.json +++ b/frontend/public/json/meshcentral.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 80, "documentation": "https://ylianst.github.io/MeshCentral/", diff --git a/frontend/public/json/nextcloudpi.json b/frontend/public/json/nextcloudpi.json index 9a360517f..7ab9bcab3 100644 --- a/frontend/public/json/nextcloudpi.json +++ b/frontend/public/json/nextcloudpi.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 4443, "documentation": "https://docs.nextcloudpi.com/", diff --git a/frontend/public/json/podman.json b/frontend/public/json/podman.json index 234bf5e2b..572711742 100644 --- a/frontend/public/json/podman.json +++ b/frontend/public/json/podman.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": null, "documentation": "https://podman.io/docs", diff --git a/frontend/public/json/tasmoadmin.json b/frontend/public/json/tasmoadmin.json index 559e54340..235163ade 100644 --- a/frontend/public/json/tasmoadmin.json +++ b/frontend/public/json/tasmoadmin.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 9999, "documentation": null, diff --git a/frontend/public/json/wazuh.json b/frontend/public/json/wazuh.json index e4e253b56..feb5cc541 100644 --- a/frontend/public/json/wazuh.json +++ b/frontend/public/json/wazuh.json @@ -6,7 +6,7 @@ ], "date_created": "2025-03-24", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 443, "documentation": "https://documentation.wazuh.com/", diff --git a/frontend/public/json/whisparr.json b/frontend/public/json/whisparr.json index 636f8f42c..446cead6b 100644 --- a/frontend/public/json/whisparr.json +++ b/frontend/public/json/whisparr.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 6969, "documentation": "https://wiki.servarr.com/en/whisparr",