2024-11-06 20:14:59 +13:00
{
2025-06-25 11:01:11 +02:00
"name" : "YunoHost" ,
"slug" : "yunohost" ,
"categories" : [
2
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 80 ,
2025-08-26 14:10:01 +02:00
"documentation" : "https://doc.yunohost.org/" ,
2025-06-25 11:01:11 +02:00
"website" : "https://yunohost.org/" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/yunohost.webp" ,
"config_path" : "" ,
"description" : "YunoHost is an operating system aiming for the simplest administration of a server, and therefore democratize self-hosting, while making sure it stays reliable, secure, ethical and lightweight." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/yunohost.sh" ,
"resources" : {
"cpu" : 2 ,
"ram" : 2048 ,
"hdd" : 20 ,
"os" : "debian" ,
2025-09-08 10:56:36 +02:00
"version" : "13"
2025-06-25 11:01:11 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "WARNING: Installation sources scripts outside of Community Scripts repo. Please check the source before installing." ,
"type" : "warning"
}
]
2025-04-24 11:49:40 +02:00
}