mrlt8 / docker-wyze-bridge

WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
GNU Affero General Public License v3.0
2.61k stars 160 forks source link

Add ability to change bind address when used as HaaS add-on #1019

Open k3an3 opened 11 months ago

k3an3 commented 11 months ago

By default, the Flask webserver binds to 0.0.0.0, and so do all of the proxy stream listeners. This is not ideal, as my Home Assistant instance is connected to multiple networks, some of which should not have unauthenticated access to the camera streams.

Propose adding a configuration option that changes the Flask bind port, and the bind address used for the Docker port forwards.