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
ericgaspar 5059829c8b
fix
2021-11-29 21:59:50 +01:00

52 lines
1.3 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",
"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
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["cs", "de", "fr", "en"],
"default": "fr"
}
]
}
}