Skip to content

Commit 5e0d09e

Browse files
committed
fix(json): correct updateable flags for 11 apps with working update scripts
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)
1 parent f95cc5a commit 5e0d09e

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

frontend/public/json/aria2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 6880,
1212
"documentation": "https://aria2.github.io/manual/en/html/index.html",

frontend/public/json/casaos.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 80,
1212
"documentation": "https://wiki.casaos.io/en/home",

frontend/public/json/daemonsync.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 8084,
1212
"documentation": null,

frontend/public/json/iobroker.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 8081,
1212
"documentation": "https://www.iobroker.net/#en/documentation",

frontend/public/json/librenms.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2025-11-14",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 80,
1212
"documentation": "https://docs.librenms.org/",

frontend/public/json/meshcentral.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 80,
1212
"documentation": "https://ylianst.github.io/MeshCentral/",

frontend/public/json/nextcloudpi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 4443,
1212
"documentation": "https://docs.nextcloudpi.com/",

frontend/public/json/podman.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": null,
1212
"documentation": "https://podman.io/docs",

frontend/public/json/tasmoadmin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2024-05-02",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 9999,
1212
"documentation": null,

frontend/public/json/wazuh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
],
77
"date_created": "2025-03-24",
88
"type": "ct",
9-
"updateable": false,
9+
"updateable": true,
1010
"privileged": false,
1111
"interface_port": 443,
1212
"documentation": "https://documentation.wazuh.com/",

0 commit comments

Comments
 (0)