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

66 lines
2 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": {
"en": "Dolibarr ERP & CRM is a modern and easy to use web software to manage your business (contacts, invoices, orders, products, stocks, agenda, emailings, etc...).",
"fr": "Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc...)."
},
"url": "https://www.dolibarr.org/",
"license": "free",
2015-09-28 22:43:49 +02:00
"maintainer": {
"name": "scith",
"url": "https://github.com/scith"
2015-09-28 22:43:49 +02:00
},
"requirements": {
"yunohost": ">> 2.4.0"
},
"multi_instance": true,
"services": [
"nginx",
"php5-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 for Dolibarr",
"fr": "Choisissez un nom de domaine pour Dolibarr"
2015-09-28 22:43:49 +02:00
},
"example": "domain.org"
},
{
"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"
},
{
"name": "member",
"type": "boolean",
"ask": {
"en": "Should YunoHost users also be added as members awaiting approval in Dolibarr?",
"fr": "Les utilisateurs YunoHost doivent-ils aussi être ajoutés comme adhérents en attente de validation dans Dolibarr ?"
},
"default": false
}
2015-09-28 22:43:49 +02:00
]
}
}