easyappointments_ynh/manifest.json

56 lines
1.5 KiB
JSON
Raw Normal View History

2021-08-13 15:48:24 +03:00
{
2022-06-01 05:16:19 +03:00
"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": {
2021-08-13 15:48:24 +03:00
"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"
},
2022-06-01 05:16:19 +03:00
"license": "GPL-3.0-only",
"maintainer": {
"name": "eric_G",
"email": ""
},
"requirements": {
"yunohost": ">= 4.3.0"
2021-08-13 15:48:24 +03:00
},
2022-06-01 05:16:19 +03:00
"multi_instance": true,
"services": [
"nginx",
2022-06-04 12:30:39 +03:00
"php8.0-fpm",
2022-06-01 05:16:19 +03:00
"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"
}
]
}
2021-08-13 15:48:24 +03:00
}