mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
82 lines
2.9 KiB
JSON
82 lines
2.9 KiB
JSON
{
|
|
"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. 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": "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": "/"
|
|
},
|
|
{
|
|
"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",
|
|
"fr": "Adresse email pour l'admin du hub Hubzilla"
|
|
},
|
|
"example": "peter@example.com",
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "upload",
|
|
"ask": {
|
|
"en": "Maximum upload size (MB)",
|
|
"fr": "Taille maximale des fichiers envoyés (MB)"
|
|
},
|
|
"choices": ["64M", "128M", "256M", "512M", "1024M"],
|
|
"default": "256M",
|
|
"optional": false
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"ask": {
|
|
"en": "Is it a public website ?",
|
|
"fr": "Est-ce un site publique ?"
|
|
},
|
|
"choices": ["Yes", "No"],
|
|
"default": "Yes"
|
|
}
|
|
]
|
|
}
|
|
}
|