mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
52 lines
No EOL
1.4 KiB
JSON
52 lines
No EOL
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": "16.0.4~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",
|
|
"cpe": "cpe:2.3:a:dolibarr:dolibarr"
|
|
},
|
|
"license": "GPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "mastereur",
|
|
"url": "https://github.com/mastereur"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.4-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/dolibarr",
|
|
"default": "/dolibarr"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
} |