1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jappix_ynh.git synced 2024-09-03 19:26:19 +02:00
jappix_ynh/manifest.json
2017-03-08 23:29:43 +01:00

66 lines
1.4 KiB
JSON

{
"packaging_format": 1,
"id": "jappix",
"name": "Jappix",
"description": {
"en": "A free social network",
"fr": "Un réseau social libre"
},
"url": "https://jappix.org/",
"license": "AGPL-3",
"version": "1.1.7",
"maintainer": {
"name": "titoko",
"email": "titoko@titoko.fr"
},
"multi_instance": false,
"requirements": {
"yunohost": ">> 2.3.15"
},
"services": [
"nginx",
"php5-fpm",
"metronome"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Jappix",
"fr": "Choisissez un domaine pour Jappix"
},
"example": "domain.org"
},
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Jappix",
"fr": "Choisissez un chemin pour Jappix"
},
"example": "/jappix",
"default": "/jappix"
},
{
"name": "name",
"ask": {
"en": "Choose a name for Jappix",
"fr": "Choisissez un nom pour Jappix"
},
"example": "YunoJappix",
"default": "YunoJappix"
},
{
"name": "language",
"ask": {
"en": "Choose the default language of Jappix",
"fr": "Choissisez la langue par défaut de Jappix"
},
"choices" : ["en", "fr", "es"],
"default" : "en"
}
]
}
}