The cleanup_lxc function now supports package manager cleanup for Fedora, Rocky, AlmaLinux, CentOS (dnf/yum), openSUSE (zypper), and Gentoo (emerge), in addition to Alpine and Debian/Ubuntu. All package manager and language tool cleanup commands now suppress error output for robustness. JSON files were reformatted for consistent indentation.
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "Devuan",
|
|
"slug": "devuan",
|
|
"categories": [
|
|
0
|
|
],
|
|
"date_created": "2025-12-04",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": null,
|
|
"documentation": "https://www.devuan.org/os/documentation",
|
|
"website": "https://www.devuan.org/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/devuan.webp",
|
|
"config_path": "",
|
|
"description": "Devuan is a fork of Debian without systemd. It uses sysvinit and other alternative init systems, providing freedom of choice.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/devuan.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 512,
|
|
"hdd": 4,
|
|
"os": "devuan",
|
|
"version": "5.0"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "root",
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Devuan uses sysvinit instead of systemd.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|