ProxmoxVE/json/yunohost.json

34 lines
999 B
JSON

{
"name": "YunoHost",
"slug": "yunohost",
"categories": [
"Server - Networking"
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": 0,
"privileged": 0,
"interface_port": "80",
"documentation": "",
"website": "https://yunohost.org/",
"logo": "https://yunohost.org/assets/img/ynh_logo_roundcorner.png",
"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",
"version": "12"
}
}
],
"default_credentials": {
"username": "",
"password": ""
},
"alerts": []
}