mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-08 19:03:09 +00:00

* Prepare JSON files for new website feature * Update dashy.json * Update crafty-controller.json * Update ntfy.json * Update bookstack.json * Update add-lxc-iptag.json * Update zammad.json * Update adguard.json * Update apache-guacamole.json * Update authentik.json * Update authelia.json * Update gitea.json * Update forgejo.json * Update elementsynapse.json * Remove Whoogle --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
46 lines
1.7 KiB
JSON
46 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://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/home-assistant.svg",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
|