coconews/frontend
SITO 10d51c3c52 feat(deploy): despliegue nativo Debian sin Docker
- Elimina todos los Dockerfiles y docker-compose.yml
- Elimina scripts Docker (start_docker, reset_and_deploy, deploy-clean)
- Agrega deploy/debian/ con despliegue nativo via systemd:
  - install.sh: instalacion completa en Debian (PostgreSQL, Redis,
    Qdrant binario, Go, Python venv, nginx, frontend compilado)
  - build.sh: recompila binarios Go y frontend sin reinstalar
  - env.example: variables de entorno sin referencias Docker
  - nginx.conf: sirve React estatico + proxy al API Go en localhost
  - systemd/*.service: 16 servicios (8 Go + 7 Python + Qdrant)

Todos los hostnames Docker (db, redis, qdrant) reemplazados por 127.0.0.1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 20:49:30 +02:00
..
node_modules go integration and wikipedia 2026-03-28 18:30:07 +01:00
src go integration and wikipedia 2026-03-28 18:30:07 +01:00
index.html go integration and wikipedia 2026-03-28 18:30:07 +01:00
nginx.conf go integration and wikipedia 2026-03-28 18:30:07 +01:00
package-lock.json go integration and wikipedia 2026-03-28 18:30:07 +01:00
package.json go integration and wikipedia 2026-03-28 18:30:07 +01:00
postcss.config.js go integration and wikipedia 2026-03-28 18:30:07 +01:00
tailwind.config.js go integration and wikipedia 2026-03-28 18:30:07 +01:00
tsconfig.json go integration and wikipedia 2026-03-28 18:30:07 +01:00
vite.config.ts go integration and wikipedia 2026-03-28 18:30:07 +01:00