Fix disk setup and documentation for Turnkey VMs (#141)

This commit is contained in:
Håvard Gjøby Thom
2024-11-08 22:27:01 +01:00
committed by GitHub
parent 4c46e9495d
commit 957f7e8ba2
9 changed files with 82 additions and 44 deletions

View File

@@ -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": []