diff --git a/manifest.json b/manifest.json index 0586e80a..cdf0a3af 100644 --- a/manifest.json +++ b/manifest.json @@ -16,7 +16,8 @@ "services": [ "nginx", "php7.3-fpm", - "mysql" + "mysql", + "postgresql" ], "requirements": { "yunohost": ">= 3.8.1" @@ -46,6 +47,7 @@ }, { "name": "database", + "type": "int", "ask": { "en": "Choose the database to be used for the Hubzilla [mysql:1,postgresql:2]", "fr": "Choisissez la database de l'Hubzilla [mysql:1,postgresql:2]"