Real-time geospatial OSINT intelligence dashboard
Find a file
Sirius DevOps 085061492e
All checks were successful
build-and-deploy / build (push) Successful in 2m0s
masscan: active RTSP (554) camera discovery service
Continuous whole-IPv4 rolling sweep for open TCP 554, feeding the same
cameras table as the passive scraper (discovery_source=masscan).

- masscan_config.py: env-driven knobs (range, ports, rate, retries, excludes)
- masscan_scanner.py: JSON-lines parser, rtsp://IP/ URL + url_hash dedupe,
  ip-api geolocation, insert/refresh, NATS publish for new finds
- run_masscan_service.py: long-lived rolling-sweep runner (streams results
  in, restarts on pass completion); fails closed without an excludefile
- deploy/: systemd unit + README + excludes file for the Pi host
- .env.example: masscan section

Verified end-to-end against a local Postgres: parse, insert, and dedupe
(0 new on re-ingest) all pass.
2026-08-24 22:23:36 -04:00
.forgejo/workflows CI: fix deploy failures — pin compose project name in docker-compose.yml, drop COMPOSE_PROJECT_NAME=osint override (would orphan osint-dashboard_osint-pgdata); runner now mounts cli-plugins so 'docker compose' works in job containers 2026-08-24 17:58:50 -04:00
alembic Migration 004 fix: pg_type catalog table, not pg_typname 2026-08-24 21:29:25 -04:00
app masscan: active RTSP (554) camera discovery service 2026-08-24 22:23:36 -04:00
deploy masscan: active RTSP (554) camera discovery service 2026-08-24 22:23:36 -04:00
docs Add news pipeline: hourly scraper + Gemini summarizer in compose 2026-08-24 17:28:46 -04:00
news Fix news scraper feed discovery + summarizer startup race 2026-08-24 17:42:06 -04:00
tests fires: resolve FIRMS_MAP_KEY from Postgres keystore, not just env 2026-08-24 21:21:15 -04:00
.dockerignore Containerize for Pi: env-var config, compose stack, CI workflow 2026-07-07 17:50:51 -04:00
.env.example masscan: active RTSP (554) camera discovery service 2026-08-24 22:23:36 -04:00
.gitignore Add NASA FIRMS active-fire ingest + /api/fires; API keys management page 2026-08-24 15:37:42 -04:00
alembic.ini Containerize for Pi: env-var config, compose stack, CI workflow 2026-07-07 17:50:51 -04:00
docker-compose.yml CI: fix deploy failures — pin compose project name in docker-compose.yml, drop COMPOSE_PROJECT_NAME=osint override (would orphan osint-dashboard_osint-pgdata); runner now mounts cli-plugins so 'docker compose' works in job containers 2026-08-24 17:58:50 -04:00
Dockerfile Run migrations via entrypoint (alembic upgrade head) instead of nested asyncio.run in startup hook 2026-07-07 18:24:01 -04:00
Dockerfile.pg Fix Dockerfile.pg: mkdir conf.d before writing timescaledb preload 2026-07-07 18:17:31 -04:00