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

53 lines
1.3 KiB
JSON
Raw Normal View History

2018-04-03 19:00:18 +02:00
{
2022-02-09 18:42:59 +01:00
"name": "Timeoff",
2018-04-03 19:00:18 +02:00
"id": "timeoff",
"packaging_format": 1,
"description": {
2022-02-09 17:56:47 +01:00
"en": "Web application for managing employee absences",
"fr": "Web application for managing employee absences"
2018-04-03 19:00:18 +02:00
},
2021-11-29 22:07:35 +01:00
"version": "1.4.0~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/",
"admindoc": "https://timeoff.management/support/main-page.html",
"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-11-20 22:25:50 +01:00
"yunohost": ">= 4.3.0"
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",
2021-11-20 22:25:50 +01:00
"type": "domain"
2018-04-03 19:00:18 +02:00
},
2021-08-30 23:12:28 +02:00
{
"name": "is_public",
"type": "boolean",
"default": true
2021-08-30 23:49:05 +02:00
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["cs", "de", "fr", "en"],
"default": "fr"
2021-08-30 23:12:28 +02:00
}
2018-04-03 19:00:18 +02:00
]
}
}