add ZERO_MUTATE_URL and no-op mutate endpoint for zero-cache auth passthrough

This commit is contained in:
CREDO23 2026-03-24 16:25:13 +02:00
parent 0e49cc33f8
commit 5c98f1c717
4 changed files with 16 additions and 2 deletions

View file

@ -185,6 +185,7 @@ services:
- ZERO_REPLICA_FILE=/data/zero.db
- ZERO_ADMIN_PASSWORD=${ZERO_ADMIN_PASSWORD:-surfsense-zero-admin}
- ZERO_QUERY_URL=${ZERO_QUERY_URL:-http://frontend:3000/api/zero/query}
- ZERO_MUTATE_URL=${ZERO_MUTATE_URL:-http://frontend:3000/api/zero/mutate}
volumes:
- zero_cache_data:/data
restart: unless-stopped