ihm_client/docs/ARCHITECTURE.md
4NK CI Bot 33853c7a6a
All checks were successful
Docker Build and Push (ext) / build (push) Successful in 1m16s
ci: docker_tag=ext chore: sync ignores, logging and backups
2025-09-25 08:58:18 +00:00

24 lines
686 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Architecture - IHM Client
## Composants
- Frontend embarqué en iframe dans `lecoffre-front`.
- Dialogue avec `sdk_signer` et `sdk_relay` via WebSocket.
## Dépendances
- `sdk_signer` via `VITE_SIGNER_URL`.
- `sdk_relay` via `VITE_WS_URL`.
- Backend `lecoffre-back-mini` via `VITE_API_BASE_URL`.(sur dev3.4nkweb.com)
## Réseau et ports
- Exposé derrière Nginx via `https://dev4.4nkweb.com/`.
## Variables denvironnement (centralisées)
- Chargement depuis `lecoffre_node/.env.master`.
## Monitoring
- Logs → Promtail → Loki → Grafana (Frontend Services).
## Notes
- Code splitting (`React.lazy`, `Suspense`).
- Pas de `.env` local, configuration via Docker Compose.