Commit graph

14 commits

Author SHA1 Message Date
92779d8b4e removed tiles redis, now using pg 2026-05-06 17:19:40 +02:00
ced51c4111 refactor: remove browserless service and related environment variables from Docker configurations 2026-04-03 19:00:26 +02:00
0192f710e2 refactor: remove NEXT_PUBLIC_UMAMI_ID from environment variables and related configurations 2026-03-09 14:19:43 +01:00
e563aa43fd feat: update environment variable for Umami ID and adjust related configurations 2026-03-09 14:09:32 +01:00
88bdd96e2b feat: add UMAMI_ID environment variable and integrate Umami analytics script 2026-03-09 12:52:11 +01:00
42c15dfe96 feat: integrate PDF generation using Puppeteer
- Removed dependencies on html2canvas-pro and jsPDF.
- Added puppeteer-core for PDF generation.
- Created a new API endpoint for generating PDFs.
- Updated SchedaAnnuncioStampabile component to use the new PDF generation API.
- Enhanced error handling and user feedback during PDF generation.
- Added browserless service to docker-compose for Puppeteer.
- Updated environment variables to include BROWSER_WS_URL.
- Refactored code to improve readability and maintainability.
2026-02-03 11:20:26 +01:00
e8957e6f3b feat: add updater middleware for managing app version cookies 2026-01-07 09:54:02 +01:00
b643a9778b feat: update environment variables in Dockerfile and env.ts; modify logging in api_middleware and settings router 2025-11-12 17:28:59 +01:00
d9219d4f23 s 2025-11-12 17:12:15 +01:00
6acfc08169 new storage for files 2025-10-24 16:10:59 +02:00
5ea42bb24b upd 2025-10-23 15:16:42 +02:00
8a17863c85 feat: update environment variable handling for BASE_URL and NEXT_PUBLIC_BASE_URL across Docker and application files 2025-10-20 16:39:59 +02:00
8e4d73941f fix: restore shared NEXT_PUBLIC_BASE_URL definition in environment configuration 2025-10-20 16:26:26 +02:00
699579b432 feat: update environment variable handling and dependencies
- Added @t3-oss/env-nextjs for improved environment variable management.
- Updated zod to version 4.1.12 for enhanced validation capabilities.
- Upgraded jiti to version 2.6.1 for better module loading.
- Refactored environment variable imports from env.mjs to env.ts.
- Removed deprecated env.mjs file and replaced it with a new env.ts file using @t3-oss/env-nextjs.
- Adjusted various components and API routes to utilize the new environment variable structure.
- Updated next.config.js to support the new environment variable management.
- Modified Docker configuration to align with new BASE_URL handling.
2025-10-20 16:22:20 +02:00