55 lines
1.3 KiB
JSON
55 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.3~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.3/readme.md",
|
|
"code": "https://github.com/alextselegidis/easyappointments"
|
|
},
|
|
"license": "GPL-3.0-only",
|
|
"maintainer": {
|
|
"name": "eric_G",
|
|
"email": ""
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.4-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install" : [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|