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
2021-08-30 23:12:28 +02:00

45 lines
1 KiB
JSON

{
"name": "Timeoff Management",
"id": "timeoff",
"packaging_format": 1,
"description": {
"en": "Web application for managing employee absences"
},
"version": "1.3.3~ynh1",
"url": "https://timeoff.management/",
"upstream": {
"license": "MIT",
"website": "https://timeoff.management/",
"demo": "https://demo.example.com",
"admindoc": "https://timeoff.management/support/main-page.html",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/timeoff-management/timeoff-management-application"
},
"license": "MIT",
"maintainer": {
"name": "Julien Malik",
"email": "ju@paraiso.me"
},
"requirements": {
"yunohost": ">= 4.2.4"
},
"multi_instance": false,
"services": [
"nginx",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}