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

66 lines
1.3 KiB
JSON
Raw Normal View History

2013-11-27 12:55:54 +01:00
{
"name": "Jappix",
"id": "jappix",
"packaging_format": 1,
"requirements": {
"yunohost": ">> 2.3.15"
},
2013-11-27 12:55:54 +01:00
"description": {
"en": "A free social network",
2014-07-25 12:48:36 +02:00
"fr": "Un réseau social libre"
2013-11-27 12:55:54 +01:00
},
"url": "https://jappix.org/",
"license": "AGPL-3",
2014-12-31 17:53:47 +01:00
"maintainer": {
2013-11-27 12:55:54 +01:00
"name": "titoko",
2014-12-31 17:53:47 +01:00
"email": "titoko@titoko.fr"
2013-11-27 12:55:54 +01:00
},
"multi_instance": "false",
2015-11-22 16:09:03 +01:00
"services": [
"nginx",
"php5-fpm",
"metronome"
],
2013-11-27 12:55:54 +01:00
"arguments": {
"install" : [
{
"name": "domain",
2014-12-31 17:53:47 +01:00
"type": "domain",
2013-11-27 12:55:54 +01:00
"ask": {
2014-11-25 22:56:15 +01:00
"en": "Choose a domain for Jappix",
2014-11-25 23:16:05 +01:00
"fr": "Choisissez un domaine pour Jappix"
2013-11-27 12:55:54 +01:00
},
"example": "domain.org"
},
{
"name": "path",
2014-12-31 17:53:47 +01:00
"type": "path",
2013-11-27 12:55:54 +01:00
"ask": {
2014-11-25 22:56:15 +01:00
"en": "Choose a path for Jappix",
2014-11-25 23:16:05 +01:00
"fr": "Choisissez un chemin pour Jappix"
2013-11-27 12:55:54 +01:00
},
"example": "/jappix",
"default": "/jappix"
2014-06-18 11:34:05 +02:00
},
{
"name": "name",
2014-06-18 11:34:05 +02:00
"ask": {
2014-11-25 22:56:15 +01:00
"en": "Choose a name for Jappix",
2014-11-25 23:16:05 +01:00
"fr": "Choisissez un nom pour Jappix"
2014-06-18 11:34:05 +02:00
},
"example": "YunoJappix",
"default": "YunoJappix"
},
2014-11-25 23:16:05 +01:00
{
"name": "language",
"ask": {
"en": "Choose the language of the Jappix",
"fr": "Choissisez la langue du Jappix"
},
"choices" : ["en", "fr", "es"],
"default" : "en"
}
2013-11-27 12:55:54 +01:00
]
}
}