Zum Inhalt springen

Installation: Erster Start und Zustandsprüfung

Führe den seitenspezifischen Ablauf aus für Installation: Erster Start und Zustandsprüfung. Dieses Verfahren arbeitet mit /api/next/health · /api/next/auth/status · 6080:5000 · 6180:5000 · WebAuthn.

Diese Seite gilt ausschließlich für Installation: Erster Start und Zustandsprüfung (Docker · Web). Kanal- und Datengrenzen sind: DiscVault · ghcr.io/helmerznl/discvault:latest; 6080 → API 5000; DiscVault · ghcr.io/helmerznl/discvault:beta; /api/next/auth/status; 6180 → API 5000. Seitenspezifische Kontrollpunkte: /api/next/health · /api/next/auth/status · 6080:5000 · 6180:5000 · WebAuthn.

  • DiscVault · ghcr.io/helmerznl/discvault:latest
  • 6080 → API 5000
  • DiscVault · ghcr.io/helmerznl/discvault:beta
  • /api/next/auth/status
  • 6180 → API 5000
  • /api/next/health
  • /api/next/auth/status
  1. Prüfen: postgres
  2. Verifizieren: GET /api/next/health · HTTP 2xx
  3. Auswählen: Installation: Legacy Authentication
  4. Öffnen: 6180:5000
  5. Verifizieren: GET /api/next/auth/status · WebAuthn TOTP
Terminal window
docker compose --env-file /opt/discvault/.env -p discvault -f /opt/discvault/compose.yaml ps
docker compose --env-file /opt/discvault/.env -p discvault -f /opt/discvault/compose.yaml logs --tail=100 next-api next-worker next-mcp postgres
curl --fail http://localhost:6080/api/next/health
curl --fail http://localhost:6080/api/next/auth/status
Terminal window
docker compose -p discvault_next_deploy -f /opt/discvault-next/docker-compose.yml ps
docker compose -p discvault_next_deploy -f /opt/discvault-next/docker-compose.yml logs --tail=100 next-api next-worker next-mcp postgres
curl --fail http://localhost:6180/api/next/health
curl --fail http://localhost:6180/api/next/auth/status

Akzeptiere das Ergebnis für Installation: Erster Start und Zustandsprüfung nur wenn alle folgenden Ergebnisse erfüllt sind: Health-Prüfung gelingt, konfigurierte Origin öffnet und das erste Konto ist Owner. Seitenspezifische Kontrollpunkte: /api/next/health · /api/next/auth/status · 6080:5000 · 6180:5000 · WebAuthn.

  • Health-Prüfung gelingt, konfigurierte Origin öffnet und das erste Konto ist Owner

Update und Migration: Sicherung