2015-02-17 03:39:33 +01:00
{
2019-11-03 23:23:00 +01:00
"name" : "Diaspora" ,
"id" : "diaspora" ,
"url" : "https://diasporafoundation.org" ,
"packaging_format" : 1 ,
"description" : {
"en" : "Distributed social networking service" ,
"fr" : "Service de réseau social distribué"
} ,
"license" : "free" ,
"version" : "0.7.12.0~ynh1" ,
"maintainer" : {
"name" : "rafi59" ,
"email" : ""
} ,
"requirements" : {
"yunohost" : ">= 3.6.0"
} ,
2019-12-02 21:01:24 +01:00
"multi_instance" : "true" ,
2019-11-03 23:23:00 +01:00
"services" : [
"nginx" ,
"php7-fpm" ,
"postgresql"
] ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
"type" : "domain" ,
"ask" : {
"en" : "Choose a domain for diaspora*" ,
"fr" : "Choisissez un domaine pour diaspora*"
} ,
"example" : "domain.org"
} ,
{
"name" : "path" ,
"type" : "path" ,
"ask" : {
"en" : "Choose a path for ynhexample (only / is accepted for now)" ,
"fr" : "Choisissez un chemin pour diaspora (pour l'instant, uniquement / est accepté)"
} ,
"example" : "/" ,
"default" : "/"
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
"ask" : {
"en" : "Is it a public Diaspora site?" ,
"fr" : "Est-ce un site public ?"
} ,
"default" : true
2019-12-12 23:49:25 +01:00
} ,
{
"name" : "admin" ,
"type" : "user" ,
"ask" : {
"en" : "Choose the diaspora* administrator (must be an existing YunoHost user)" ,
"fr" : "Choisissez l'administrateur de diaspora* (doit être un utilisateur YunoHost)"
} ,
"example" : "johndoe"
2019-12-16 11:11:02 +01:00
} ,
{
"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
2019-11-03 23:23:00 +01:00
}
]
}
2015-02-17 03:39:33 +01:00
}