2022-02-22 13:59:54 +01:00
{
"name" : "Samba" ,
"id" : "samba" ,
"packaging_format" : 1 ,
"description" : {
2022-02-27 15:19:25 +01:00
"en" : "An app to share directories on your private network thanks to SMB protocol" ,
2022-02-22 14:12:51 +01:00
"fr" : "Un apllication pour partage des dossiers sur un reseaux privé via le protocole SMB"
2022-02-22 13:59:54 +01:00
} ,
2022-02-27 15:19:25 +01:00
"version" : "4.9.5~ynh2" ,
2022-02-22 14:12:51 +01:00
"url" : "https://www.samba.org/" ,
2022-02-22 13:59:54 +01:00
"upstream" : {
2022-02-27 15:19:25 +01:00
"license" : "GPL-3.0-only" ,
2022-02-22 14:12:51 +01:00
"website" : "https://www.samba.org/" ,
2022-02-27 15:19:25 +01:00
"admindoc" : "https://www.samba.org/samba/docs/" ,
"userdoc" : "https://yunohost.org/app_samba" ,
"code" : "https://git.samba.org/?p=samba.git;a=summary"
2022-02-22 13:59:54 +01:00
} ,
2022-02-27 15:19:25 +01:00
"license" : "AGPL-3.0-only" ,
2022-02-22 13:59:54 +01:00
"maintainer" : {
2022-02-22 14:12:51 +01:00
"name" : "Galette" ,
"email" : ""
2022-02-22 13:59:54 +01:00
} ,
"requirements" : {
"yunohost" : ">= 4.3.0"
} ,
2022-02-22 14:12:51 +01:00
"multi_instance" : false ,
"services" : [ ] ,
2022-02-22 13:59:54 +01:00
"arguments" : {
"install" : [
2022-02-27 20:15:31 +01:00
{
"name" : "warning" ,
"type" : "boolean" ,
"help" : {
"en" : "I understand this app is only for private network purpose and i should not install it on a server with a public IP or open the 445 port on my home router."
}
}
2022-02-22 13:59:54 +01:00
]
}
}