1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00

Add templates

This commit is contained in:
ericgaspar 2021-09-26 23:34:49 +02:00
parent 7f6da2a0bd
commit ab3f9d37fd
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 20 additions and 0 deletions

3
doc/DESCRIPTION.md Normal file
View file

@ -0,0 +1,3 @@
This is the reloaded version of the open source timetracker Kimai. Right now its in an early development phase, its usable but some advanced features from Kimai v1 are missing by now.
Kimai v2 has nothing in common with its predecessor Kimai v1 besides the basic ideas of time-tracking and the current development team. It is based on a lot of great frameworks. Special thanks to Symfony v4, Doctrine, AdminThemeBundle (based on AdminLTE).

10
doc/DISCLAIMER.md Normal file
View file

@ -0,0 +1,10 @@
#### Multi-user support
LDAP is supported
HTTP auth is not supported
Defaul Kimai2 roles are:
* ROLE_USER
* ROLE_TEAMLEAD => Kimai2 (Teamlead) YunoHost permission
* ROLE_ADMIN => Kimai2 (Admin) YunoHost permission
* ROLE_SUPER_ADMIN => Kimai2 (Super_Admin) YunoHost permission
Those roles are directly managed using YunoHost permission system. User choosen during installation is granted the ROLE_SUPER_ADMIN

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB

View file

@ -10,6 +10,13 @@
},
"version": "1.15.2~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"
},
"license": "MIT",
"maintainer": {
"name": "Anmol Sharma"