mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update manifest.json
This commit is contained in:
parent
6f7da7cf8b
commit
81f372b7c2
1 changed files with 5 additions and 17 deletions
|
@ -6,7 +6,7 @@
|
||||||
"en": "Your federated organization and mobilization platform.",
|
"en": "Your federated organization and mobilization platform.",
|
||||||
"fr": "Votre plateforme fédérée d'organisation et de mobilisation."
|
"fr": "Votre plateforme fédérée d'organisation et de mobilisation."
|
||||||
},
|
},
|
||||||
"version": "0.1~ynh1",
|
"version": "0.1.0-2019-04-12~ynh1",
|
||||||
"url": "https://joinmobilizon.org/",
|
"url": "https://joinmobilizon.org/",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -17,9 +17,7 @@
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx"
|
||||||
"php7.0-fpm",
|
|
||||||
"mysql"
|
|
||||||
],
|
],
|
||||||
"arguments": {
|
"arguments": {
|
||||||
"install" : [
|
"install" : [
|
||||||
|
@ -27,21 +25,11 @@
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose a domain name for ynhexample",
|
"en": "Choose a domain name for Mobilizon",
|
||||||
"fr": "Choisissez un nom de domaine pour ynhexample"
|
"fr": "Choisissez un nom de domaine pour Mobilizon"
|
||||||
},
|
},
|
||||||
"example": "example.com"
|
"example": "example.com"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "path",
|
|
||||||
"type": "path",
|
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for ynhexample",
|
|
||||||
"fr": "Choisissez un chemin pour ynhexample"
|
|
||||||
},
|
|
||||||
"example": "/example",
|
|
||||||
"default": "/example"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
|
@ -88,7 +76,7 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Choose the instance name",
|
"en": "Choose the instance name",
|
||||||
"fr": "Choisissez lle nom de l'instance"
|
"fr": "Choisissez le nom de l'instance"
|
||||||
},
|
},
|
||||||
"example": "My Mobilizon",
|
"example": "My Mobilizon",
|
||||||
"default": "My Mobilizon"
|
"default": "My Mobilizon"
|
||||||
|
|
Loading…
Add table
Reference in a new issue