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

68 lines
1.5 KiB
JSON
Raw Normal View History

2013-11-27 12:55:54 +01:00
{
2020-10-20 23:35:57 +02:00
"name": "Jappix",
"id": "jappix",
"packaging_format": 1,
"description": {
"en": "A free social network",
"fr": "Un réseau social libre"
},
2020-11-22 22:24:16 +01:00
"version": "1.2~ynh1",
2020-10-20 23:35:57 +02:00
"url": "https://jappix.org/",
2020-11-22 22:56:21 +01:00
"license": "AGPL-3.0-only",
2020-10-20 23:35:57 +02:00
"maintainer": {
"name": "titoko",
"email": "titoko@titoko.fr"
},
"requirements": {
"yunohost": ">> 3.8.1"
},
"multi_instance": false,
"services": [
"nginx",
"metronome"
],
"arguments": {
"install" : [
2013-11-27 12:55:54 +01:00
{
2020-10-20 23:35:57 +02:00
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain for Jappix",
"fr": "Choisissez un domaine pour Jappix"
},
"example": "domain.org"
2013-11-27 12:55:54 +01:00
},
{
2020-10-20 23:35:57 +02:00
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for Jappix",
"fr": "Choisissez un chemin pour Jappix"
},
"example": "/jappix",
"default": "/jappix"
2014-06-18 11:34:05 +02:00
},
{
2020-10-20 23:35:57 +02:00
"name": "name",
2020-11-22 22:24:16 +01:00
"type": "string",
2020-10-20 23:35:57 +02:00
"ask": {
"en": "Choose a name for Jappix",
"fr": "Choisissez un nom pour Jappix"
},
"example": "YunoJappix",
"default": "YunoJappix"
},
2014-11-25 23:16:05 +01:00
{
2020-10-20 23:35:57 +02:00
"name": "language",
2020-11-22 22:24:16 +01:00
"type": "string",
2020-10-20 23:35:57 +02:00
"ask": {
"en": "Choose the default language of Jappix",
"fr": "Choissisez la langue par défaut de Jappix"
},
"choices" : ["en", "fr", "es"],
"default" : "en"
}
2013-11-27 12:55:54 +01:00
]
}
}