Hi
I use Tailscale, so I have bound pm_dashboards' port on tailscale serve.
Unfortunately when pironman5 service tries to start the dashboard on that port, it runs into the issue that 0.0.0.0 can't be bound, because a port is already in use.
This is solved for every other software by simply setting the host to 127.0.0.1.
My request:
Make it so 0.0.0.0 host bound point for the dashboard becomes configurable, so we could set it to just localhost.
Hi
I use Tailscale, so I have bound pm_dashboards' port on
tailscale serve.Unfortunately when pironman5 service tries to start the dashboard on that port, it runs into the issue that 0.0.0.0 can't be bound, because a port is already in use.
This is solved for every other software by simply setting the host to 127.0.0.1.
My request:
Make it so 0.0.0.0 host bound point for the dashboard becomes configurable, so we could set it to just localhost.