Hi,
coolwsd is set to start and bind on "any" interface, as set in the coolwsd.xml file. Since the goal of this YnH app is to put it (reasonnably) behind nginx as a reverse proxy, and that it is configured to connect using localhost, I suggest switching net.listen to loopback.
I doubt there are scenarios where it makes sense to have it bind to any, or listen publicly, but that could maybe be added as a configurable option then.
Hi,
coolwsd is set to start and bind on "any" interface, as set in the coolwsd.xml file. Since the goal of this YnH app is to put it (reasonnably) behind nginx as a reverse proxy, and that it is configured to connect using localhost, I suggest switching net.listen to loopback.
I doubt there are scenarios where it makes sense to have it bind to any, or listen publicly, but that could maybe be added as a configurable option then.