mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
move access info to .sh file; update credentials to null/null
This commit is contained in:
@@ -27,17 +27,13 @@
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "created during installation",
|
||||
"password": "created during installation"
|
||||
"username": null,
|
||||
"password": null
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "The Openziti Controller installation will prompt for configuration settings during installation.",
|
||||
"type": "info"
|
||||
},
|
||||
{
|
||||
"text": "Access the web interface at https://<ip>:<port>/zac after installation and configuration are complete.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user