diff --git a/frontend/public/json/archlinux-vm.json b/frontend/public/json/archlinux-vm.json index aa5f06c34..e70fef14c 100644 --- a/frontend/public/json/archlinux-vm.json +++ b/frontend/public/json/archlinux-vm.json @@ -6,7 +6,7 @@ ], "date_created": "2025-01-27", "type": "vm", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": null, "documentation": null, diff --git a/frontend/public/json/docker-vm.json b/frontend/public/json/docker-vm.json index a86ed0248..b8d03c9c8 100644 --- a/frontend/public/json/docker-vm.json +++ b/frontend/public/json/docker-vm.json @@ -7,7 +7,7 @@ ], "date_created": "2025-01-20", "type": "vm", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": null, "documentation": null, diff --git a/frontend/public/json/haos-vm.json b/frontend/public/json/haos-vm.json index 77e9eb2a0..bc337a1eb 100644 --- a/frontend/public/json/haos-vm.json +++ b/frontend/public/json/haos-vm.json @@ -1,44 +1,44 @@ { - "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 + "name": "Home Assistant OS", + "slug": "haos-vm", + "categories": [ + 16 + ], + "date_created": "2024-04-29", + "type": "vm", + "updateable": true, + "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" }, - "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" - } - ] + { + "text": "After the script completes, click on the VM, then on the Summary or Console tab to find the VM IP.", + "type": "info" + } + ] } diff --git a/frontend/public/json/mikrotik-routeros.json b/frontend/public/json/mikrotik-routeros.json index 6adc0dbb1..caf9d067c 100644 --- a/frontend/public/json/mikrotik-routeros.json +++ b/frontend/public/json/mikrotik-routeros.json @@ -7,7 +7,7 @@ ], "date_created": "2024-05-02", "type": "vm", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": null, "documentation": null, diff --git a/frontend/public/json/nextcloud-vm.json b/frontend/public/json/nextcloud-vm.json index da524acd7..c67a1d91c 100644 --- a/frontend/public/json/nextcloud-vm.json +++ b/frontend/public/json/nextcloud-vm.json @@ -6,7 +6,7 @@ ], "date_created": "2023-11-14", "type": "vm", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 80, "documentation": null, diff --git a/frontend/public/json/openwrt.json b/frontend/public/json/openwrt.json index 9727c01bf..4d6f6d6f2 100644 --- a/frontend/public/json/openwrt.json +++ b/frontend/public/json/openwrt.json @@ -7,7 +7,7 @@ ], "date_created": "2024-05-02", "type": "vm", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": null, "documentation": null, diff --git a/frontend/public/json/pimox-haos-vm.json b/frontend/public/json/pimox-haos-vm.json index 7584d2575..601c38f98 100644 --- a/frontend/public/json/pimox-haos-vm.json +++ b/frontend/public/json/pimox-haos-vm.json @@ -1,40 +1,40 @@ { - "name": "PiMox HAOS", - "slug": "pimox-haos-vm", - "categories": [ - 16 - ], - "date_created": "2024-04-29", - "type": "vm", - "updateable": false, - "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" - } - ] + "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" + } + ] }