Commit graph

40 commits

Author SHA1 Message Date
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
ea8f9fe0fa Refactor Dockerfile and Impostazioni component for improved clarity and efficiency; streamline environment variable definitions and simplify JSX structure in StripeSection. 2026-01-19 09:36:35 +01:00
ebbcff2e41 Refactor Dockerfiles to remove unnecessary comments and echo statements; streamline build stages for clarity and efficiency. 2026-01-17 15:49:52 +01:00
1261bbb443 chore: update Dockerfile for improved build process and environment variable management 2026-01-15 16:09:33 +01:00
aff38a8040 chore: clean up Dockerfile by removing unnecessary comments and consolidating environment variable definitions 2026-01-15 15:36:58 +01:00
3de192636b feat: update GetAnnunciFromMiogest with improved error handling and validation; add curl installation in Dockerfile; implement checkAnnunci procedure for active announcements notification 2026-01-12 10:05:42 +01:00
82d5e73b35 refactor: enhance build logging in Dockerfile to include BASE_URL and NEXT_PUBLIC_BASE_URL 2025-11-24 18:13:29 +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
53dad1e4c1 asd 2025-11-12 17:12:40 +01:00
d9219d4f23 s 2025-11-12 17:12:15 +01:00
169dccfc7d feat: update Admin confirmation modal to display transient status information; refactor related components and enhance localization strings 2025-11-12 17:05:05 +01:00
7f93bdeb98 refactor: update storage-related API and components for improved functionality 2025-10-24 18:05:51 +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
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
07767dd51b fix: update environment variable handling and add baseUrl prop to email components for improved functionality 2025-10-20 12:33:49 +02:00
727f1e760c feat: add revalidation functionality and integrate it into various components and API routes 2025-10-17 19:14:27 +02:00
c44ba87aed fix: update BACKENDSERVER_URL to use backend service for consistency 2025-10-16 17:53:44 +02:00
e6c5e6a459 feat: update Dockerfile and environment scripts for improved build configuration and mock values 2025-10-16 17:33:57 +02:00
b6d9842bcd feat: add SKEBBY_USER and SKEBBY_PASS environment variables for Skebby integration 2025-10-08 11:32:06 +02:00
de3388e23d fix: simplify npm install command in Dockerfile by removing cache mount 2025-08-20 18:34:31 +02:00
61f751e633 cache 2025-08-20 18:22:30 +02:00
18bde5eb9e Remove commented debug echo statement from Dockerfile to clean up the build process 2025-08-20 17:27:57 +02:00
33dfe87040 Cleanup Dockerfile: remove unnecessary blank line for improved readability 2025-08-20 17:14:14 +02:00
24c9754dae Remove STRIPE_LIMITED_KEY from environment variables across configuration files 2025-08-19 14:38:53 +02:00
e1e368668c Fix Dockerfile to copy only package.json for dependency installation 2025-08-08 09:52:45 +02:00
18cb9cebd7 ss 2025-08-08 09:48:51 +02:00
73e7c947d8 web2 2025-08-07 19:31:51 +02:00
23909d6974 22 2025-08-07 19:15:38 +02:00
1fba08c385 b 2025-08-07 19:09:29 +02:00
1c420e2077 refactor: remove FormDebug component and move DevT import to formDevTool 2025-08-07 18:48:56 +02:00
18b843db22 fix: update Dockerfile for production dependencies and enhance form debug visibility in development 2025-08-07 16:10:17 +02:00
5a3fcba130 fix: update Dockerfile to use npm ci --production and enhance panel API error handling 2025-08-07 16:02:55 +02:00
a93be4d547 Implement code changes to enhance functionality and improve performance 2025-08-06 16:44:46 +02:00
50b8753f98 Update Dockerfile to switch base image from bullseye to alpine 2025-08-06 16:27:57 +02:00
6768421795 Remove unnecessary package installation and update CMD syntax in Dockerfile 2025-08-06 16:02:49 +02:00
e99fbadd15 Update base image in Dockerfile from alpine to bullseye 2025-08-06 16:00:26 +02:00
61e1d3246d Update SKIP_REDIS environment variable handling to use string comparison 2025-08-04 19:39:43 +02:00
ef58dc618c Add SKIP_REDIS environment variable and handle KeyDB client initialization in various services 2025-08-04 18:59:33 +02:00
29c64c7e39 init 2025-08-04 17:45:44 +02:00