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

@@ -7,7 +7,7 @@
],
"date_created": "2025-06-18",
"type": "addon",
"updateable": false,
"updateable": true,
"privileged": false,
"interface_port": 8080,
"documentation": "https://github.com/gtsteffaniak/filebrowser/wiki/Getting-Started",