Results 45 comments of Kris Avi

I am using `docker run -p 80:80 --restart always --name ivory -d --mount type=bind,source=/root/ivory/data,target=/opt/data aelsergeev/ivory:latest` to start up the docker container. Docker container is running on AlmaLinux, but it should...

I initially installed without basic authentication. So I had no cache to begin with. After it was not working then I started to downgrade and see in which version it...

Playing around a bit with docker compose and ulimits hint I got from livebook project discussion it seems I manged to make memory usage more sensible. Set ulimits like that...

Yes, I am using almalinux. Currently my workaround works for me. You could also mark it as closed or "unable to reproduce". Just might be worth documenting it for future...

src/datasource/zabbix/zabbix.ts L213 that extra 'n' before comment seems not good.