diff --git a/frontend/public/json/alpine.json b/frontend/public/json/alpine.json deleted file mode 100644 index 8e68e0a..0000000 --- a/frontend/public/json/alpine.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "Alpine", - "slug": "alpine", - "categories": [ - 2 - ], - "date_created": "2024-05-02", - "type": "ct", - "updateable": false, - "privileged": false, - "interface_port": null, - "documentation": null, - "website": "https://www.alpinelinux.org/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/alpinelinux.svg", - "description": "A security-oriented, lightweight Linux distribution based on musl and BusyBox.\r\nBy default, the root password is set to alpine. If you choose to use advanced settings, you will need to define a password, autologin is currently unavailable.", - "install_methods": [ - { - "type": "default", - "script": "ct/alpine.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 0.1, - "os": "alpine", - "version": "3.21" - } - } - ], - "default_credentials": { - "username": null, - "password": "alpine" - }, - "notes": [ - { - "text": "To Update Alpine: `apk update && apk upgrade`", - "type": "info" - } - ] -} \ No newline at end of file diff --git a/frontend/public/json/debian.json b/frontend/public/json/debian.json deleted file mode 100644 index 81cfae0..0000000 --- a/frontend/public/json/debian.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "Debian", - "slug": "debian", - "categories": [ - 2 - ], - "date_created": "2024-05-02", - "type": "ct", - "updateable": false, - "privileged": false, - "interface_port": null, - "documentation": null, - "website": "https://www.debian.org/", - "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/debian.svg", - "description": "Debian Linux is a distribution that emphasizes free software. It supports many hardware platforms.", - "install_methods": [ - { - "type": "default", - "script": "ct/debian.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 2, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -} diff --git a/frontend/public/json/snipeit.json b/frontend/public/json/snipeit.json deleted file mode 100644 index c12cd10..0000000 --- a/frontend/public/json/snipeit.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "SnipeIT", - "slug": "snipeit", - "categories": [ - 25 - ], - "date_created": "2024-12-02", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 80, - "documentation": "https://snipe-it.readme.io/docs/overview", - "website": "https://snipeitapp.com/", - "logo": "https://raw.githubusercontent.com/snipe/snipe-it/refs/heads/master/public/img/snipe-logo-bug.png", - "description": "This is a FOSS project for asset management in IT Operations. Knowing who has which laptop, when it was purchased in order to depreciate it correctly, handling software licenses, etc.", - "install_methods": [ - { - "type": "default", - "script": "ct/snipeit.sh", - "resources": { - "cpu": 2, - "ram": 2048, - "hdd": 4, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [ - { - "text": "Post Install: `https://github.com/community-scripts/ProxmoxVE/discussions/671`", - "type": "info" - } - ] -} diff --git a/frontend/public/json/ubuntu.json b/frontend/public/json/ubuntu.json deleted file mode 100644 index 2825c75..0000000 --- a/frontend/public/json/ubuntu.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "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://assets.ubuntu.com/v1/29985a98-ubuntu-logo32.png", - "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": "22.04" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -} \ No newline at end of file