From 1de6eac0783a2dd399bb69f916cabcb913d0f062 Mon Sep 17 00:00:00 2001 From: smueller Date: Wed, 22 Jul 2026 14:26:06 +0200 Subject: [PATCH] Update .env.example and PHASE-TRACKING.md for WebUI configuration changes - Changed WEBUI_URL in .env.example from localhost to the accessible host IP address (http://10.111.0.65:3000) for proper deployment. - Updated PHASE-TRACKING.md to reflect the new OAuth2-Redirect URLs and clarify the WebUI integration process. --- .env.example | 2 +- docs/PHASE-TRACKING.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 52f19dd..b19a53d 100644 --- a/.env.example +++ b/.env.example @@ -18,6 +18,6 @@ TWITCH_CLIENT_ID= TWITCH_CLIENT_SECRET= # WebUI (apps/webui) -WEBUI_URL=http://localhost:3000 +WEBUI_URL=http://10.111.0.65:3000 # Must be at least 32 characters long. Generate e.g. with `openssl rand -hex 32`. SESSION_SECRET= diff --git a/docs/PHASE-TRACKING.md b/docs/PHASE-TRACKING.md index 5d42162..ef0a8d4 100644 --- a/docs/PHASE-TRACKING.md +++ b/docs/PHASE-TRACKING.md @@ -220,8 +220,9 @@ Dieses Dokument hält den aktuellen Implementierungsstand fest. Es wird bei jede ### Manuelle Tests (noch offen) -- Discord Developer Portal: OAuth2-Redirect `http://localhost:3000/api/auth/callback` (bzw. `https://nexumi.de/api/auth/callback` in Produktion) unter „OAuth2 → Redirects" eintragen -- Login-Flow Ende-zu-Ende (`http://localhost:3000/login` → Discord → `/dashboard`) +- Discord Developer Portal: OAuth2-Redirect `http://10.111.0.65:3000/api/auth/callback` (bzw. `https://nexumi.de/api/auth/callback` in Produktion) unter „OAuth2 → Redirects" eintragen +- Login-Flow Ende-zu-Ende (`http://10.111.0.65:3000/login` → Discord → `/dashboard`) +- `WEBUI_URL` zeigt auf den erreichbaren Host (`http://10.111.0.65:3000`), nicht auf localhost - Zugriff ohne „Server verwalten" prüfen - Modul-Toggles + Access-Rules speichern; Audit-Log prüfen