Commit Graph
7 Commits
Author SHA1 Message Date
zaremate 792b0eb275 feat: integrate MinIO for file storage and management
- Added MinIO as a dependency in package.json.
- Updated FilePreview component to simplify file type checks.
- Refactored file removal API to delete files from MinIO instead of the filesystem.
- Modified file serving API to fetch files from MinIO.
- Changed file upload API to upload files directly to MinIO and store metadata in the database.
- Enhanced environment configuration to include MinIO settings.
- Updated file type utility to handle file extensions more robustly.
- Created a new utility for MinIO client configuration and bucket management.
2025-05-09 07:10:23 +02:00
zaremate 41132eee61 added env variables 2025-04-14 12:23:16 +02:00
zaremate fbf1c95b1b fixed oauth and uploading and file details 2025-04-14 11:59:54 +02:00
zaremate 4b77152bb0 Revert "modified: src/env.js"
This reverts commit 571a64d1d5.
2025-04-14 09:40:53 +02:00
zaremate 571a64d1d5 modified: src/env.js 2025-04-14 09:20:16 +02:00
zaremate bcdceb615c working site 2025-04-14 08:20:36 +02:00
zaremate 3c19fc0fba innit 2025-04-12 23:32:29 +02:00