v0.11.0 — Configurable port
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