SurfSense/docker
CREDO23 8dd539c384 feat: add Zero query endpoint and configure ZERO_QUERY_URL
- Create app/api/zero/query/route.ts — resolves named queries to ZQL
  using handleQueryRequest and mustGetQuery from @rocicorp/zero
- Add ZERO_QUERY_URL to both docker-compose files:
  - dev: http://host.docker.internal:3000 (reaches local Next.js from Docker)
  - prod: http://frontend:3000 (Docker service networking)

Without this endpoint, zero-cache cannot resolve named queries and
no data syncs to the client.
2026-03-23 20:58:42 +02:00
..
scripts chore: remove Electric SQL plumbing and infrastructure 2026-03-23 16:53:20 +02:00
searxng feat: enhance SearxNG settings and improve loading indicators 2026-03-17 04:35:13 +05:30
.env.example feat: add Zero infra — docker-compose, env vars, Dockerfile, CI workflows 2026-03-23 18:27:18 +02:00
docker-compose.dev.yml feat: add Zero query endpoint and configure ZERO_QUERY_URL 2026-03-23 20:58:42 +02:00
docker-compose.yml feat: add Zero query endpoint and configure ZERO_QUERY_URL 2026-03-23 20:58:42 +02:00
postgresql.conf chore: update postgresql.conf and contracts comments for Zero 2026-03-23 18:30:49 +02:00