Japhys

Results 43 comments of Japhys

Yes, I am struggling with this as well. These ports make it difficult to just replace the default NPM Docker image. I also tried a clean install, but now I...

> Yes, I am struggling with this as well. These ports make it difficult to just replace the default NPM Docker image. I also tried a clean install, but now...

> > > Yes, I am struggling with this as well. These ports make it difficult to just replace the default NPM Docker image. I also tried a clean install,...

Has there been any progress on this? Just did a clean install but problem still exist, it seems.

That exact same thought brought me here. +1

@thomashacker I only say this now :) I am using this docker compose file ``` version: '3.8' services: verba: image: semitechnologies/verba ports: - 8111:8000 environment: - WEAVIATE_URL_VERBA=http://weaviate:8080 - OPENAI_API_KEY=${OPENAI_API_KEY} -...

Hi @nicolargo Thanks! That helped, but still not quite there. I did `sudo docker exec -it glances-glances-1 cat /tmp/glances-root.log ` I see the actions are indeed triggered ``` 2025-05-16 14:49:54,702...

Thanks I tried that because it made sense to me, that's why I was confused to still see this error in the log, after changing the conf file to /etc/glances/actions.d/gotify_notify.sh...

That's what I thought, I must be going mad. Maybe I am missing something, I apologize, still earning Docker File on host ![Image](https://github.com/user-attachments/assets/ba372115-ec83-4e7c-b915-727656b5d7ab) File in container. ![Image](https://github.com/user-attachments/assets/843a6939-d460-4636-8875-54ce6561b939) ![Image](https://github.com/user-attachments/assets/7e558138-8c8f-4c1c-b8ca-b3778753d027) Oke after...