Skip to content

Commit

Permalink
update wizardui files
Browse files Browse the repository at this point in the history
  • Loading branch information
oznu committed May 3, 2020
1 parent 575a9dc commit ce3ad66
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 34 deletions.
47 changes: 30 additions & 17 deletions WIZARD_UIFILES/install_uifile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a target='_blank' href='https://github.com/oznu/docker-homebridge/wiki'>Homebridge Docker Wiki</a> 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 <a target='_blank' href='https://github.com/oznu/homebridge-config-ui-x'>Homebridge Config UI X</a>? This will allow you to monitor, backup and configure Homebridge from a browser.",
"subitems": [{
"key": "homebridge_pkgwizard_install_ui_true",
"desc": "Yes",
Expand All @@ -51,5 +60,9 @@
"desc": "No",
"defaultValue": false
}]
},{
"desc": "If enabled, you will be able to access the Homebridge UI via <strong>http://IP_ADDRESS:8581</strong>."
},{
"desc": "<strong style='color:red'>The default user is \"admin\" with password \"admin\".</strong>"
}]
}]
43 changes: 26 additions & 17 deletions WIZARD_UIFILES/upgrade_uifile
Original file line number Diff line number Diff line change
@@ -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 <a target='_blank' href='https://github.com/oznu/docker-homebridge/wiki'>Homebridge Docker Wiki</a> 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
}
]
}
]
}]

0 comments on commit ce3ad66

Please sign in to comment.