Commit Graph

4 Commits

Author SHA1 Message Date
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 b04b6908c2 fix: add node and curl dependencies to backend docker image 2026-03-09 05:41:43 -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
anoracleofra-code 8ed321f2ba Initial commit: ShadowBroker v0.1 2026-03-04 22:44:08 -07:00