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

45 lines
1,022 B
JSON
Raw Normal View History

2018-04-03 19:00:18 +02:00
{
"name": "Timeoff Management",
"id": "timeoff",
"packaging_format": 1,
"description": {
2021-08-30 23:12:28 +02:00
"en": "Web application for managing employee absences"
2018-04-03 19:00:18 +02:00
},
2021-08-30 23:12:28 +02:00
"version": "1.3.3~ynh1",
2018-04-03 19:00:18 +02:00
"url": "https://timeoff.management/",
2021-08-30 23:12:28 +02:00
"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"
},
2018-04-03 19:00:18 +02:00
"license": "MIT",
"maintainer": {
"name": "Julien Malik",
"email": "ju@paraiso.me"
},
"requirements": {
2021-08-30 23:12:28 +02:00
"yunohost": ">= 4.2.4"
2018-04-03 19:00:18 +02:00
},
"multi_instance": false,
"services": [
2021-08-30 23:30:41 +02:00
"nginx"
2018-04-03 19:00:18 +02:00
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
2021-08-30 23:12:28 +02:00
"example": "example.com"
2018-04-03 19:00:18 +02:00
},
2021-08-30 23:12:28 +02:00
{
"name": "is_public",
"type": "boolean",
"default": true
}
2018-04-03 19:00:18 +02:00
]
}
}