el cambio de puerto 8888

This commit is contained in:
unknown
2026-06-13 12:35:04 -04:00
parent 8ff8b3a459
commit 08d5674fbf
5 changed files with 7 additions and 5 deletions

View File

@@ -111,14 +111,14 @@ curl http://localhost:4000/api/health
Debe responder `"version": "1.2.0"` y `"features": ["historial-gestiones", "cierre-gestion", ...]`.
En el navegador (`http://IP-DEL-SERVIDOR:8080`):
En el navegador (`http://IP-DEL-SERVIDOR:8888` por defecto):
- Pestaña **Administración** (solo usuario JEFE) → sección **Cierre de gestión**
- Cada planilla tiene **barra lateral** con gestiones anteriores (solo lectura)
- Al pie: **Don Marco v1.2.0 — Historial de gestiones (Docker)**
### Acceso en la red
- **Web:** `http://IP-DEL-SERVIDOR:8080` (puerto 8080; el 80 queda libre para otras apps)
- **Web:** `http://IP-DEL-SERVIDOR:8888` (puerto configurable en `.env``DONMARCO_WEB_PORT`)
- **API:** `http://IP-DEL-SERVIDOR:4000/api/health`
### Cierre de gestión (solo JEFE)