Skip to content

gormes navivox

Navivox HTTP/WebSocket channel utilities.

gormes navivox [flags]
gormes navivox [command]
CommandPurpose
gormes navivox connect-infoPrint Navivox connect URLs for active VPN/local interfaces

connect-info is the supported host-facing setup command for the Flutter Navivox app. It prints base URLs the app can paste or scan, plus the matching health URL.

Supported runtime endpoints:

EndpointPurpose
GET /healthzBasic readiness probe
GET /v1/navivox/statusAuthenticated channel status
GET /v1/navivox/sessionsAuthenticated session list
GET /v1/navivox/sessions/{session_id}Authenticated session detail
POST /v1/navivox/turnAuthenticated text turn enqueue
WS /v1/navivox/streamAuthenticated event stream
  • The Navivox channel is disabled unless [navivox].enabled is true.
  • Local exposure prints loopback URLs.
  • VPN-class exposure prints active VPN interface URLs.
  • Public exposure is validated by server config and requires explicit confirmation.
  • Token values are never printed; output only reports whether a token is required.
FlagDefaultPurpose
-h, --helphelp for navivox