mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
64 lines
2 KiB
JSON
64 lines
2 KiB
JSON
{
|
|
"name": "Kimai2",
|
|
"id": "kimai2",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Multi-user application for time-tracking with support for mobile devices",
|
|
"fr": "Application multi-utilisateurs de suivi du temps compatible avec les appareils mobiles",
|
|
"de": "Eine web-basierte Mehrbenutzer-Zeiterfassung mit Rechnungsdruck mit Unterstützung für mobile Endgeräte",
|
|
"cs": "Víceuživatelská webová aplikace pro sledování času s podporou mobilních zařízení"
|
|
},
|
|
"version": "1.30.0~ynh1",
|
|
"url": "https://www.kimai.org",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"website": "https://www.kimai.org",
|
|
"demo": "https://www.kimai.org/demo/",
|
|
"admindoc": "https://www.kimai.org/documentation/",
|
|
"code": "https://github.com/kevinpapst/kimai2",
|
|
"cpe": "cpe:2.3:a:kimai:kimai_2"
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "Anmol Sharma",
|
|
"email": "anmol@datamol.org",
|
|
"url": "datamol.org"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 11.0.0"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"php7.4-fpm",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "is_public",
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
},
|
|
{
|
|
"name": "registration",
|
|
"type": "boolean",
|
|
"ask": {
|
|
"en": "Are new users allowed to register?",
|
|
"fr": "Est-ce que de nouveaux utilisateurs peuvent s'y inscrire ?",
|
|
"de": "Sollen sich neue Benutzer selber registrieren können ?",
|
|
"cs": "Mohou se noví uživatelé registrovat?"
|
|
},
|
|
"default": false
|
|
}
|
|
]
|
|
}
|
|
}
|