mirror of
https://github.com/vee1e/subidx.git
synced 2026-09-01 17:57:13 +00:00
- Embedded Svelte dashboard: search, virtualized results, filter, sort, dates, export, rate budget meter, streaming NDJSON search - Live feed: SSE /v1/feed, delta polling /v1/watch, x-max-seq cursor, ingest hook and subscriber hub, store mutex fix so reads never starve behind ingest backlog - gzip middleware, /v1/stats with cache and bounded top-k - CORS allow-list flag for split frontend deployments - Dockerfile + render.yaml + vercel.json, serve gains -no-drain
15 lines
321 B
YAML
15 lines
321 B
YAML
services:
|
|
- type: web
|
|
name: subidx
|
|
runtime: docker
|
|
plan: starter
|
|
region: oregon
|
|
healthCheckPath: /healthz
|
|
envVars:
|
|
- key: CORS_ORIGINS
|
|
sync: false
|
|
value: https://your-dashboard.vercel.app
|
|
disks:
|
|
- name: subidx-store
|
|
mountPath: /var/data
|
|
sizeGB: 5
|