Commit Graph

14 Commits

Author SHA1 Message Date
calesthio
9eb9a0afa3 fix: Docker dashboard not loading — remove localhost hostname check
The isServer detection required location.hostname === 'localhost', which
fails in Docker containers where the hostname is the container ID.
Now any non-file: protocol correctly triggers API fetch and SSE.

Fixes #3
2026-03-15 09:27:15 -07:00
calesthio
35658ac6a1 Merge pull request #4 from calesthio/feat/3d-globe
feat: 3D WebGL globe, CelesTrak space tracking, AGPLv3 license
2026-03-15 09:19:27 -07:00
calesthio
cfa9515e4c feat: add 3D WebGL globe, CelesTrak space tracking, and switch to AGPLv3
- Add interactive 3D globe (Globe.gl) with atmosphere, star field, and smooth rotation
- Add animated flight corridor arcs between air traffic hotspots and global hubs
- Add flat map toggle for classic D3 view
- Add CelesTrak as 27th intelligence source (satellite tracking, ISS, military constellations)
- Add Space Watch panel to dashboard
- Switch license from MIT to AGPL-3.0-only
- Update README with 3D globe screenshots, new source count, and license badge

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 09:17:05 -07:00
calesthio
debc44fee0 feat: add Space/CelesTrak as 27th intelligence source
- New source: apis/sources/space.mjs (no API key required)
- Tracks: recent launches, ISS, military sats, Starlink/OneWeb constellations
- Wired into briefing.mjs (27 sources), inject.mjs synthesis, and dashboard
- New Space Watch panel in left rail with military breakdown and signals
- New Satellites layer in Sensor Grid
2026-03-15 08:19:23 -07:00
calesthio
d09ecc72a1 Merge pull request #2 from VergilSkye/master
Security reviewed, no vulnerabilities found. Clean merge.
2026-03-15 07:44:53 -07:00
calesthio
710e52fc75 remove CLAUDE.md from tracking (was committed before gitignore rule) 2026-03-15 07:30:52 -07:00
calesthio
e6e883f50e docs: update clone URLs to actual repo path 2026-03-14 15:52:41 -07:00
Virgílio Santos
4c601ed142 Added countdown timer to loading page — progress bar with sweep ETA 2026-03-14 15:56:31 -03:00
Virgílio Santos
1933e063ae Added loading page — SSE-driven splash screen for first-run UX 2026-03-14 15:56:31 -03:00
Virgílio Santos
15b4568140 Added start script — clean production entry point for server.mjs 2026-03-14 15:56:31 -03:00
Virgílio Santos
164c6bcad0 Added .nvmrc — pin Node 22 and npm >=10 engine requirements 2026-03-14 15:56:31 -03:00
calesthio
97c438e617 Updated gitignore 2026-03-14 00:40:33 -07:00
calesthio
3674fcb4f7 Crucix — agent with dashboard, delta engine, Telegram/Discord bots 2026-03-14 00:35:31 -07:00
calesthio
ef2c6470fb Initial release — Crucix Intelligence Engine v2.0.0
26-source OSINT intelligence engine with live Jarvis dashboard,
auto-refresh via SSE, optional LLM layer (4 providers), delta/memory
system, and Telegram breaking news alerts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 23:45:46 -07:00