Introduces container setup scripts and install scripts for AlmaLinux, CentOS Stream, Devuan, Fedora, Gentoo, openEuler, openSUSE, Rocky Linux, and updates Alpine install script. Adds corresponding JSON metadata files for each distribution in the frontend. These changes enable streamlined LXC container creation and installation for a wide range of Linux distributions.
34 lines
854 B
JSON
34 lines
854 B
JSON
{
|
|
"name": "openSUSE",
|
|
"slug": "opensuse",
|
|
"categories": [0],
|
|
"date_created": "2025-12-04",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": null,
|
|
"documentation": "https://doc.opensuse.org/",
|
|
"website": "https://www.opensuse.org/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/opensuse.webp",
|
|
"config_path": "",
|
|
"description": "openSUSE is a stable, easy-to-use, and complete Linux distribution. Known for its YaST configuration tool and zypper package manager.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/opensuse.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 512,
|
|
"hdd": 4,
|
|
"os": "opensuse",
|
|
"version": "15.6"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "root",
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|