Update tips template
This commit is contained in:
parent
bad0dbbef8
commit
275c16d1c4
|
@ -101,11 +101,19 @@
|
||||||
"upnp": false
|
"upnp": false
|
||||||
},
|
},
|
||||||
"tips": {
|
"tips": {
|
||||||
"before_install": {
|
"before_install":[
|
||||||
"template": "DefaultAccount",
|
{
|
||||||
"username": "admin",
|
"content": "Default Account"
|
||||||
"password": "admin"
|
},
|
||||||
}
|
{
|
||||||
|
"content": "Username: ",
|
||||||
|
"value": "admin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"content": "Password: ",
|
||||||
|
"value": "admin"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"latest_updates": "",
|
"latest_updates": "",
|
||||||
|
|
|
@ -99,11 +99,19 @@
|
||||||
"upnp": false
|
"upnp": false
|
||||||
},
|
},
|
||||||
"tips": {
|
"tips": {
|
||||||
"before_install": {
|
"before_install": [
|
||||||
"template": "DefaultAccount",
|
{
|
||||||
"username": "admin",
|
"content": "Default Account"
|
||||||
"password": "casaos"
|
},
|
||||||
}
|
{
|
||||||
|
"content": "Username: ",
|
||||||
|
"value": "admin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"content": "Password: ",
|
||||||
|
"value": "casaos"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"latest_updates": "",
|
"latest_updates": "",
|
||||||
|
|
|
@ -104,11 +104,19 @@
|
||||||
"upnp": false
|
"upnp": false
|
||||||
},
|
},
|
||||||
"tips": {
|
"tips": {
|
||||||
"before_install": {
|
"before_install": [
|
||||||
"template": "DefaultAccount",
|
{
|
||||||
"username": "admin",
|
"content": "Default Account"
|
||||||
"password": "adminadmin"
|
},
|
||||||
}
|
{
|
||||||
|
"content": "Username: ",
|
||||||
|
"value": "admin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"content": "Password: ",
|
||||||
|
"value": "adminadmin"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"latest_updates": "",
|
"latest_updates": "",
|
||||||
|
|
Loading…
Reference in New Issue