mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-31 08:49:02 +00:00
* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
45 lines
1.7 KiB
JSON
45 lines
1.7 KiB
JSON
{
|
|
"name": "Home Assistant OS",
|
|
"slug": "haos-vm",
|
|
"categories": [
|
|
16
|
|
],
|
|
"date_created": "2024-04-29",
|
|
"type": "vm",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": 8123,
|
|
"documentation": "https://www.home-assistant.io/docs/",
|
|
"website": "https://www.home-assistant.io/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/home-assistant.webp",
|
|
"config_path": "",
|
|
"description": "This script automates the process of creating a Virtual Machine (VM) using the official KVM (qcow2) disk image provided by the Home Assistant Team. It involves finding, downloading, and extracting the image, defining user-defined settings, importing and attaching the disk, setting the boot order, and starting the VM. It supports various storage types, and does not involve any hidden installations. After the script completes, click on the VM, then on the Summary tab to find the VM IP.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "vm/haos-vm.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 4096,
|
|
"hdd": 32,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "The disk must have a minimum size of 32GB and its size cannot be changed during the creation of the VM.",
|
|
"type": "warning"
|
|
},
|
|
{
|
|
"text": "After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|