change server listening address to global #342

Merged
lcx merged 1 commits from fix_procfile into main 2024-02-07 09:48:15 +08:00
lcx commented 2024-02-07 07:08:55 +08:00 (Migrated from github.com)

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

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
robzolkos commented 2024-02-07 07:10:08 +08:00 (Migrated from github.com)

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

Im concerned this will affect non devcontainer users. Will need to be checked by someone who runs the app on metal.
jespr commented 2024-02-07 07:40:49 +08:00 (Migrated from github.com)

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

This works fine for me running it locally on my Macbook Pro (non-docker)
robzolkos (Migrated from github.com) approved these changes 2024-02-07 07:49:48 +08:00
lcx commented 2024-02-07 16:16:56 +08:00 (Migrated from github.com)

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.

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.
Sign in to join this conversation.