Japhys

Results 43 comments of Japhys

I am afraid not. ``` Japhys@Server:~$ sudo docker exec -it glances-glances-1 /bin/bash /etc/glances/actions.d/gotify_notify.sh OCI runtime exec failed: exec failed: unable to start container process: exec: "/bin/bash": stat /bin/bash: no such...

Me too. Only way to share it is through files. I would love to see better sharing of notes including attachments (and inline photo / video) as well.

Thanks! Running into the same. ``` version: '3.8' services: verba: image: semitechnologies/verba ports: - 8111:8000 environment: - WEAVIATE_URL_VERBA=http://weaviate:8080 - OLLAMA_URL=http://host.docker.internal:11434 - OLLAMA_MODEL=$OLLAMA_MODEL - OLLAMA_EMBED_MODEL=bge-m3 - OPENAI_API_KEY=${OPENAI_API_KEY} - COHERE_API_KEY=${COHERE_API_KEY} volumes: -...