mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "NOALYSS (phpcompta)",
|
|
"id": "noalyss",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Accounting free software (Beligum and French accounting)",
|
|
"fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)"
|
|
},
|
|
"version": "7.0.15",
|
|
"url": "http://noalyss.be",
|
|
"license": "free",
|
|
"maintainer": {
|
|
"name": "bram",
|
|
"email": "cortex@worlddomination.be",
|
|
"url": "http://worlddomination.be"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 3.0"
|
|
},
|
|
"multi_instance": false,
|
|
"services": [
|
|
"nginx",
|
|
"php7.0-fpm"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain",
|
|
"ask": {
|
|
"en": "Choose a domain name for Noalyss",
|
|
"fr": "Choisissez un nom de domaine pour Noalyss"
|
|
},
|
|
"example": "example.com"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"ask": {
|
|
"en": "Choose a path for Noalyss",
|
|
"fr": "Choisissez un chemin pour Noalyss"
|
|
},
|
|
"example": "/compta",
|
|
"default": "/compta"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Is it a public application?",
|
|
"fr": "Est-ce une application publique ?"
|
|
},
|
|
"default": true
|
|
},
|
|
{
|
|
"name": "language",
|
|
"type": "string",
|
|
"ask": {
|
|
"en": "Choose the application language",
|
|
"fr": "Choisissez la langue de l'application"
|
|
},
|
|
"choices": ["fr", "en"],
|
|
"default": "fr"
|
|
}
|
|
]
|
|
}
|
|
}
|