wakawakaaa

Results 14 comments of wakawakaaa

When will this be available? Its very useful feature. Thanks

Hello, In docker-compose.yml its not working. I have tried in docker-compose.yml. ```yaml environment: OLLAMA_DEFAULT_KEEPALIVE: 30m ``` Please let me know, thanks

In this case best approach would be to just provide path to tls certificates in docker-compose.yml file, which is done like traefik does it. tls: certificates: - certFile: /path/to/domain.cert keyFile:...

if custom_ssl files are changed, then docker container needs to be `docker compose down` and `docker compose up` again. otherwise nginx proxy manager dont work properly. This issue should be...

@drpetersen Can you please share your complete solution, How did you configure signal with Node-RED flow to get TOTP code via Signal? Thanks.

Yes, pattern might be that I have updated M1 Mac to macOS Sonoma 14.5 (23F79). and Other can be update of default updates, when running `brew upgrade`. which, updated I...

@eric-gitta-moore I have already long time search for it, same issue was in the past with old overleaf version and it seems came back again. the issue #1188 has nothing...

@eric-gitta-moore Thanks for reply. I have tried to dig more into it and found out that when docker-compose.yml run directly after git clone repo then it works. but as soon...