2024-02-01 22:16:33 +01:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "civicrm_drupal7"
|
|
|
|
name = "CiviCRM on Drupal 7"
|
|
|
|
description.en = "CRM for non-profits, NGOs and advocacy organizations"
|
|
|
|
description.fr = "CRM pour organisations à but non lucratif et ONG"
|
|
|
|
|
2024-02-01 23:21:22 +01:00
|
|
|
version = "5.69.4~ynh2"
|
2024-02-01 22:16:33 +01:00
|
|
|
|
|
|
|
maintainers = ["yalh76"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "AGPL-3.0-or-later"
|
|
|
|
website = "https://civicrm.org/"
|
|
|
|
demo = "https://civicrm.org/demo"
|
|
|
|
admindoc = "https://docs.civicrm.org/"
|
|
|
|
code = "https://github.com/civicrm/civicrm-drupal"
|
|
|
|
cpe = "cpe:2.3:a:civicrm:civicrm"
|
|
|
|
fund = "https://civicrm.org/civicrm/contribute/transact?reset=1&id=47"
|
|
|
|
|
|
|
|
[integration]
|
|
|
|
yunohost = ">= 11.2"
|
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/drupal7"
|
|
|
|
|
|
|
|
[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 7 install profile to use"
|
|
|
|
ask.fr = "Choisissez le profile d'installation de Drupal 7"
|
|
|
|
type = "string"
|
|
|
|
choices = ["minimal", "standard"]
|
|
|
|
default = "standard"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.civicrm-drupal]
|
|
|
|
url = "https://download.civicrm.org/civicrm-5.69.4-drupal.tar.gz"
|
|
|
|
sha256 = "8eb452e132ac64a9f09e6151b5441e0c20682482e917586973432c8756f281b2"
|
|
|
|
|
|
|
|
[resources.sources.civicrm-l10n]
|
|
|
|
url = "https://download.civicrm.org/civicrm-5.69.4-l10n.tar.gz"
|
|
|
|
sha256 = "84b537da5b8d0b54f254bc2c456ce472568ccf2aff9f3017346e9570b2efdaf9"
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = [
|
|
|
|
"php8.1-fpm",
|
|
|
|
"php8.1-cli",
|
|
|
|
"php8.1-gd",
|
|
|
|
"php8.1-mysql",
|
|
|
|
"php8.1-xml",
|
|
|
|
"php8.1-ldap",
|
|
|
|
"php8.1-mbstring",
|
|
|
|
"php8.1-curl",
|
|
|
|
"php8.1-soap",
|
|
|
|
"php8.1-intl",
|
|
|
|
"curl",
|
|
|
|
"libzip-dev",
|
|
|
|
]
|
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|