Commit graph

29 commits

Author SHA1 Message Date
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