mirror of
https://github.com/YunoHost-Apps/dolibarr_ynh.git
synced 2024-09-03 18:35:53 +02:00
57 lines
1.6 KiB
JSON
57 lines
1.6 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.1~ynh1",
|
||
"url": "https://www.dolibarr.org/",
|
||
"license": "GPL-3.0-or-later",
|
||
"maintainer": {
|
||
"name": "mastereur",
|
||
"url": "https://github.com/mastereur"
|
||
},
|
||
"requirements": {
|
||
"yunohost": ">= 4.0.0"
|
||
},
|
||
"multi_instance": true,
|
||
"services": [
|
||
"nginx",
|
||
"php7.3-fpm",
|
||
"mysql"
|
||
],
|
||
"arguments": {
|
||
"install" : [
|
||
{
|
||
"name": "domain",
|
||
"type": "domain",
|
||
"ask": {
|
||
"en": "Choose a domain name for Dolibarr",
|
||
"fr": "Choisissez un nom de domaine pour Dolibarr"
|
||
},
|
||
"example": "example.com"
|
||
},
|
||
{
|
||
"name": "path",
|
||
"type": "path",
|
||
"ask": {
|
||
"en": "Choose a path for Dolibarr",
|
||
"fr": "Choisissez un chemin pour Dolibarr"
|
||
},
|
||
"example": "/dolibarr",
|
||
"default": "/dolibarr"
|
||
},
|
||
{
|
||
"name": "admin",
|
||
"type": "user",
|
||
"ask": {
|
||
"en": "Choose an admin user",
|
||
"fr": "Choisissez l’administrateur"
|
||
},
|
||
"example": "johndoe"
|
||
}
|
||
]
|
||
}
|
||
}
|