mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
		
			Generated
		
	
	
{
 | 
						|
  "name": "PiMox HAOS",
 | 
						|
  "slug": "pimox-haos-vm",
 | 
						|
  "categories": [
 | 
						|
    16
 | 
						|
  ],
 | 
						|
  "date_created": "2024-04-29",
 | 
						|
  "type": "vm",
 | 
						|
  "updateable": true,
 | 
						|
  "privileged": false,
 | 
						|
  "interface_port": 8123,
 | 
						|
  "documentation": null,
 | 
						|
  "website": "https://github.com/jiangcuo/Proxmox-Port",
 | 
						|
  "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/home-assistant.webp",
 | 
						|
  "config_path": "",
 | 
						|
  "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": 32,
 | 
						|
        "os": null,
 | 
						|
        "version": null
 | 
						|
      }
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "default_credentials": {
 | 
						|
    "username": null,
 | 
						|
    "password": null
 | 
						|
  },
 | 
						|
  "notes": [
 | 
						|
    {
 | 
						|
      "text": "After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP.",
 | 
						|
      "type": "info"
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |