mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-15 12:19:17 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "PiMox HAOS",
|
|
"slug": "pimox-haos-vm",
|
|
"categories": [
|
|
"Home Assistant"
|
|
],
|
|
"date_created": "2024-04-29",
|
|
"type": "vm",
|
|
"updateable": 0,
|
|
"privileged": 0,
|
|
"interface_port": "8123",
|
|
"documentation": "",
|
|
"website": "https://github.com/jiangcuo/Proxmox-Port",
|
|
"logo": "https://github.com/tteck/Proxmox/blob/main/misc/images/pimox.png?raw=true",
|
|
"description": "The script automates the manual process of finding, downloading and extracting the aarch64 (qcow2) disk image provided by the Home Assistant Team, creating a VM with user defined settings, importing and attaching the disk, setting the boot order and starting the VM.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "vm/pimox-haos-vm.sh",
|
|
"resources": {
|
|
"cpu": "2",
|
|
"ram": "4096",
|
|
"hdd": "32G",
|
|
"os": "",
|
|
"version": ""
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "",
|
|
"password": ""
|
|
},
|
|
"alerts": []
|
|
} |