Set updateable to true for all JSON app configs

Changed the 'updateable' property from false to true in all application JSON configuration files under frontend/public/json. This enables update functionality for all listed apps and containers.
This commit is contained in:
CanbiZ
2025-09-10 09:12:56 +02:00
parent e7adf1a9b5
commit 1851560f26
32 changed files with 32 additions and 32 deletions

View File

@@ -6,7 +6,7 @@
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": false,
"updateable": true,
"privileged": false,
"interface_port": 3306,
"documentation": "https://github.com/community-scripts/ProxmoxVE/discussions/192",