maybe icon indicating copy to clipboard operation
maybe copied to clipboard

change server listening address to global

Open lcx opened this issue 1 year ago • 2 comments

listen to 0.0.0.0 instead of just local interface so it can work in Docker (and herby in devcontainers) refs #340 Credits go to @robzolkos

lcx avatar Feb 06 '24 23:02 lcx

Im concerned this will affect non devcontainer users. Will need to be checked by someone who runs the app on metal.

robzolkos avatar Feb 06 '24 23:02 robzolkos

This works fine for me running it locally on my Macbook Pro (non-docker)

jespr avatar Feb 06 '24 23:02 jespr

I indeed haven't started it without devcontainer, was already midnight when I made the PR. But listening on 0.0.0.0 still allows you to connect via 127.0.0.1 should be no issue that's why I pushed without testing without devcontainer.

lcx avatar Feb 07 '24 08:02 lcx