feat: add configurable port and switch to IPv4 by default#28
feat: add configurable port and switch to IPv4 by default#28mr-wuliu wants to merge 3 commits intoshekohex:mainfrom
Conversation
mr-wuliu
commented
Mar 13, 2026
- Add PTY_WEB_PORT env var for fixed port (0 = random)
- Change default hostname from ::1 (IPv6) to 127.0.0.1 (IPv4)
- Update README with new environment variable
|
CI is failing after your new changes. |
|
Looks good, but can you rebase your PR? |
- Add PTY_WEB_PORT env var for fixed port (0 = random) - Change default hostname from ::1 (IPv6) to 127.0.0.1 (IPv4) - Update README with new environment variable
Thanks! I've rebased the PR. By the way, I noticed the project prefers using |
The original author of the Frontend app mentioned this I'm not sure why we should be changing this again now, but lets ping @MBanucu just in case. |
Respecting the original author's preference, I changed the default host back to [::1]. This is still configurable via |