Package Details: kimai2 2.3.0-1

Git Clone URL: https://aur.archlinux.org/kimai2.git (read-only, click to copy)
Package Base: kimai2
Description: Kimai the free open source timetracker
Upstream URL: http://www.kimai.org/
Licenses: GPL
Submitter: mfulz
Maintainer: mfulz
Last Packager: mfulz
Votes: 1
Popularity: 0.102390
First Submitted: 2021-07-06 16:40 (UTC)
Last Updated: 2023-11-19 21:27 (UTC)

Latest Comments

joecrow commented on 2024-01-06 14:27 (UTC)

For those trying to install Kimai on Arch. And have an error 500 when trying to run. It is because php-fpm makes /usr read only by default.

To fix it run:

systemctl edit php-fpm.service

[Service]
ReadWritePaths=\path\that\needs\write\access