1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/noalyss_ynh.git synced 2024-09-03 19:46:20 +02:00
noalyss_ynh/manifest.json

89 lines
2.8 KiB
JSON
Raw Normal View History

2015-09-27 00:35:53 +02:00
{
2020-11-28 10:57:02 +01:00
"name": "Noalyss",
2015-09-27 00:35:53 +02:00
"id": "noalyss",
"packaging_format": 1,
2015-09-27 00:35:53 +02:00
"description": {
"en": "Accounting free software (Beligum and French accounting)",
"fr": "Logiciel libre de comptabilité (comptabilité Belge et Française)"
},
2020-11-28 10:57:02 +01:00
"version": "8.0~ynh1",
2020-03-26 09:13:02 +01:00
"url": "http://noalyss.eu",
2020-11-28 10:57:02 +01:00
"license": "AGPL-3.0-only",
2015-09-27 00:35:53 +02:00
"maintainer": {
2020-03-26 09:13:02 +01:00
"name": "datatierce",
"email": "github@computhings.be",
"url": "https://computhings.be"
2015-09-27 00:35:53 +02:00
},
"requirements": {
2020-11-28 10:57:02 +01:00
"yunohost": ">= 4.0.0"
},
"multi_instance": false,
"services": [
"nginx",
"php7.0-fpm"
],
2015-09-27 00:35:53 +02:00
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
2015-09-27 00:35:53 +02:00
"ask": {
"en": "Choose a domain name for Noalyss",
"fr": "Choisissez un nom de domaine pour Noalyss"
2015-09-27 00:35:53 +02:00
},
"example": "example.com"
2015-09-27 00:35:53 +02:00
},
{
"name": "path",
"type": "path",
2015-09-27 00:35:53 +02:00
"ask": {
"en": "Choose a path for Noalyss",
"fr": "Choisissez un chemin pour Noalyss"
2015-09-27 00:35:53 +02:00
},
2020-11-28 10:57:02 +01:00
"example": "/noalyss",
"default": "/noalyss"
},
{
"name": "admin",
"type": "user",
"ask": {
"en": "Choose the Mantis administrator",
"fr": "Choisissez ladministrateur de Mantis"
}
},
{
"name": "password",
"type": "password",
"ask": {
"en": "Set the administrator password",
"fr": "Définissez le mot de passe administrateur"
},
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
},
"example": "Choose a password"
},
{
"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"
2015-09-27 00:35:53 +02:00
}
]
}
}