mirror of
https://github.com/YunoHost-Apps/jappix_ynh.git
synced 2024-09-03 19:26:19 +02:00
Update manifest.json
This commit is contained in:
parent
a77dd21b9a
commit
a4cf0ae188
1 changed files with 55 additions and 55 deletions
110
manifest.json
110
manifest.json
|
@ -1,64 +1,64 @@
|
||||||
{
|
{
|
||||||
"packaging_format": 1,
|
"name": "Jappix",
|
||||||
"id": "jappix",
|
"id": "jappix",
|
||||||
"name": "Jappix",
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "A free social network",
|
"en": "A free social network",
|
||||||
"fr": "Un réseau social libre"
|
"fr": "Un réseau social libre"
|
||||||
},
|
|
||||||
"url": "https://jappix.org/",
|
|
||||||
"license": "AGPL-3",
|
|
||||||
"version": "1.1.7~ynh1",
|
|
||||||
"maintainer": {
|
|
||||||
"name": "titoko",
|
|
||||||
"email": "titoko@titoko.fr"
|
|
||||||
},
|
|
||||||
"multi_instance": false,
|
|
||||||
"requirements": {
|
|
||||||
"yunohost": ">> 3.8.1"
|
|
||||||
},
|
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
{
|
"version": "1.1.7~ynh1",
|
||||||
"name": "path",
|
"url": "https://jappix.org/",
|
||||||
"type": "path",
|
"license": "AGPL-3",
|
||||||
"ask": {
|
"maintainer": {
|
||||||
"en": "Choose a path for Jappix",
|
"name": "titoko",
|
||||||
"fr": "Choisissez un chemin pour Jappix"
|
"email": "titoko@titoko.fr"
|
||||||
},
|
|
||||||
"example": "/jappix",
|
|
||||||
"default": "/jappix"
|
|
||||||
},
|
},
|
||||||
{
|
"requirements": {
|
||||||
"name": "name",
|
"yunohost": ">> 3.8.1"
|
||||||
"ask": {
|
|
||||||
"en": "Choose a name for Jappix",
|
|
||||||
"fr": "Choisissez un nom pour Jappix"
|
|
||||||
},
|
|
||||||
"example": "YunoJappix",
|
|
||||||
"default": "YunoJappix"
|
|
||||||
},
|
},
|
||||||
|
"multi_instance": false,
|
||||||
|
"services": [
|
||||||
|
"nginx",
|
||||||
|
"metronome"
|
||||||
|
],
|
||||||
|
"arguments": {
|
||||||
|
"install" : [
|
||||||
{
|
{
|
||||||
"name": "language",
|
"name": "domain",
|
||||||
"ask": {
|
"type": "domain",
|
||||||
"en": "Choose the default language of Jappix",
|
"ask": {
|
||||||
"fr": "Choissisez la langue par défaut de Jappix"
|
"en": "Choose a domain for Jappix",
|
||||||
|
"fr": "Choisissez un domaine pour Jappix"
|
||||||
},
|
},
|
||||||
"choices" : ["en", "fr", "es"],
|
"example": "domain.org"
|
||||||
"default" : "en"
|
},
|
||||||
|
{
|
||||||
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue