feat(status): add public repair status page

This commit is contained in:
Schubert Ferenc 2026-07-04 21:06:43 +02:00
parent a284bbc188
commit efdc4d5be1
6 changed files with 425 additions and 4 deletions

View file

@ -25,3 +25,13 @@ OLYMPUS_INTAKE_API_URL=
# Optional future server-side Olympus intake token.
# Leave empty until the Olympus integration is explicitly implemented.
OLYMPUS_INTAKE_API_TOKEN=
# Server-side Olympus base URL for public repair status links.
# Docker example when Hermes is reachable in the same network: http://hermes:8000
# Production example: https://olympus.example.internal
# This URL must be reachable by the Next.js server, not by the browser.
OLYMPUS_PUBLIC_STATUS_API_URL=
# Optional server-side token for future protected status API access.
# Leave empty for Olympus v0.8.1 unless the endpoint is protected later.
OLYMPUS_PUBLIC_STATUS_API_TOKEN=