Daniel Walters

Results 22 comments of Daniel Walters

Glad to know it's not just me. Having manually run mosquitto in the Docker image I seem to recall it ran with a mosquitto user, rather than root user when...

So I did a bit more research and found [this](http://supervisord.org/subprocess.html): > Programs meant to be run under supervisor should not daemonize themselves. Mosquitto only seems to create the pid when...

Do you mean `ps aux` in the .conf file? Or a code change in the src code?

To be honest, if it were me I'd remove the mosquitto integration, replacing it simply with a go MQTT client library (to be able to publish to the location results)....

Can you explain a bit about the use cases for needing those features like password protection for specific channels? My current thinking(maybe naively): 1. You publish to a private MQTT...

As an interim solution I've forked the repo and managed to track down the offending code. The issue (for me) is `updateMosquittoConfig()` in `mqtt.go` so I've commented the body of...

Given that I've never programmed in Go before, I feel you may have done it before I figure out all the command line parsing but if I get some free...

Hi @schollz, has there been any progress on this? I just installed the docker version and ran into the issue that there's no config file so I'm unable to set...

Incidently I've already got an MQTT server on my network, so having Find just run as an MQTT client (instead of a server) is fine with me :)

I'm not a Docker expert but that's what I'm doing for the other 2 containers I'm running. I can then backup just the configuration folders and in the event of...