feat(ui): mejoras dashboard y entorno local con ngrok/ORCID sandbox

- Añade enlace Volver al inicio y márgenes max-w-7xl en dashboard y group
- Corrige hora de última sincronización (UTC en formatDate)
- Evita scroll horizontal en tabla de publicaciones
- Soporta backend/.env.local y compose opcional para sandbox/ngrok
- Cookie OAuth Secure en redirects HTTPS; README y .env.example
This commit is contained in:
Alexis
2026-05-19 12:06:54 +02:00
parent 59eda988d2
commit dbd8bd5992
10 changed files with 60 additions and 24 deletions
+6 -1
View File
@@ -7,7 +7,12 @@ services:
ports:
- "0.0.0.0:8072:8000"
env_file:
- ./backend/.env
- path: ./backend/.env
required: true
# Sobrescribe claves de `.env` en local (sandbox, ngrok). En el servidor
# no existe el fichero → Compose lo omite sin error.
- path: ./backend/.env.local
required: false
environment:
DATABASE_URL: postgresql://postgres:postgres@db:5432/orcid_db
REDIS_URL: redis://redis:6379/0