Closed Devstored closed 1 year ago
Hi @Devstored , first of all, let me state that running this container in stand-alone mode is not supported at the moment and won't work.
In any case, it looks like the container is not able to set the permissions on server.conf
and ca.conf
. Both those files are contained in /etc/mosquitto/certs/
. It looks like the image you built is not valid or is missing such files. Rebuild the image and make sure those files are in place within the image.
first of all, let me state that running this container in stand-alone mode is not supported at the moment and won't work.
Hi @albertogeniola do you have any plans to allow this to be run in stand-alone, I also don't run HA supervised, but would love this
Hi @xela1 , I have no plans to add support for running the addon without HomeAssistant, I am sorry about that. In any case, it shouldn't be so hard to make this addon to work as stand-alone container. It would be great if anyone else could spend some time in creating the stand-alone component using this code.
Good morning,
Being a Home Assistant user under Docker, I would like to use your addon in standalone mode with Docker. I used your files: https://github.com/albertogeniola/ha-meross-local-broker/tree/main/.local_debug
I correctly executed: build_addon_locally.sh = OK I then wanted to run: run_addon_locally.sh = KO
However I have the following error:
Looks like it can't find "server.conf".
Have you encountered this problem?
Thank you so much !