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" : {
2020-05-26 00:17:03 +02:00
"en" : "A decentralized publication platform and social network." ,
"fr" : "Une plateforme de publication décentralisée et un réseau social."
2015-08-23 17:33:13 +02:00
} ,
2019-04-04 18:32:01 +02:00
"url" : "https://zotlabs.org/page/hubzilla/hubzilla-project" ,
"license" : "MIT" ,
2020-10-14 04:28:54 +02:00
"version" : "4.7.2~ynh2" ,
2017-02-05 16:11:01 +01:00
"maintainer" : {
2018-06-09 17:04:00 +02:00
"name" : "Anmol Sharma" ,
2020-10-14 04:28:54 +02:00
"email" : "anmol@datamol.org"
2017-02-05 16:11:01 +01:00
} ,
"services" : [
"nginx" ,
2020-10-14 04:28:54 +02:00
"php7.3-fpm" ,
2020-10-14 04:36:16 +02:00
"mysql" ,
"postgresql"
2017-02-05 16:11:01 +01:00
] ,
"requirements" : {
2020-10-14 04:28:54 +02:00
"yunohost" : ">= 3.8.1"
2015-08-23 17:33:13 +02:00
} ,
2018-06-09 17:04:00 +02:00
"previous_maintainers" : {
"name" : "Andrew Manning" ,
2020-10-14 04:28:54 +02:00
"email" : "andrew@reticu.li"
2018-06-09 17:04:00 +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" : {
2020-10-14 04:28:54 +02:00
"en" : "Choose a domain for your Hubzilla. 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" ,
2017-02-17 12:55:59 +01:00
"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)"
}
2020-10-14 04:28:54 +02:00
} ,
{
"name" : "database" ,
2020-10-14 04:39:13 +02:00
"type" : "string" ,
2020-10-14 04:28:54 +02:00
"ask" : {
"en" : "Choose the database to be used for the Hubzilla [mysql:1,postgresql:2]" ,
"fr" : "Choisissez la database de l'Hubzilla [mysql:1,postgresql:2]"
} ,
2020-10-14 04:47:35 +02:00
"choices" : [ 1 , 2 ] ,
"default" : 1
2020-10-14 04:28:54 +02:00
} ]
2015-08-23 17:33:13 +02:00
}
}