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": {
|
|
|
|
"en": "Hubzilla is a decentralized publication platform and social network."
|
|
|
|
},
|
2017-02-05 16:11:01 +01:00
|
|
|
"url": "https://github.com/redmatrix/hubzilla",
|
|
|
|
"license": "MIT",
|
|
|
|
"version": "2.0.7",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "Andrew Manning",
|
|
|
|
"email": "andrew@reticu.li"
|
|
|
|
},
|
|
|
|
"multi_instance": false,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
|
|
|
"php5-fpm",
|
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"requirements": {
|
|
|
|
"yunohost": ">= 2.4.0"
|
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": {
|
|
|
|
"en": "Choose a domain for your Hubzilla hub. Hubzilla must run in the root of this domain."
|
2017-02-05 16:11:01 +01:00
|
|
|
}
|
2015-08-23 17:33:13 +02:00
|
|
|
},
|
2017-02-15 17:43:46 +01:00
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"ask": {
|
|
|
|
"en": "No choice, Hubzilla must be installed on the ROOT domain, so be careful",
|
|
|
|
"fr": "Pas de choix, Hubzilla doit etre installe a la racine, soyez prudent"
|
|
|
|
},
|
|
|
|
"choices": ["/"],
|
|
|
|
"default": "/"
|
|
|
|
},
|
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
|
|
|
},
|
|
|
|
{
|
2017-02-05 16:11:01 +01:00
|
|
|
"name": "email",
|
2015-08-23 17:33:13 +02:00
|
|
|
"ask": {
|
|
|
|
"en": "Email address for the Hubzilla hub admin"
|
|
|
|
},
|
2017-02-05 16:11:01 +01:00
|
|
|
"example": "peter@example.com",
|
|
|
|
"optional": false
|
2017-02-11 02:05:28 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "upload",
|
|
|
|
"ask": {
|
|
|
|
"en": "Maximum upload size (MB)"
|
|
|
|
},
|
|
|
|
"choices": ["64M", "128M", "256M", "512M", "1024M"],
|
|
|
|
"default": "256M",
|
|
|
|
"optional": false
|
2015-08-23 17:33:13 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|