mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 20:00:51 +00:00
Fix disk setup and documentation for Turnkey VMs (#141)
This commit is contained in:
parent
4c46e9495d
commit
957f7e8ba2
9 changed files with 82 additions and 44 deletions
|
|
@ -21,13 +21,13 @@
|
|||
"cpu": "2",
|
||||
"ram": "2048",
|
||||
"hdd": "12G",
|
||||
"os": null,
|
||||
"version": null
|
||||
"os": "debian",
|
||||
"version": 12
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": null,
|
||||
"username": "admin",
|
||||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue