mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update manifest.json
This commit is contained in:
parent
9316d778d9
commit
b52d68e04f
1 changed files with 7 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 3.8.1"
|
"yunohost": ">= 3.8.1"
|
||||||
},
|
},
|
||||||
"url": "https://movim.eu/",
|
"url": "https://movim.eu",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "",
|
"name": "",
|
||||||
|
@ -18,7 +18,9 @@
|
||||||
},
|
},
|
||||||
"services": [
|
"services": [
|
||||||
"nginx",
|
"nginx",
|
||||||
"php7.0-fpm"
|
"php7.0-fpm",
|
||||||
|
"postgresql",
|
||||||
|
"metronome"
|
||||||
],
|
],
|
||||||
"multi_instance": false,
|
"multi_instance": false,
|
||||||
"arguments": {
|
"arguments": {
|
||||||
|
@ -81,13 +83,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ssoenabled",
|
"name": "ssoenabled",
|
||||||
"type": "boolean",
|
"type": "srting",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Enable SSO support (autologin)?",
|
"en": "Enable SSO support (autologin)?",
|
||||||
"fr": "Activer le support SSO (connexin auto) ?"
|
"fr": "Activer le support SSO (connexin auto) ?"
|
||||||
},
|
},
|
||||||
"choices": ["true", "false"],
|
"choices": ["Yes", "No"],
|
||||||
"default": true
|
"default": "Yes"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue