From dd439739ed622b9ba9623bd8473104e3f5c43510 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:11:26 +0200 Subject: [PATCH] update jsons --- frontend/public/json/opnsense-vm.json | 2 +- frontend/public/json/owncloud-vm.json | 2 +- frontend/public/json/postgresql.json | 2 +- frontend/public/json/ubuntu.json | 66 ++++++++++++------------- frontend/public/json/ubuntu2204-vm.json | 2 +- frontend/public/json/ubuntu2404-vm.json | 2 +- frontend/public/json/ubuntu2410-vm.json | 2 +- 7 files changed, 39 insertions(+), 39 deletions(-) diff --git a/frontend/public/json/opnsense-vm.json b/frontend/public/json/opnsense-vm.json index 02846a433..aa5d35516 100644 --- a/frontend/public/json/opnsense-vm.json +++ b/frontend/public/json/opnsense-vm.json @@ -7,7 +7,7 @@ ], "date_created": "2025-02-11", "type": "vm", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 443, "documentation": "https://docs.opnsense.org/", diff --git a/frontend/public/json/owncloud-vm.json b/frontend/public/json/owncloud-vm.json index e31ec63da..1e236d335 100644 --- a/frontend/public/json/owncloud-vm.json +++ b/frontend/public/json/owncloud-vm.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "vm", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 80, "documentation": null, diff --git a/frontend/public/json/postgresql.json b/frontend/public/json/postgresql.json index cfc423ec6..d3b2c1600 100644 --- a/frontend/public/json/postgresql.json +++ b/frontend/public/json/postgresql.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": 5432, "documentation": null, diff --git a/frontend/public/json/ubuntu.json b/frontend/public/json/ubuntu.json index 5b6505198..bf7459f64 100644 --- a/frontend/public/json/ubuntu.json +++ b/frontend/public/json/ubuntu.json @@ -1,35 +1,35 @@ { - "name": "Ubuntu", - "slug": "ubuntu", - "categories": [ - 2 - ], - "date_created": "2024-05-02", - "type": "ct", - "updateable": false, - "privileged": false, - "interface_port": null, - "documentation": null, - "website": "https://ubuntu.com/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/ubuntu.webp", - "config_path": "", - "description": "Ubuntu is a distribution based on Debian, designed to have regular releases and a consistent user experience.", - "install_methods": [ - { - "type": "default", - "script": "ct/ubuntu.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 2, - "os": "ubuntu", - "version": "24.04" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] + "name": "Ubuntu", + "slug": "ubuntu", + "categories": [ + 2 + ], + "date_created": "2024-05-02", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": null, + "documentation": null, + "website": "https://ubuntu.com/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/ubuntu.webp", + "config_path": "", + "description": "Ubuntu is a distribution based on Debian, designed to have regular releases and a consistent user experience.", + "install_methods": [ + { + "type": "default", + "script": "ct/ubuntu.sh", + "resources": { + "cpu": 1, + "ram": 512, + "hdd": 2, + "os": "ubuntu", + "version": "24.04" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] } diff --git a/frontend/public/json/ubuntu2204-vm.json b/frontend/public/json/ubuntu2204-vm.json index 5214fd0ad..1a78c0ed8 100644 --- a/frontend/public/json/ubuntu2204-vm.json +++ b/frontend/public/json/ubuntu2204-vm.json @@ -6,7 +6,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/ubuntu2404-vm.json b/frontend/public/json/ubuntu2404-vm.json index fa12d79cf..b51f1182e 100644 --- a/frontend/public/json/ubuntu2404-vm.json +++ b/frontend/public/json/ubuntu2404-vm.json @@ -6,7 +6,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/ubuntu2410-vm.json b/frontend/public/json/ubuntu2410-vm.json index 29f9d12f1..2a40f2a26 100644 --- a/frontend/public/json/ubuntu2410-vm.json +++ b/frontend/public/json/ubuntu2410-vm.json @@ -6,7 +6,7 @@ ], "date_created": "2025-01-24", "type": "vm", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": null, "documentation": null,