robjuz

Results 62 comments of robjuz

One more question. During development there are always permisions problems. There is a great projekt I'm using for a long time now: https://github.com/thecodingmachine/docker-images-php There are doing some magic to simplify...

Ok. I will prepare a separate PR for this. On Sat, 15 Feb 2025, 14:18 Kevin Papst, ***@***.***> wrote: > Do you mind if I remove the dev part from...

@kevinpapst I think I'm ready. The development environment is not ideal, but we can work on it later. I know it's a lot of changes, but in the end it...

Hi @kevinpapst Do you need something from me to be able to merge this?

It's ok. Just let me know if you need my help. On Sun, 15 Jun 2025, 23:36 Kevin Papst, ***@***.***> wrote: > *kevinpapst* left a comment (kimai/kimai#5158) > > >...

Sorry for the late response. It can happen, that users will run into file permissions problem. This should be documented. Althought a simple `chown -R docker:docker /opt/kimai/var` should do the...

The new container is running as a non-root user `docker` and changing the ownership requires root privileges, so it cannot be part of the startup script. I will play around...

@kevinpapst sorry for the late response. I took a look on the file permission problem. The new docker images are all running as the docker user with id 1000. This...

I did some more testing and I thing I found a perfekt solution. The current container is running as `root` but ` apache` and `fpm` are running as `www-data` with...

@peppi911 the `nominatim replication --init` is part of the `initJob` when updates was enabled. I bliefe that you started the init process without setting `updates.enabled: true`