Skip to content

v0.11.0 — Configurable port

Choose a tag to compare

@clorth0 clorth0 released this 14 Jun 21:07
· 3 commits to main since this release

Small config release.

  • The HTTP listen port is now configurable via AETHERSCOPE_PORT (default 8765). Invalid or out-of-range values fall back to the default.
  • The restart-script health check honors the port; configuration docs updated (also documents the previously-undocumented DATA_DIR / GPS / GPSD env vars).
  • The frontend uses same-origin sockets, so nothing client-side changes.

Run on a custom port: AETHERSCOPE_PORT=9000 uv run aetherscope