add landing and subscription plans

Signed-off-by: Omar Sánchez Pizarro <omar.sanchez@pistacero.net>
This commit is contained in:
Omar Sánchez Pizarro
2026-01-20 23:49:19 +01:00
parent 05f0455744
commit 6ec8855c00
79 changed files with 8839 additions and 361 deletions

View File

@@ -31,7 +31,7 @@ docker-compose up -d
Esto iniciará:
- **Redis** (puerto 6379) - Cache de artículos
- **Backend** (puerto 3001) - API Node.js
- **Frontend** (puerto 3000) - Interfaz web Vue
- **Dashboard** (puerto 3000) - Interfaz web Vue
- **Wallabicher Python** - Servicio principal de monitoreo
### 3. Acceder a la interfaz
@@ -51,7 +51,7 @@ Abre tu navegador en: **http://localhost:3000**
- **WebSocket**: ws://localhost:3001
- **Funciones**: API REST y WebSockets para la interfaz web
### Frontend (Vue + Nginx)
### Dashboard (Vue + Nginx)
- **Puerto**: 3000
- **URL**: http://localhost:3000
- **Funciones**: Interfaz web moderna
@@ -70,7 +70,7 @@ docker-compose logs -f
# Servicio específico
docker-compose logs -f wallabicher
docker-compose logs -f backend
docker-compose logs -f frontend
docker-compose logs -f dashboard
```
### Detener servicios
@@ -158,11 +158,11 @@ rm -rf monitor.log
mkdir -p logs
```
### El frontend no carga
### El dashboard no carga
Verifica los logs:
```bash
docker-compose logs frontend
docker-compose logs dashboard
```
### Reconstruir todo desde cero