docs: add registry dockge and dashboard operations
All checks were successful
Build / test-and-image (push) Successful in 2m39s

This commit is contained in:
2026-05-16 21:18:51 +02:00
parent 85f97bb2a6
commit 42b7fc2024
10 changed files with 372 additions and 87 deletions

9
docs/sources/opensky.md Normal file
View File

@@ -0,0 +1,9 @@
# OpenSky
Provides public aircraft state data for regional air-activity hotspots.
- Auth: public queries work without credentials.
- Failure modes: timeouts, `HTTP 429`, and empty regions.
- Behavior: source health is marked degraded on API errors. The dashboard may use the most recent non-empty air snapshot from `runs/` and marks it in `airMeta.fallback`.
- Test: start a sweep and inspect `/api/health` plus `airMeta` from `/api/data`.
- Operator note: Crucix does not bypass OpenSky throttles. Increase `REFRESH_INTERVAL_MINUTES` if the source degrades repeatedly.