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": { "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"
} }
] ]
} }