From ce3ad6666c789a7fd7635b767426a87fe5a1e1f9 Mon Sep 17 00:00:00 2001 From: oznu Date: Sun, 3 May 2020 16:48:58 +1000 Subject: [PATCH] update wizardui files --- WIZARD_UIFILES/install_uifile | 47 ++++++++++++++++++++++------------- WIZARD_UIFILES/upgrade_uifile | 43 +++++++++++++++++++------------- 2 files changed, 56 insertions(+), 34 deletions(-) diff --git a/WIZARD_UIFILES/install_uifile b/WIZARD_UIFILES/install_uifile index de80df0..dfbca71 100644 --- a/WIZARD_UIFILES/install_uifile +++ b/WIZARD_UIFILES/install_uifile @@ -20,28 +20,37 @@ }, { "step_title": "Select Image Type", "invalid_next_disable": true, - "items": [{ - "type": "singleselect", - "subitems": [{ - "key": "homebridge_pkgwizard_image_type_latest", - "desc": "Alpine Linux (without Avahi) - Recommended", - "defaultValue": true - },{ - "key": "homebridge_pkgwizard_image_type_ubuntu_no_avahi", - "desc": "Ubuntu 18.04 (without Avahi)", - "defaultValue": false - },{ - "key": "homebridge_pkgwizard_image_type_ubuntu", - "desc": "Ubuntu 18.04 (with Avahi)", - "defaultValue": false - }] - }] + "items": [ + { + "desc": "Select what image variant you want to use. See the Homebridge Docker Wiki for more information." + }, + { + "type": "singleselect", + "subitems": [ + { + "key": "homebridge_pkgwizard_image_type_latest", + "desc": "Alpine Linux (without Avahi) - Recommended", + "defaultValue": true + }, + { + "key": "homebridge_pkgwizard_image_type_ubuntu_no_avahi", + "desc": "Ubuntu 18.04 (without Avahi)", + "defaultValue": false + }, + { + "key": "homebridge_pkgwizard_image_type_ubuntu", + "desc": "Ubuntu 18.04 (with Avahi)", + "defaultValue": false + } + ] + } + ] }, { "step_title": "Homebridge Config UI X", "invalid_next_disable": true, "items": [{ "type": "singleselect", - "desc": "Do you want to install Homebridge Config UI X? This will allow you to monitor, backup and configure Homebridge from a browser. The default user is \"admin\" with password \"admin\".", + "desc": "Do you want to install Homebridge Config UI X? This will allow you to monitor, backup and configure Homebridge from a browser.", "subitems": [{ "key": "homebridge_pkgwizard_install_ui_true", "desc": "Yes", @@ -51,5 +60,9 @@ "desc": "No", "defaultValue": false }] + },{ + "desc": "If enabled, you will be able to access the Homebridge UI via http://IP_ADDRESS:8581." + },{ + "desc": "The default user is \"admin\" with password \"admin\"." }] }] diff --git a/WIZARD_UIFILES/upgrade_uifile b/WIZARD_UIFILES/upgrade_uifile index 2ee4923..b4f62a6 100644 --- a/WIZARD_UIFILES/upgrade_uifile +++ b/WIZARD_UIFILES/upgrade_uifile @@ -1,20 +1,29 @@ [{ "step_title": "Select Image Type", "invalid_next_disable": true, - "items": [{ - "type": "singleselect", - "subitems": [{ - "key": "homebridge_pkgwizard_image_type_latest", - "desc": "Alpine Linux (without Avahi) - Recommended", - "defaultValue": true - },{ - "key": "homebridge_pkgwizard_image_type_ubuntu_no_avahi", - "desc": "Ubuntu 18.04 (without Avahi)", - "defaultValue": false - },{ - "key": "homebridge_pkgwizard_image_type_ubuntu", - "desc": "Ubuntu 18.04 (with Avahi)", - "defaultValue": false - }] - }] -}] + "items": [ + { + "desc": "Select what image variant you want to use. See the Homebridge Docker Wiki for more information." + }, + { + "type": "singleselect", + "subitems": [ + { + "key": "homebridge_pkgwizard_image_type_latest", + "desc": "Alpine Linux (without Avahi) - Recommended", + "defaultValue": true + }, + { + "key": "homebridge_pkgwizard_image_type_ubuntu_no_avahi", + "desc": "Ubuntu 18.04 (without Avahi)", + "defaultValue": false + }, + { + "key": "homebridge_pkgwizard_image_type_ubuntu", + "desc": "Ubuntu 18.04 (with Avahi)", + "defaultValue": false + } + ] + } + ] +}] \ No newline at end of file