2019-05-02 01:04:28 +02:00
|
|
|
{
|
|
|
|
"name": "CiviCRM on Drupal 7",
|
|
|
|
"id": "civicrm_drupal7",
|
|
|
|
"packaging_format": 1,
|
|
|
|
"description": {
|
2021-11-29 08:20:57 +01:00
|
|
|
"en": "CRM for non-profits, NGOs and advocacy organizations",
|
|
|
|
"fr": "CRM pour organisations à but non lucratif et ONG"
|
2019-05-02 01:04:28 +02:00
|
|
|
},
|
2024-02-01 07:11:25 +01:00
|
|
|
"version": "5.69.4~ynh1",
|
2019-05-02 01:04:28 +02:00
|
|
|
"url": "https://civicrm.org",
|
2021-10-12 21:19:57 +02:00
|
|
|
"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"
|
|
|
|
},
|
2019-05-02 01:04:28 +02:00
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"maintainer": {
|
|
|
|
"name": "yalh76"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2022-08-14 23:22:01 +02:00
|
|
|
"yunohost": ">= 11.0"
|
2019-05-02 01:04:28 +02:00
|
|
|
},
|
|
|
|
"multi_instance": true,
|
|
|
|
"services": [
|
|
|
|
"nginx",
|
2021-02-28 11:56:24 +01:00
|
|
|
"php7.3-fpm",
|
2019-05-02 01:04:28 +02:00
|
|
|
"mysql"
|
|
|
|
],
|
|
|
|
"arguments": {
|
2022-08-14 23:50:32 +02:00
|
|
|
"install": [
|
2019-05-02 01:04:28 +02:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-10-12 21:50:31 +02:00
|
|
|
"type": "domain"
|
2019-05-02 01:04:28 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
2019-08-05 01:48:52 +02:00
|
|
|
"example": "/drupal7",
|
|
|
|
"default": "/drupal7"
|
2019-05-02 01:04:28 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "is_public",
|
|
|
|
"type": "boolean",
|
|
|
|
"default": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "language",
|
|
|
|
"type": "string",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose the application language",
|
|
|
|
"fr": "Choisissez la langue de l'application"
|
|
|
|
},
|
2023-08-05 08:09:32 +02:00
|
|
|
"choices": [
|
|
|
|
"fr",
|
|
|
|
"en"
|
|
|
|
],
|
2019-05-02 01:04:28 +02:00
|
|
|
"default": "en"
|
|
|
|
},
|
2022-08-14 23:50:32 +02:00
|
|
|
{
|
|
|
|
"name": "admin",
|
|
|
|
"type": "user"
|
|
|
|
},
|
2019-05-02 01:04:28 +02:00
|
|
|
{
|
|
|
|
"name": "password",
|
2021-11-29 08:20:57 +01:00
|
|
|
"type": "password"
|
2019-05-02 01:04:28 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "install_profil",
|
|
|
|
"type": "string",
|
|
|
|
"ask": {
|
|
|
|
"en": "Choose the Drupal 7 install profile to use",
|
|
|
|
"fr": "Choisissez le profile d'installation de Drupal 7"
|
|
|
|
},
|
2023-08-05 08:09:32 +02:00
|
|
|
"choices": [
|
|
|
|
"minimal",
|
|
|
|
"standard"
|
|
|
|
],
|
2019-05-02 01:04:28 +02:00
|
|
|
"default": "standard"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|