1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00
dolibarr_ynh/manifest.json
ericgaspar 599cb69c14
Fix
2021-09-25 14:42:38 +02:00

51 lines
1.4 KiB
JSON

{
"name": "Dolibarr",
"id": "dolibarr",
"packaging_format": 1,
"description": {
"en": "Manage the various aspects of your business or association",
"fr": "Gérez les différents aspects de votre activité pro ou associative"
},
"version": "14.0.2~ynh1",
"url": "https://www.dolibarr.org/",
"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",
"code": "https://github.com/Dolibarr/dolibarr"
},
"license": "GPL-3.0-or-later",
"maintainer": {
"name": "mastereur",
"url": "https://github.com/mastereur"
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/dolibarr",
"default": "/dolibarr"
},
{
"name": "admin",
"type": "user"
}
]
}
}