add page streaming, admin ui flows, and runtime hardening

This commit is contained in:
2026-03-05 15:26:47 +01:00
parent 6eaf2ba5dc
commit 20f9af6cba
14 changed files with 957 additions and 33 deletions

View File

@@ -1,5 +1,6 @@
API_LISTEN_ADDR=0.0.0.0:8080
ADMIN_UI_LISTEN_ADDR=0.0.0.0:8082
API_BASE_URL=http://api:8080
INDEXER_LISTEN_ADDR=0.0.0.0:8081
INDEXER_SCAN_INTERVAL_SECONDS=5
DATABASE_URL=postgres://stripstream:stripstream@postgres:5432/stripstream