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

58 lines
1.6 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-01-07 14:24:42 +01: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
},
2021-09-21 10:48:25 +02:00
"version": "14.0.2~ynh1",
"url": "https://www.dolibarr.org/",
"license": "GPL-3.0-or-later",
2015-09-28 22:43:49 +02:00
"maintainer": {
"name": "mastereur",
"url": "https://github.com/mastereur"
},
"requirements": {
2021-02-09 17:19:21 +01:00
"yunohost": ">= 4.0.0"
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",
"type": "domain",
2015-09-28 22:43:49 +02:00
"ask": {
"en": "Choose a domain name for Dolibarr",
"fr": "Choisissez un nom de domaine pour Dolibarr"
2015-09-28 22:43:49 +02:00
},
"example": "example.com"
2015-09-28 22:43:49 +02:00
},
{
"name": "path",
"type": "path",
2015-09-28 22:43:49 +02:00
"ask": {
"en": "Choose a path for Dolibarr",
"fr": "Choisissez un chemin pour Dolibarr"
2015-09-28 22:43:49 +02:00
},
"example": "/dolibarr",
"default": "/dolibarr"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose an admin user",
"fr": "Choisissez ladministrateur"
},
"example": "johndoe"
}
2015-09-28 22:43:49 +02:00
]
}
}