Skip to content

Admin: Logs, jobs, and security

Monitor health, logs, operations, background jobs, plugin failures, and account security.

Stable and beta use the same v26 service names and endpoints. Logs can contain titles and user identifiers; redact them before sharing.

  • DiscVault v26 stable · ghcr.io/helmerznl/discvault:latest
  • same API + worker + MCP + PostgreSQL diagnostics
  • DiscVault v26 beta · ghcr.io/helmerznl/discvault:beta
  • same API + worker + MCP + PostgreSQL diagnostics
  • owner access
  • matching backup set
  • timestamped logs with private data redacted
  1. Inspect: /api/next/health · Compose status
  2. Inspect: timestamped logs with private data redacted · failed job ID
  3. Verify: latest matched backup · secret exposure
  4. Preserve: error + timestamp + image digest · before retry
Terminal window
docker compose --env-file /opt/discvault/.env -p discvault -f /opt/discvault/compose.yaml logs --tail=200 next-api next-worker next-mcp postgres
curl --fail http://localhost:6080/api/next/jobs
curl --fail http://localhost:6080/api/next/health

Health succeeds, failed jobs have an actionable error, backups are current, and no default or exposed secret remains.

  • one failing layer is isolated with its timestamp, status, image digest, and redacted error
  • matching backup set

Troubleshooting