maketrandevu_ynh/manifest.json

57 lines
1.3 KiB
JSON

{
"name": "Easy!Appointments",
"id": "easyappointments",
"packaging_format": 1,
"description": {
"en": "Open Source Appointment Scheduler",
"fr": "Planificateur de rendez-vous Open Source"
},
"version": "1.4.2~ynh1",
"url": "https://easyappointments.org/",
"upstream": {
"license": "GPL-3.0-only",
"website": "https://easyappointments.org/",
"demo": "https://demo.easyappointments.org/",
"admindoc": "https://easyappointments.org/docs.html#1.4.1/readme.md",
"code": "https://github.com/alextselegidis/easyappointments"
},
"license": "GPL-3.0-only",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["french", "english"],
"default": "english"
}
]
}
}