diff --git a/manifest.toml b/manifest.toml index 7119242..8011479 100644 --- a/manifest.toml +++ b/manifest.toml @@ -23,7 +23,7 @@ code = "https://github.com/bonfire-networks/bonfire-app" [integration] -yunohost = ">= 11.0.0" +yunohost = ">= 11.1.18" multi_instance = false architectures = "all" @@ -78,30 +78,27 @@ ram.runtime = "500M" [install.media_upload_size] type = "string" choices = [ - "1MB", - "2MB", - "5MB", - "10MB", - "15MB", - "20MB", - "35MB", - "50MB", - "100MB", - "150MB" - ] + "1MB", + "2MB", + "5MB", + "10MB", + "15MB", + "20MB", + "35MB", + "50MB", + "100MB", + "150MB" + ] default = "20MB" ask.en = "Maximum size of the media uploaded. Can be changed later." ask.fr = "Taille maximale des médias mis en ligne. Peut-être modifié ultérieurement." [resources] - #[resources.data_dir] - # This will create/remove the data dir as /home/yunohost.app/$app - # and store the corresponding setting $data_dir - #TODO - + [resources.ports] - # This will pick a random port for reverse-proxying and store it as the $port setting + [resources.apt] + packages = "postgresql" + [resources.database] - # This will automatically provision/deprovison a mysql DB and store the corresponding credentials in settings $db_user, $db_name, $db_pwd type = "postgresql"