Real-time geospatial OSINT intelligence dashboard
Find a file
sirius0xdev 6ddd773a75
Some checks failed
build-and-deploy / build (push) Failing after 19s
CI: deploy directly from checkout workspace (local docker), no cp/SSH; explicit COMPOSE_PROJECT_NAME
2026-07-09 19:33:18 -04:00
.forgejo/workflows CI: deploy directly from checkout workspace (local docker), no cp/SSH; explicit COMPOSE_PROJECT_NAME 2026-07-09 19:33:18 -04:00
alembic Fix SQLAlchemy 2.0 count().filter(); add search_vector trigger for full-text search 2026-07-07 18:32:02 -04:00
app Harden ingest_event: coerce non-UUID source_id to NULL (tolerates legacy messages) 2026-07-07 19:44:13 -04:00
.dockerignore Containerize for Pi: env-var config, compose stack, CI workflow 2026-07-07 17:50:51 -04:00
.env.example Containerize for Pi: env-var config, compose stack, CI workflow 2026-07-07 17:50:51 -04:00
.gitignore Add .gitignore (pycache, venv, .env) 2026-07-07 18:46:06 -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 Wire ingestion: long-running ingester (sources->NATS->Postgres), fix nats-py API (durable=/LIMITS), drop UUID source_id on RSS 2026-07-07 19:35:28 -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