
benoitandClaude
73e141c5db
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>
2026-05-27 14:48:26 +02:00
..
2026-05-27 13:27:53 +02:00
2026-05-26 22:01:53 +02:00
2026-05-27 13:14:14 +02:00
2026-05-26 22:01:53 +02:00
2026-05-26 14:19:56 +02:00
2026-05-27 14:24:40 +02:00
2026-05-27 14:48:26 +02:00
2026-05-27 14:48:26 +02:00