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

52 lines
1.4 KiB
JSON
Raw Normal View History

2015-09-28 22:43:49 +02:00
{
"name": "Dolibarr",
"id": "dolibarr",
"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
},
2022-01-07 17:27:02 +01:00
"version": "14.0.5~ynh1",
"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",
"code": "https://github.com/Dolibarr/dolibarr"
},
"license": "GPL-3.0-or-later",
2015-09-28 22:43:49 +02:00
"maintainer": {
"name": "mastereur",
"url": "https://github.com/mastereur"
},
"requirements": {
2022-01-07 17:21:57 +01:00
"yunohost": ">= 4.3.5"
2015-09-28 22:43:49 +02:00
},
"multi_instance": true,
"services": [
"nginx",
2021-01-07 14:24:42 +01:00
"php7.3-fpm",
"mysql"
],
2015-09-28 22:43:49 +02:00
"arguments": {
"install" : [
{
"name": "domain",
2021-09-25 14:21:12 +02:00
"type": "domain"
2015-09-28 22:43:49 +02:00
},
{
"name": "path",
"type": "path",
2015-09-28 22:43:49 +02:00
"example": "/dolibarr",
"default": "/dolibarr"
},
{
"name": "admin",
2021-09-25 14:21:12 +02:00
"type": "user"
}
2015-09-28 22:43:49 +02:00
]
}
}