Commit graph

9 commits

Author SHA1 Message Date
e499923fcb fix: update Dockerfile to copy files from the current directory instead of the builder stage 2026-01-07 13:26:00 +01:00
f4262b8711 feat: Refactor video handling in announcements
- Updated the announcement detail component to directly use images and videos from the data structure.
- Changed the form edit component to accommodate the new media structure, replacing AnnunciWithImages with AnnunciWithMedia.
- Modified the announcements list to initialize videos as an empty array.
- Enhanced the announcement view to handle external videos and updated the footer to display them correctly.
- Introduced a new utility function to generate YouTube embed URLs.
- Updated the database schema to replace url_video with external_videos and added a new videos_refs table for video management.
- Implemented video processing logic, including downloading, transcoding, and thumbnail generation.
- Added migration scripts for the new videos_refs table and updated existing references in the database.
2025-11-18 15:20:14 +01:00
c389a58832 refactor: remove MinIO configuration arguments from Dockerfile 2025-10-29 09:24:15 +01:00
208deeac28 Refactor image handling in announcement components
- Updated CardAnnuncio and related components to use a new images structure instead of url_immagini.
- Removed references to url_immagini and replaced them with images array containing img and thumb properties.
- Adjusted API responses to include images in the new format.
- Modified middleware and storage service to accommodate new image handling.
- Cleaned up unused code and schemas related to old image references.
- Updated Docker configuration for storage service.
2025-10-27 17:58:42 +01:00
ada7f0b7e0 feat: update Docker configuration and add nginx setup for reverse proxy 2025-10-10 15:11:09 +02:00
24a5749272 Update scripts to use /bin/sh and ensure executable permissions 2025-08-18 10:22:02 +02:00
d471fe0f02 Add script files to Docker image 2025-08-18 09:55:51 +02:00
9ed9a4c39e fix: update Dockerfile to use golang:1.24-bullseye base image 2025-08-07 17:24:33 +02:00
29c64c7e39 init 2025-08-04 17:45:44 +02:00