2015-09-28 22:43:49 +02:00
{
"name" : "Dolibarr" ,
"id" : "dolibarr" ,
2017-04-24 04:16:02 +02:00
"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...)."
} ,
2017-04-24 04:16:02 +02:00
"url" : "https://www.dolibarr.org/" ,
"license" : "free" ,
2015-09-28 22:43:49 +02:00
"maintainer" : {
2017-04-24 04:16:02 +02:00
"name" : "scith" ,
"url" : "https://github.com/scith"
2015-09-28 22:43:49 +02:00
} ,
2017-04-24 04:16:02 +02:00
"requirements" : {
"yunohost" : ">> 2.4.0"
} ,
"multi_instance" : false ,
"services" : [
"nginx" ,
"php5-fpm" ,
"mysql"
] ,
2015-09-28 22:43:49 +02:00
"arguments" : {
"install" : [
{
"name" : "domain" ,
2017-04-24 04:16:02 +02:00
"type" : "domain" ,
2015-09-28 22:43:49 +02:00
"ask" : {
2017-04-24 04:16:02 +02:00
"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" ,
2017-04-24 04:16:02 +02:00
"type" : "path" ,
2015-09-28 22:43:49 +02:00
"ask" : {
2017-04-24 04:16:02 +02:00
"en" : "Choose a path for Dolibarr" ,
"fr" : "Choisissez un chemin pour Dolibarr"
2015-09-28 22:43:49 +02:00
} ,
"example" : "/dolibarr" ,
"default" : "/dolibarr"
2017-04-24 04:16:02 +02:00
} ,
{
"name" : "password" ,
"type" : "password" ,
"ask" : {
"en" : "Choose a strong password for the 'admin' user" ,
"fr" : "Choisissez un mot de passe fort pour l'administrateur 'admin'"
}
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
"ask" : {
"en" : "Is it a public site?" ,
"fr" : "Est-ce un site public ?"
} ,
"default" : false
} ,
{
"name" : "user" ,
"type" : "boolean" ,
"ask" : {
"en" : "Should YunoHost users be users in Dolibarr?" ,
"fr" : "Les utilisateurs YunoHost doivent-ils être des utilisateurs Dolibarr ?"
} ,
"default" : true
} ,
{
"name" : "member" ,
"type" : "boolean" ,
"ask" : {
"en" : "Should YunoHost users be draft members in Dolibarr?" ,
"fr" : "Les utilisateurs YunoHost doivent-ils être des adhérents à l'état brouillon dans Dolibarr ?"
} ,
"default" : true
}
2015-09-28 22:43:49 +02:00
]
}
}