Initial commit: NutriApp - Rust + Axum + Dioxus - CI/CD con Gitea Runner

This commit is contained in:
2026-06-24 08:35:09 +01:00
commit bede2018a6
35 changed files with 829 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# ─── Base de datos ──────────────────────────────────────────
# PostgreSQL en la Raspberry Pi 5 del homelab
DATABASE_URL=postgres://joel:***@192.168.1.87:5432/nutriapp
# ─── Servidor ───────────────────────────────────────────────
HOST=0.0.0.0
PORT=3100
# ─── Logging ────────────────────────────────────────────────
RUST_LOG=nutriapp_backend=debug,tower_http=debug
# ─── Auth ───────────────────────────────────────────────────
# Clave para firmar cookies de sesión (generar con: openssl rand -base64 64)
SESSION_KEY=cambiar-por-clave-real-de-64-bytes