fix(apps): move Application Version to the Advanced tab

It sets the image tag, so a wrong value stops the app starting — that
belongs with the other expert settings, not beside feature toggles.
Tooltip now explains the split it participates in: automatic updates
apply rebuilds OF this version, changing it moves between releases.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
librelad 2026-08-12 23:19:02 +01:00
parent fd8ac29621
commit da97daf5f7

View File

@ -209,10 +209,11 @@ PORTEOF
"default": true
},
"VERSION": {
"category": "features",
"category": "advanced",
"label": "Application Version",
"type": "text",
"tooltip": "Specific version of the application to deploy"
"advanced": true,
"tooltip": "The release line this app tracks — it sets the image tag. Automatic updates apply rebuilds OF this version (patches); changing it here is how you move between releases. Leave it alone unless you know the version exists upstream."
},
"TIMEOUT": {
"category": "features",