mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
PBS: add hint for advanced installs (#5788)
This commit is contained in:
parent
372b52f64d
commit
59f99a27d2
1 changed files with 4 additions and 0 deletions
4
frontend/public/json/proxmox-backup-server.json
generated
4
frontend/public/json/proxmox-backup-server.json
generated
|
@ -35,6 +35,10 @@
|
||||||
{
|
{
|
||||||
"text": "Set a root password if using autologin. This will be the PBS password. `passwd root`",
|
"text": "Set a root password if using autologin. This will be the PBS password. `passwd root`",
|
||||||
"type": "warning"
|
"type": "warning"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "Advanced Install is only possible without root password and root SSH access, you can configure this after installation.",
|
||||||
|
"type": "warning"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue