Commit Graph

10 Commits

Author SHA1 Message Date
PTah cfb49e58ed docs: pilot 2.1 exclusive (Linux) runbook
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-27 13:25:47 +10:00
PTah 81b435f953 feat: v0.2.0 branding, healthz version, SSE dashboard live
Centralize APP_VERSION 0.2.0; /health and /healthz return version;
startup log line; UI title Security Alert Center v.0.2.0;
SSE /api/v1/stream/events for live dashboard counters.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-27 13:20:39 +10:00
PTah b601b9c426 feat: Dashboard MVP with summary API and UI
Add GET /api/v1/dashboards/summary (24h events, open problems,
hosts, severity breakdown, recent events) and Vue /dashboard page.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-27 12:37:06 +10:00
PTah cd85d7528f feat: Telegram notifications from SAC on ingest
Send Telegram alerts for high/critical events and new Problems.
Configurable via TELEGRAM_* env vars; ingest never fails on send errors.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-27 12:21:03 +10:00
PTah dea3486c43 feat: Problems API, ingest hook, and UI 2026-05-27 11:24:19 +10:00
PTah 1b575ac524 docs: prod status, sac-deploy.sh; update install and deployment guides
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 22:03:10 +10:00
PTah 43e49d1f02 feat: phase 1C JWT UI, events/hosts API, Vue frontend
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 21:46:34 +10:00
PTah b84b726ac5 docs: native Ubuntu install as primary; systemd and nginx
- install-ubuntu-24.04-native.md (production) and -docker.md (alternative)

- deploy/systemd/sac-api.service, nginx/sac.conf.example, env.native.example

- deployment, README, INDEX, work-plan, TZ updated

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 20:28:05 +10:00
PTah e9bba6211e feat: backend ingest API, Docker Compose, Ubuntu install guide
- FastAPI: POST /api/v1/events, GET /health, JSON Schema validation

- PostgreSQL models, Alembic migration, bootstrap API key

- deploy/docker-compose.yml, .env.example

- docs/install-ubuntu-24.04.md, updated work-plan (agents first)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 20:21:31 +10:00
PTah 53bbf48527 docs: ТЗ v1.0, планы и схема SAC (фаза 0)
Security Alert Center — документация без кода приложения.

- TZ, архитектура, интеграция агентов (UseSAC)

- JSON Schema событий v1, deployment Ubuntu 24.04

- План работ, roadmap, multi-root workspace

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-26 19:54:47 +10:00