add alpine and debian too

This commit is contained in:
CanbiZ 2025-06-25 11:17:48 +02:00
parent 406d1218eb
commit d8f5486b70
2 changed files with 34 additions and 34 deletions

View File

@ -6,7 +6,7 @@
], ],
"date_created": "2024-05-02", "date_created": "2024-05-02",
"type": "ct", "type": "ct",
"updateable": false, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": null, "interface_port": null,
"documentation": null, "documentation": null,

View File

@ -1,35 +1,35 @@
{ {
"name": "Debian", "name": "Debian",
"slug": "debian", "slug": "debian",
"categories": [ "categories": [
2 2
], ],
"date_created": "2024-05-02", "date_created": "2024-05-02",
"type": "ct", "type": "ct",
"updateable": false, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": null, "interface_port": null,
"documentation": null, "documentation": null,
"website": "https://www.debian.org/", "website": "https://www.debian.org/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/debian.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/debian.webp",
"config_path": "", "config_path": "",
"description": "Debian Linux is a distribution that emphasizes free software. It supports many hardware platforms.", "description": "Debian Linux is a distribution that emphasizes free software. It supports many hardware platforms.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/debian.sh", "script": "ct/debian.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 512, "ram": 512,
"hdd": 2, "hdd": 2,
"os": "debian", "os": "debian",
"version": "12" "version": "12"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }