2015-09-28 22:43:49 +02:00
|
|
|
{
|
|
|
|
"name": "Dolibarr",
|
|
|
|
"id": "dolibarr",
|
2019-06-16 00:06:51 +02:00
|
|
|
"packaging_format": 1,
|
2015-09-28 22:43:49 +02:00
|
|
|
"description": {
|
2021-09-25 14:42:38 +02:00
|
|
|
"en": "Manage the various aspects of your business or association",
|
|
|
|
"fr": "Gérez les différents aspects de votre activité pro ou associative"
|
2015-09-28 22:43:49 +02:00
|
|
|
},
|
2023-10-02 14:03:29 +02:00
|
|
|
"version": "18.0.1~ynh1",
|
2019-06-16 00:06:51 +02:00
|
|
|
"url": "https://www.dolibarr.org/",
|
2021-09-25 14:42:38 +02:00
|
|
|
"upstream": {
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"website": "https://www.dolibarr.org/",
|
|
|
|
"demo": "https://www.dolibarr.org/onlinedemo",
|
|
|
|
"admindoc": "https://www.dolibarr.org/documentation-home",
|
|
|
|
"userdoc": "https://www.dolibarr.org/#features",
|
2022-08-07 20:11:25 +02:00
|
|
|
"code": "https://github.com/Dolibarr/dolibarr",
|
|
|
|
"cpe": "cpe:2.3:a:dolibarr:dolibarr"
|
2021-09-25 14:42:38 +02:00
|
|
|
},
|
2019-07-04 09:50:59 +02:00
|
|
|
"license": "GPL-3.0-or-later",
|
2015-09-28 22:43:49 +02:00
|
|
|
"maintainer": {
|
2019-06-16 00:06:51 +02:00
|
|
|
"name": "mastereur",
|
|
|
|
"url": "https://github.com/mastereur"
|
|
|
|
},
|
|
|
|
"requirements": {
|
2023-08-31 13:54:08 +02:00
|
|
|
"yunohost": ">= 11.2"
|
2015-09-28 22:43:49 +02:00
|
|
|
},
|
2017-05-05 17:34:15 +02:00
|
|
|
"multi_instance": true,
|
2019-06-16 00:06:51 +02:00
|
|
|
"services": [
|
2017-04-24 04:16:02 +02:00
|
|
|
"nginx",
|
2023-03-13 18:32:02 +01:00
|
|
|
"php8.1-fpm",
|
2019-06-16 00:06:51 +02:00
|
|
|
"mysql"
|
|
|
|
],
|
2015-09-28 22:43:49 +02:00
|
|
|
"arguments": {
|
2022-08-07 20:11:25 +02:00
|
|
|
"install": [
|
2015-09-28 22:43:49 +02:00
|
|
|
{
|
|
|
|
"name": "domain",
|
2021-09-25 14:21:12 +02:00
|
|
|
"type": "domain"
|
2015-09-28 22:43:49 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "path",
|
2019-06-16 00:06:51 +02:00
|
|
|
"type": "path",
|
2015-09-28 22:43:49 +02:00
|
|
|
"example": "/dolibarr",
|
|
|
|
"default": "/dolibarr"
|
2017-04-24 04:16:02 +02:00
|
|
|
},
|
2019-06-16 00:06:51 +02:00
|
|
|
{
|
2017-05-05 17:34:15 +02:00
|
|
|
"name": "admin",
|
2021-09-25 14:21:12 +02:00
|
|
|
"type": "user"
|
2021-03-24 23:38:12 +01:00
|
|
|
}
|
2015-09-28 22:43:49 +02:00
|
|
|
]
|
|
|
|
}
|
2022-08-07 20:11:25 +02:00
|
|
|
}
|