1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/manifest.json

52 lines
1.4 KiB
JSON
Raw Normal View History

{
"packaging_format": 1,
"id": "hubzilla",
"name": "Hubzilla",
"description": {
"en": "Hubzilla is a decentralized publication platform and social network."
},
"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"
},
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for your Hubzilla hub. Hubzilla must run in the root of this domain."
}
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the Hubzilla administrator (must be an existing YunoHost user)",
"fr": "Choisissez l'administrateur de Hubzilla (doit être un utilisateur YunoHost existant)"
}
},
{
"name": "email",
"ask": {
"en": "Email address for the Hubzilla hub admin"
},
"example": "peter@example.com",
"optional": false
}
]
}
}