maketrandevu_ynh/manifest.json

56 lines
1.3 KiB
JSON
Raw Normal View History

2021-08-13 15:48:24 +03:00
{
"name": "Easy!Appointments",
"id": "easyappointments",
"packaging_format": 1,
"description": {
2021-08-13 16:03:26 +03:00
"en": "Open Source Appointment Scheduler",
"fr": "Planificateur de rendez-vous Open Source"
2021-08-13 15:48:24 +03:00
},
2022-03-08 21:00:24 +03:00
"version": "1.4.3~ynh1",
2021-08-13 15:48:24 +03:00
"url": "https://easyappointments.org/",
"upstream": {
"license": "GPL-3.0-only",
"website": "https://easyappointments.org/",
"demo": "https://demo.easyappointments.org/",
2022-04-06 16:28:21 +03:00
"admindoc": "https://easyappointments.org/docs.html#1.4.3/readme.md",
2021-08-13 15:48:24 +03:00
"code": "https://github.com/alextselegidis/easyappointments"
2021-08-13 23:42:25 +03:00
},
2021-08-13 15:48:24 +03:00
"license": "GPL-3.0-only",
"maintainer": {
2021-08-29 12:19:23 +03:00
"name": "eric_G",
2021-08-13 15:48:24 +03:00
"email": ""
},
"requirements": {
2021-11-17 01:49:33 +03:00
"yunohost": ">= 4.3.0"
2021-08-13 15:48:24 +03:00
},
"multi_instance": true,
"services": [
"nginx",
2022-04-06 19:54:18 +03:00
"php7.4-fpm",
2021-08-13 15:48:24 +03:00
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-24 13:44:52 +03:00
"type": "domain"
2021-08-13 15:48:24 +03:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
2021-08-13 20:36:04 +03:00
"choices": ["french", "english"],
"default": "english"
2021-08-13 15:48:24 +03:00
}
]
}
}