1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/timeoff_ynh.git synced 2024-09-03 20:35:59 +02:00
timeoff_ynh/manifest.json
2022-03-11 00:46:16 +01:00

42 lines
954 B
JSON

{
"name": "Timeoff",
"id": "timeoff",
"packaging_format": 1,
"description": {
"en": "Web application for managing employee absences",
"fr": "Application Web de gestion des absences des employés"
},
"version": "1.4.0~ynh2",
"url": "https://timeoff.management/",
"upstream": {
"license": "MIT",
"website": "https://timeoff.management/",
"admindoc": "https://timeoff.management/support/main-page.html",
"code": "https://github.com/timeoff-management/timeoff-management-application"
},
"license": "MIT",
"maintainer": {
"name": "Julien Malik",
"email": "ju@paraiso.me"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}