diff --git a/manifest.json b/manifest.json index e11787b..ba45bb9 100644 --- a/manifest.json +++ b/manifest.json @@ -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" } ] }