2024-11-06 20:14:59 +13:00
{
2025-04-09 13:10:02 +02:00
"name" : "Webmin System Administration" ,
"slug" : "webmin" ,
2025-05-20 11:51:20 +02:00
"categories" : [
1
] ,
2025-04-09 13:10:02 +02:00
"date_created" : "2024-05-02" ,
"type" : "addon" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : 10000 ,
2025-08-26 14:10:01 +02:00
"documentation" : "https://webmin.com/docs/" ,
2025-04-09 13:10:02 +02:00
"website" : "https://webmin.com/" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/webmin.webp" ,
"config_path" : "" ,
2025-04-09 13:10:02 +02:00
"description" : "Webmin provides a graphical user interface (GUI) for tasks such as user account management, package management, file system configuration, network configuration, and more." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "tools/addon/webmin.sh" ,
"resources" : {
"cpu" : null ,
"ram" : null ,
"hdd" : null ,
"os" : null ,
"version" : null
}
}
] ,
"default_credentials" : {
"username" : "root" ,
"password" : "root"
} ,
"notes" : [
{
"text" : "Execute within an existing LXC Console" ,
"type" : "info"
}
]
}