45 lines
1.0 KiB
Markdown
45 lines
1.0 KiB
Markdown
# Project Afterlife
|
|
|
|
> **URL**: https://afterlife.consultoria-as.com
|
|
> **IP**: 192.168.10.84
|
|
> **VM**: Cisco1 VM 106
|
|
> **Estado**: Producción
|
|
|
|
---
|
|
|
|
## Arquitectura
|
|
|
|
| Componente | Puerto | Tecnología | URL |
|
|
|---|---|---|---|
|
|
| Web (Frontend) | 3000 | Next.js | https://afterlife.consultoria-as.com |
|
|
| CMS (Backend) | 1337 | Strapi | http://192.168.10.84:1337 (local) |
|
|
| Storage | 9001 | MinIO | http://192.168.10.84:9001 (local) |
|
|
|
|
## Proyectos Aliados
|
|
|
|
| Proyecto | VM | IP | Función | URL |
|
|
|---|---|---|---|---|
|
|
| **NovelasVM** | Cisco1 VM 111 | 192.168.10.111 | Plataforma web para ejecutar novelas visuales en navegador (Ren'Py Web / WebAssembly) | http://192.168.10.111 |
|
|
|
|
## Stack
|
|
|
|
- **Frontend**: Next.js (React)
|
|
- **Backend**: Strapi (Headless CMS)
|
|
- **Storage**: MinIO (S3 compatible)
|
|
- **Base de datos**: PostgreSQL o SQLite (verificar)
|
|
|
|
## Acceso
|
|
|
|
```bash
|
|
# SSH a la VM
|
|
ssh root@192.168.10.84
|
|
|
|
# Servicios
|
|
cd /path/to/nextjs && npm start
|
|
cd /path/to/strapi && npm develop
|
|
```
|
|
|
|
---
|
|
|
|
*Documentación Afterlife Project - Consultoria-AS*
|