mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-30 21:00:22 +00:00
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)
This commit is contained in:
parent
f6f131efab
commit
7b139fa763
11 changed files with 11 additions and 11 deletions
|
|
@ -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/",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue