mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"name": "Jappix",
|
|
"id": "jappix",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "A free social network",
|
|
"fr": "Un réseau social libre"
|
|
},
|
|
"version": "1.2~ynh1",
|
|
"url": "https://jappix.org/",
|
|
"license": "AGPL-3",
|
|
"maintainer": {
|
|
"name": "titoko",
|
|
"email": "titoko@titoko.fr"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">> 3.8.1"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx",
|
|
"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",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose a name for Jappix",
|
|
"fr": "Choisissez un nom pour Jappix"
|
|
},
|
|
"example": "YunoJappix",
|
|
"default": "YunoJappix"
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the default language of Jappix",
|
|
"fr": "Choissisez la langue par défaut de Jappix"
|
|
},
|
|
"choices" : ["en", "fr", "es"],
|
|
"default" : "en"
|
|
}
|
|
]
|
|
}
|
|
}
|