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
ericgaspar 73c245dca2
Fix
2021-06-06 23:42:54 +02:00

51 lines
1.3 KiB
JSON

{
"packaging_format": 1,
"id": "hubzilla",
"name": "Hubzilla",
"description": {
"en": "Decentralized publication platform and social network.",
"fr": "Plateforme de publication décentralisée et un réseau social."
},
"url": "https://zotlabs.org/page/hubzilla/hubzilla-project",
"license": "MIT",
"version": "5.6~ynh1",
"maintainer": {
"name": "Anmol Sharma"
},
"services": [
"nginx",
"php7.3-fpm",
"mysql",
"postgresql"
],
"requirements": {
"yunohost": ">= 4.2.0"
},
"previous_maintainers": {
"name": "Andrew Manning",
"email": "andrew@reticu.li"
},
"multi_instance": true,
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
},
{
"name": "admin",
"type": "user",
},
{
"name": "database",
"type": "string",
"ask": {
"en": "Choose the database to be used for the Hubzilla [mysql:1,postgresql:2]",
"fr": "Choisissez la database de Hubzilla [mysql:1,postgresql:2]"
},
"choices": ["1", "2"],
"default": "1"
}
]
}
}