#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json packaging_format = 2 id = "drupal" name = "Drupal" description.en = "Content management framework" description.fr = "Système de gestion de contenu" version = "2024.01.09~ynh1" maintainers = ["yalh76"] [upstream] license = "GPL-2.0-or-later" website = "https://www.drupal.org" admindoc = "https://www.drupal.org/docs/8" code = "https://github.com/drupal/drupal" [integration] yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false sso = false disk = "50M" ram.build = "2G" ram.runtime = "50M" [install] [install.domain] type = "domain" [install.path] type = "path" default = "/drupal" [install.init_main_permission] type = "group" default = "visitors" [install.language] ask.en = "Choose the application language" ask.fr = "Choisissez la langue de l'application" type = "select" choices = ["fr", "en"] default = "en" [install.admin] type = "user" [install.password] type = "password" [install.install_profil] ask.en = "Choose the Drupal install profile to use" ask.fr = "Choisissez le profile d'installation de Drupal" type = "select" choices = ["minimal", "standard"] default = "standard" [resources] [resources.sources.main] url = "https://github.com/drupal-composer/drupal-project/archive/2abda82b174536474a62825fb71e2d4ef0425e7b.tar.gz" sha256 = "ef5def12d4bc9f51d336631f4a51a46b333f77561ac36e25fb1f63f6f270b4be" autoupdate.upstream = "https://github.com/drupal-composer/drupal-project" autoupdate.strategy = "latest_github_commit" [resources.system_user] [resources.install_dir] [resources.permissions] main.url = "/" [resources.apt] packages = [ "mariadb-server", "curl", "php8.2-fpm", "php8.2-cli", "php8.2-gd", "php8.2-mysql", "php8.2-xml", "php8.2-ldap", "php8.2-mbstring", "php8.2-json", "php8.2-simplexml", "php8.2-curl", "php8.2-readline", ] [resources.database] type = "mysql"