mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
59 lines
2.2 KiB
JSON
59 lines
2.2 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.0.1~ynh1",
|
|
"maintainer": {
|
|
"name": "Anmol Sharma",
|
|
"email": "anmol@datamol.org"
|
|
},
|
|
"services": [
|
|
"nginx",
|
|
"php7.0-fpm",
|
|
"mysql",
|
|
"postgresql"
|
|
],
|
|
"requirements": {
|
|
"yunohost": ">= 3.8.1"
|
|
},
|
|
"previous_maintainers": {
|
|
"name": "Andrew Manning",
|
|
"email": "andrew@reticu.li"
|
|
},
|
|
"multi_instance": true,
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"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",
|
|
"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."
|
|
}
|
|
},
|
|
{
|
|
"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": "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"
|
|
} ]
|
|
}
|
|
}
|