Skip to content

v0.2.3 — gateway host port remapped to 5001 (macOS AirPlay fix)

Latest

Choose a tag to compare

@ChrisSc ChrisSc released this 15 Jun 18:17
· 5 commits to main since this release
a631ecd

Fixed

  • Gateway unreachable at localhost:5000 on macOS — the v0.2.2 publish used host
    port 5000, which macOS reserves for the AirPlay Receiver (Control Center binds
    *:5000, including IPv6 ::1). Because localhost resolves to ::1 first on
    macOS, the browser hit AirPlay instead of the IPv4-only Docker publish and never
    reached the gateway. Remap the host side to 5001 (127.0.0.1:5001:5000;
    container side stays 5000 to match the gateway's listenPort) → browse
    https://localhost:5001. Needs a container recreate to apply.