2024-11-06 07:14:59 +00:00
{
"name" : "PiMox HAOS" ,
"slug" : "pimox-haos-vm" ,
"categories" : [
2
] ,
"date_created" : "2024-04-29" ,
"type" : "vm" ,
"updateable" : false ,
"privileged" : false ,
2024-11-28 14:50:40 +00:00
"interface_port" : 8123 ,
2024-11-06 07:14:59 +00:00
"documentation" : null ,
"website" : "https://github.com/jiangcuo/Proxmox-Port" ,
2024-11-06 18:05:00 +00:00
"logo" : "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/pimox.png?raw=true" ,
2024-11-06 07:14:59 +00:00
"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" : {
2024-11-28 14:50:40 +00:00
"cpu" : 2 ,
"ram" : 4096 ,
"hdd" : 32 ,
2024-11-06 07:14:59 +00:00
"os" : null ,
"version" : null
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
2024-12-13 14:24:14 +00:00
"notes" : [
{
"text" : "After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP." ,
"type" : "info"
}
]
2024-11-06 07:14:59 +00:00
}