anoracleofra-code
7cb926e227
feat: add FIRMS thermal, space weather, radiation, and internet outage layers
...
Add 4 new intelligence layers for v0.5:
- NASA FIRMS VIIRS thermal anomaly tiles (frontend-only WMTS)
- NOAA Space Weather Kp index badge in bottom bar
- Safecast radiation monitoring with clustered markers
- IODA internet outage alerts at country centroids
All use free keyless APIs. All layers default to off.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 09:01:35 -06:00
anoracleofra-code
c4de39bb02
fix: remove defunct FLIR/NVG/CRT style presets, keep only DEFAULT and SATELLITE
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 04:53:17 -06:00
anoracleofra-code
e7f3378b5a
chore: remove debug/sample files from tracking, update .gitignore
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 04:31:21 -06:00
anoracleofra-code
41a7811360
fix: install backend Node.js deps (ws) in start scripts
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 04:25:53 -06:00
anoracleofra-code
791ec971d9
fix: filter out TWR (tower/platform) ADS-B transponders from flight data
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 21:41:57 -06:00
anoracleofra-code
d05bef8de5
chore: bump frontend version to 0.4.0
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 21:02:03 -06:00
anoracleofra-code
c84cba927a
fix: tag Docker images as latest + semver instead of branch name
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 20:55:06 -06:00
Shadowbroker
ac040a307b
Update README.md
2026-03-09 19:38:55 -06:00
Shadowbroker
b0f91c4baf
Update README.md
2026-03-09 19:36:59 -06:00
Shadowbroker
5a8f3813c8
Update README.md
2026-03-09 19:35:52 -06:00
Shadowbroker
35f6b5900e
Update README.md
2026-03-09 19:34:42 -06:00
Shadowbroker
c002d2fa1b
Delete assets directory
2026-03-09 19:33:37 -06:00
Shadowbroker
65d1c2b715
Update README.md
2026-03-09 19:29:13 -06:00
Shadowbroker
ab178747cc
Update README.md
2026-03-09 19:25:20 -06:00
Shadowbroker
3713b214d5
Update README.md
2026-03-09 19:11:25 -06:00
Shadowbroker
b1827b5fa6
Update README.md
2026-03-09 19:07:36 -06:00
Shadowbroker
c4e48e2579
Add files via upload
2026-03-09 19:03:13 -06:00
Shadowbroker
1f3036e106
Create placeholder
2026-03-09 18:26:38 -06:00
Shadowbroker
a0531362a9
Delete assets
2026-03-09 18:24:20 -06:00
Shadowbroker
23e1ad1b0d
Create assets
2026-03-09 18:23:02 -06:00
Shadowbroker
83a7488740
Update README.md
2026-03-09 18:03:56 -06:00
anoracleofra-code
1cf7a31a63
merge: resolve conflicts with Podman compose PR
2026-03-09 17:48:22 -06:00
anoracleofra-code
e89e992293
feat: v0.4 — satellite imagery, KiwiSDR radio, LOCATE bar & security cleanup
...
New features:
- NASA GIBS (MODIS Terra) daily satellite imagery with 30-day time slider
- Esri World Imagery high-res satellite layer (sub-meter, zoom 18+)
- KiwiSDR SDR receivers on map with embedded radio tuner
- Sentinel-2 intel card — right-click for recent satellite photo popup
- LOCATE bar — search by coordinates or place name (Nominatim geocoding)
- SATELLITE style preset in bottom bar cycling
- v0.4 changelog modal on first launch
Fixes:
- Satellite imagery renders below data icons (imagery-ceiling anchor)
- Sentinel-2 opens full-res PNG directly (not STAC catalog JSON)
- Light/dark theme: UI stays dark, only map basemap changes
Security:
- Removed test files with hardcoded API keys from tracking
- Removed .git_backup directory from tracking
- Updated .gitignore to exclude test files, dev scripts, cache files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 17:46:33 -06:00
Shadowbroker
ec3296f23a
Merge pull request #23 from ttulttul/codex/podman-compose-and-css-fixes
...
Add Podman compose support and fix frontend production CSS
2026-03-09 15:38:57 -06:00
Ken Simpson
f197ec0f20
Add Podman compose support and fix frontend production CSS
2026-03-09 11:51:37 -07:00
anoracleofra-code
85748a6fea
docs: update description to multi-domain OSINT instead of full-spectrum geospatial
2026-03-09 09:30:31 -06:00
anoracleofra-code
28f92f1cb9
fix: start scripts now validate prerequisites and stop on failure
...
- Check for Python and Node.js before starting
- Stop with clear error message if pip install fails
- Recommend Python 3.10-3.12 (3.13+ has compatibility issues)
- Show version info at startup for easier debugging
- Updated README with Python version guidance
2026-03-09 09:25:57 -06:00
anoracleofra-code
14dc1a714d
fix: add legacy-cgi dependency for Python 3.13+ compatibility
...
Python 3.13 deprecated and 3.14 removed the cgi module entirely.
feedparser imports it, causing ModuleNotFoundError on newer Python.
2026-03-09 08:45:40 -06:00
anoracleofra-code
c9400785a4
fix: only show flight trail for selected no-route aircraft, not all planes
2026-03-09 08:14:42 -06:00
anoracleofra-code
7b4e907bd6
fix: show pip install errors in start.bat and loosen dependency pins for Python 3.13+
...
start.bat was silently swallowing pip errors. Strict version pins on
pydantic, fastapi, and uvicorn caused build failures on Python 3.13+
due to missing pre-built wheels.
2026-03-09 07:55:18 -06:00
anoracleofra-code
1d0ccdd55a
fix: create .env file if missing when saving API keys
...
Docker users don't have a .env file by default, so the settings
page silently failed to save keys. Now creates it automatically.
2026-03-09 07:51:59 -06:00
anoracleofra-code
ac995eb628
fix: render flight trails for all no-route aircraft instead of selected only
2026-03-09 07:50:39 -06:00
anoracleofra-code
2dcf7061d1
fix: Docker build failures — backend .dockerignore excluded package.json, frontend lock file missing hls.js
...
Backend: *.json glob in .dockerignore excluded package.json, causing
npm install to fail with ENOENT. Replaced with explicit exclusions.
Frontend: hls.js was added to package.json but package-lock.json was
not regenerated, causing npm ci to fail with EUSAGE sync error.
2026-03-09 06:30:20 -06:00
anoracleofra-code
7605b5f3a1
fix: include satellites in fast data endpoint payload
...
Satellites were missing from /api/live-data/fast response, causing
the frontend to show 0 satellites despite the backend having data.
2026-03-09 06:30:19 -06:00
anoracleofra-code
f8c48830f5
fix: install ws module dependencies in backend Dockerfile for AIS proxy
2026-03-09 06:01:05 -06:00
anoracleofra-code
e2e1cda5cb
fix: document requirement for permissive CORS policy
2026-03-09 05:56:46 -06:00
anoracleofra-code
fad9572959
fix: resolve security concerns in AIS proxy, GDELT parsing, and env key validation
2026-03-09 05:53:15 -06:00
anoracleofra-code
b04b6908c2
fix: add node and curl dependencies to backend docker image
2026-03-09 05:41:43 -06:00
anoracleofra-code
4c846bf805
fix: use hls.js to support HLS video streams on non-Safari browsers
2026-03-09 01:35:48 -06:00
anoracleofra-code
72b2e2a198
docs: update docker installation instructions for local builds
2026-03-09 00:52:12 -06:00
anoracleofra-code
6241ea44db
fix: resolve Next.js docker build endpoints and handle async map icons
2026-03-09 00:41:02 -06:00
anoracleofra-code
1edb09eff5
fix: remove tailwind config from dockerignore to ensure correct CSS generation in docker build
2026-03-09 00:18:16 -06:00
anoracleofra-code
2a511c628d
fix: smooth position interpolation for planes, boats, and satellites
2026-03-08 22:32:43 -06:00
anoracleofra-code
d8098c0414
fix: resolve shell command injection vulnerability in curl fallback
2026-03-08 21:50:34 -06:00
anoracleofra-code
e7eb7c23a5
fix: implement CelesTrak fallbacks, add connection banner, and bump to v0.3.0
2026-03-08 21:00:59 -06:00
anoracleofra-code
0c7dc37d83
fix: improve API key security, add connection banner, and bump to v0.3.0
2026-03-08 19:52:07 -06:00
Shadowbroker
e7521088a0
Update README.md
2026-03-08 16:42:29 -06:00
anoracleofra-code
8c0a62d125
docs: optimize README for conversion (quick start & fantasy hooks)
2026-03-08 16:40:18 -06:00
anoracleofra-code
85e371f1b6
fix: update frontend Dockerfile to Node 20 for Next.js 15+ support
2026-03-08 16:23:04 -06:00
anoracleofra-code
d69d6ad516
fix: merge AI dependency additions
2026-03-08 15:46:29 -06:00