|
| 1 | +--- |
| 2 | + |
| 3 | +# project information |
| 4 | +project_name: kimai |
| 5 | +project_url: "https://kimai.org/" |
| 6 | +project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/kimai-logo.png" |
| 7 | +project_blurb: | |
| 8 | + [{{ project_name|capitalize }}]({{ project_url }}) is a professional grade time-tracking application, free and open-source. |
| 9 | + It handles use-cases of freelancers as well as companies with dozens or hundreds of users. |
| 10 | + Kimai was build to track your project times and ships with many advanced features, including but not limited to: |
| 11 | +
|
| 12 | + JSON API, invoicing, data exports, multi-timer and punch-in punch-out mode, tagging, multi-user - multi-timezones - multi-language ([over 30 translations existing](https://hosted.weblate.org/projects/kimai/)!), authentication via SAML/LDAP/Database, two-factor authentication (2FA) with TOTP, customizable role and team permissions, responsive design, user/customer/project specific rates, advanced search & filtering, money and time budgets, advanced reporting, support for [plugins](https://www.kimai.org/store/) and so much more. |
| 13 | +project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" |
| 14 | + |
| 15 | +# supported architectures |
| 16 | +available_architectures: |
| 17 | + - { arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} |
| 18 | + - { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} |
| 19 | + |
| 20 | +# development version |
| 21 | +development_versions: false |
| 22 | +development_versions_items: |
| 23 | + - { tag: "latest", desc: "Stable Kimai releases." } |
| 24 | + |
| 25 | +# container parameters |
| 26 | +common_param_env_vars_enabled: true |
| 27 | +param_container_name: "{{ project_name }}" |
| 28 | +param_usage_include_vols: true |
| 29 | +param_volumes: |
| 30 | + - { vol_path: "/config", vol_host_path: "/path/to/appdata/config", desc: "Contains all relevant configuration files." } |
| 31 | +param_usage_include_ports: true |
| 32 | +param_ports: |
| 33 | + - { external_port: "80", internal_port: "80", port_desc: "http gui" } |
| 34 | + - { external_port: "443", internal_port: "443", port_desc: "https gui" } |
| 35 | +param_usage_include_env: true |
| 36 | +param_env_vars: |
| 37 | + - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"} |
| 38 | + |
| 39 | +# application setup block |
| 40 | +app_setup_block_enabled: true |
| 41 | +app_setup_block: | |
| 42 | + Access the web gui at http://SERVERIP:PORT |
| 43 | +
|
| 44 | +# changelog |
| 45 | +changelogs: |
| 46 | + - { date: "09.08.23:", desc: "Initial Release." } |
0 commit comments