diff --git a/ct/snipeit.sh b/ct/snipeit.sh deleted file mode 100644 index 8b13789..0000000 --- a/ct/snipeit.sh +++ /dev/null @@ -1 +0,0 @@ - diff --git a/install/snipeit-install.sh b/install/snipeit-install.sh deleted file mode 100644 index 8b13789..0000000 --- a/install/snipeit-install.sh +++ /dev/null @@ -1 +0,0 @@ - diff --git a/json/alpine.json b/json/alpine.json deleted file mode 100644 index 8e68e0a..0000000 --- a/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/json/debian.json b/json/debian.json deleted file mode 100644 index 81cfae0..0000000 --- a/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/json/ubuntu.json b/json/ubuntu.json deleted file mode 100644 index 2825c75..0000000 --- a/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