Stephan Müller
Stephan Müller
### Description For my git projects, I created a symlink from `/home/user/git` to `/git`. In the last few weeks (or months, I can't exactly remember), I had the following problem:...
In commit 83ea69d54bea72e1df9a2647ee101c73deb86d44, a redis session handler was intrododuced. But the file `/usr/local/etc/php/conf.d/redis-session.ini` can not be written when using a non-root image, because the folder is owned by root and...
We use Chainlit as a dependency in a custom Python package that runs in a Kubernetes environment. The structure of the project is as follows: ``` APP_ROOT |- .chainlit/ (config_dir)...