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

18
docs/sources/README.md Normal file
View File

@@ -0,0 +1,18 @@
# Source Operations
Each source should fail visibly and safely. A missing key or remote outage must produce `degraded` source health instead of silent demo data.
Check runtime state:
```bash
curl http://localhost:3117/api/health
curl http://localhost:3117/api/metrics
```
Source docs:
- [OpenSky](opensky.md)
- [ACLED](acled.md)
- [Telegram](telegram.md)
- [FIRMS](firms.md)
- [Maritime](maritime.md)