2015-02-17 03:39:33 +01:00
{
2022-02-21 17:06:06 +01:00
"name" : "Diaspora" ,
"id" : "diaspora" ,
"packaging_format" : 1 ,
"description" : {
"en" : "Distributed social networking service" ,
"fr" : "Service de réseau social distribué"
} ,
2022-05-05 00:31:30 +02:00
"version" : "0.7.17.0~ynh1" ,
2022-02-21 17:06:06 +01:00
"url" : "https://diasporafoundation.org" ,
"upstream" : {
"license" : "AGPL-3.0" ,
"website" : "https://diasporafoundation.org/" ,
"admindoc" : "https://wiki.diasporafoundation.org/FAQ_for_pod_maintainers" ,
"userdoc" : "https://wiki.diasporafoundation.org/FAQ_for_users" ,
"code" : "https://github.com/diaspora/diaspora"
} ,
"license" : "AGPL-3.0" ,
"maintainer" : {
"name" : "rafi59" ,
"email" : ""
} ,
"requirements" : {
"yunohost" : ">= 4.3.0"
} ,
"multi_instance" : true ,
"services" : [
"nginx" ,
"postgresql"
] ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
"type" : "domain"
} ,
{
"name" : "admin" ,
"type" : "user"
} ,
{
"name" : "admin_password" ,
"type" : "password" ,
"ask" : {
"en" : "Admin password. Must contain at least 10 characters, one lowercase letter, one uppercase letter, one number, and one symbol (e.g. '~!@#$%^&*()')." ,
"fr" : "Mot de passe pour l’ administrateur. Doit contenir au moins 10 caractères, une majuscule, une minuscule, un chiffre, et une ponctuation (ex. '~!@#$%^&*()')."
} ,
"optional" : false
}
]
}
2015-02-17 03:39:33 +01:00
}