feat: QR code terminal + redirection HTTPS automatique
1. QR Code dans le terminal - Package qrcode-terminal installé - Génération QR code au démarrage serveur - Affiche URL dev (5173) ou prod (3000) selon build - Scan facile depuis smartphone 2. Redirection HTTP → HTTPS (mode dev) - Middleware redirection automatique - http://IP:3000 → https://IP:5173 (dev Vite) - Mode prod : à gérer avec nginx/caddy 3. URLs corrigées partout - start.sh : URLs HTTPS - install/macos.sh : HTTPS - install/linux.sh : HTTPS - Messages cohérents avec SSL 4. .gitignore - Ignore dev-dist/ (fichiers générés Vite) Améliore drastiquement l'UX : scan QR + accès HTTPS direct. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
"express": "^4.19.2",
|
||||
"livekit-server-sdk": "^2.6.0",
|
||||
"opusscript": "^0.1.1",
|
||||
"qrcode-terminal": "^0.12.0",
|
||||
"ws": "^8.17.0",
|
||||
"yaml": "^2.4.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user