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
2022-12-04 06:09:03 +00:00

58 lines
1.5 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."
},
"version": "7.8.7~ynh1",
"url": "https://zotlabs.org/page/hubzilla/hubzilla-project",
"upstream": {
"license": "MIT",
"website": "https://zotlabs.org/page/hubzilla/hubzilla-project",
"code": "https://framagit.org/hubzilla/core"
},
"license": "MIT",
"maintainer": {
"name": "Anmol Sharma"
},
"previous_maintainers": {
"name": "Andrew Manning",
"email": "andrew@reticu.li"
},
"requirements": {
"yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
"php8.0-fpm",
"mysql"
],
"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]",
"fr": "Choisissez la database de Hubzilla"
},
"choices": [
"mysql",
"postgresql"
],
"default": "mysql"
}
]
}
}