adrianrudnik
adrianrudnik
Sure, just do not specify FRITZBOX_ENDPOINT_URL, you should see a message on the log that indicates that polling was disabled due to this missing env.
Cool, will try to look at it later and merge it if it works on my end. I'm fine with manual testing right now, it's a basic project and mocking...
It's an ARM machine or? It's not working with the docker image, but it should work as a compiled version. Try to clone the repository and change the line 13...
Do you use the x64 docker image, or the arm variant? I'll take a look tomorrow and upgrade the mjml_version to the next available minor version.
Hi there, yes I want to move it to a non-root user soon, through it will introduce a BC break because the default listening port will change from 80 to...
Maybe something I would look into as part of a plugin bundle. @kevinpapst Looking at `/src/Event` shows no specific events like "time started", "time stopped", "entry edit" and such, this...
@kevinpapst Ah yeah, that looks nice! Just a short review here instead on the PR to keep things simple. - AbstractTimesheetEvent only supports the affected timesheet entity, not the user...
Not sure what the benefit of that artisan scheduling is. Is it a way around crontab? You still need to register the artisan command, so you could do it better...
Yeah, that seems like a alot of overhead in comparison to a cron.d file. This app could just deliver a template like ``` # /etc/cron.d/kimai www-data * * * *...
@simonschaufi the bundle mentioned by @kevinpapst was no help?