Commit graph

10 commits

Author SHA1 Message Date
92779d8b4e removed tiles redis, now using pg 2026-05-06 17:19:40 +02:00
6d41ff4520 feat: add usedInvite column to users table and update related configurations 2026-04-15 15:08:57 +02:00
84b2fc39a3 refactor: update import statements to use node: prefix for fs and path modules 2026-04-03 19:16:43 +02:00
8c48dbb4b6 feat: integrate Typst for PDF generation and add new fonts
- Added Typst templates for receipts and announcements.
- Implemented TypstRunner and TypstRunner2 services for PDF generation.
- Included necessary fonts for Typst rendering.
- Updated Dockerfile to install Typst and Pandoc.
- Enhanced API with new endpoints for Typst functionality.
- Added temporary directory handling for generated files.
- Updated .gitignore and .dockerignore to exclude temporary files.
2026-04-01 10:44:46 +02:00
218b581e74 feat: update .dockerignore to include additional configuration files and directories 2026-03-27 20:30:49 +01:00
3f82763168 eslint migration biome 2025-08-28 18:27:07 +02:00
750ec05a1e Add .dockerignore files and remove migration.sql
- Created a new .dockerignore file in the apps/db directory to exclude unnecessary files from Docker builds.
- Deleted the migration.sql file from the apps/db directory as it is no longer needed.
- Updated the .dockerignore file in the apps/infoalloggi directory to include additional files and directories to be ignored during Docker builds.
2025-08-28 14:58:43 +02:00
5789007b9b Remove .docker_env from .dockerignore 2025-08-07 19:32:49 +02:00
4135f748bb fix: update .dockerignore to include panel API source file and ensure proper environment configuration 2025-08-07 16:14:20 +02:00
29c64c7e39 init 2025-08-04 17:45:44 +02:00