1
0
Fork 0
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:
ericgaspar 2020-09-17 19:44:34 +02:00
parent 9316d778d9
commit b52d68e04f
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -10,7 +10,7 @@
"requirements": {
"yunohost": ">= 3.8.1"
},
"url": "https://movim.eu/",
"url": "https://movim.eu",
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "",
@ -18,7 +18,9 @@
},
"services": [
"nginx",
"php7.0-fpm"
"php7.0-fpm",
"postgresql",
"metronome"
],
"multi_instance": false,
"arguments": {
@ -81,13 +83,13 @@
},
{
"name": "ssoenabled",
"type": "boolean",
"type": "srting",
"ask": {
"en": "Enable SSO support (autologin)?",
"fr": "Activer le support SSO (connexin auto) ?"
},
"choices": ["true", "false"],
"default": true
"choices": ["Yes", "No"],
"default": "Yes"
}
]
}