2015-08-23 17:33:13 +02:00
{
2017-02-05 16:11:01 +01:00
"packaging_format" : 1 ,
2015-08-23 17:33:13 +02:00
"id" : "hubzilla" ,
2017-02-05 16:11:01 +01:00
"name" : "Hubzilla" ,
2015-08-23 17:33:13 +02:00
"description" : {
2017-02-17 15:51:49 +01:00
"en" : "Hubzilla is a decentralized publication platform and social network." ,
"fr" : "Hubzilla est une plateforme de publication décentralisée et un réseau social."
2015-08-23 17:33:13 +02:00
} ,
2017-02-05 16:11:01 +01:00
"url" : "https://github.com/redmatrix/hubzilla" ,
2017-02-17 16:04:33 +01:00
"license" : "Free as-is" ,
2018-05-05 07:05:08 +02:00
"version" : "3.4" ,
2017-02-05 16:11:01 +01:00
"maintainer" : {
"name" : "Andrew Manning" ,
"email" : "andrew@reticu.li"
} ,
"services" : [
"nginx" ,
"php5-fpm" ,
"mysql"
] ,
"requirements" : {
2018-04-30 20:24:17 +02:00
"yunohost" : ">= 2.7.2"
2015-08-23 17:33:13 +02:00
} ,
2018-04-30 20:24:17 +02:00
"multi_instance" : true ,
2015-08-23 17:33:13 +02:00
"arguments" : {
"install" : [
{
"name" : "domain" ,
2017-02-05 16:11:01 +01:00
"type" : "domain" ,
2015-08-23 17:33:13 +02:00
"ask" : {
2017-02-17 12:55:59 +01:00
"en" : "Choose a domain for your Hubzilla hub. Hubzilla must run in the root of this domain. It means no other app can be accessed/run from this domain. We advise to use a dedicated subdomain such as hubzilla.domain.tld" ,
"fr" : "Indiquez un domain pour Hubzilla. Hubzilla doit être installé à la racine du domaine. Cela implique qu'aucune autre app ne pourra être installée ou accessible sur ce domain. Nous conseillons un sous-domaine dédié par exemple hubzilla.domain.tld."
2017-02-05 16:11:01 +01:00
}
2015-08-23 17:33:13 +02:00
} ,
{
"name" : "admin" ,
2017-02-05 16:11:01 +01:00
"type" : "user" ,
2015-08-23 17:33:13 +02:00
"ask" : {
2017-02-05 16:11:01 +01:00
"en" : "Choose the Hubzilla administrator (must be an existing YunoHost user)" ,
"fr" : "Choisissez l'administrateur de Hubzilla (doit être un utilisateur YunoHost existant)"
}
2015-08-23 17:33:13 +02:00
}
]
}
}