Docker-client problems

So, 2 issues:

  1. Since I’m using an NGINX reverse proxy, and that proxy only allows https traffic on port 443, I have proxied port 7001 on the camera system to port 443 on the reverse proxy. This caused the docker client to attempt to connect to rtsp on port 444, instead of 7002. A minor adjustment on my end fixed this, but it would be nice to fix that out-of-box.

  2. Every time I close and reopen the docker client with ‘sh run.sh’, I have to go through the setup wizard all over again - my settings aren’t saved from one session to the next. I don’t know how to fix this one.