From 039121af88d1d2668932b035f5460067c271917c Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Mon, 26 Jan 2026 15:00:53 +0100 Subject: [PATCH] increase json --- frontend/public/json/update-apps.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/frontend/public/json/update-apps.json b/frontend/public/json/update-apps.json index 0cde58439..c94e9a327 100644 --- a/frontend/public/json/update-apps.json +++ b/frontend/public/json/update-apps.json @@ -51,6 +51,30 @@ { "text": "At the end of the update, containers requiring a reboot will be listed, and you may choose to reboot them directly.", "type": "info" + }, + { + "text": "Use `var_backup=yes|no` to enable/disable backup (skip prompt).", + "type": "info" + }, + { + "text": "Use `var_backup_storage=` to set backup storage location.", + "type": "info" + }, + { + "text": "Use `var_container=all|all_running|all_stopped|101,102,...` to select containers.", + "type": "info" + }, + { + "text": "Use `var_unattended=yes|no` to run updates without interaction.", + "type": "info" + }, + { + "text": "Use `var_skip_confirm=yes` to skip initial confirmation dialog.", + "type": "info" + }, + { + "text": "Use `var_auto_reboot=yes|no` to auto-reboot containers after update.", + "type": "info" } ] }