managarten/packages/shared-storage/src
Wuesteon 2cfa09c84d feat(storage): add MinIO local storage and @manacore/shared-storage package
- Add MinIO service to docker-compose.dev.yml with auto-bucket initialization
- Create @manacore/shared-storage package with S3-compatible client
- Add factory functions for each project (Picture, Chat, ManaDeck, etc.)
- Include file utilities (generateFileKey, getContentType, validators)
- Update environment variables for S3/MinIO configuration
- Document storage architecture in CLAUDE.md

Local dev uses MinIO, production will use Hetzner Object Storage.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 01:00:42 +01:00
..
client.ts feat(storage): add MinIO local storage and @manacore/shared-storage package 2025-12-02 01:00:42 +01:00
factory.ts feat(storage): add MinIO local storage and @manacore/shared-storage package 2025-12-02 01:00:42 +01:00
index.ts feat(storage): add MinIO local storage and @manacore/shared-storage package 2025-12-02 01:00:42 +01:00
types.ts feat(storage): add MinIO local storage and @manacore/shared-storage package 2025-12-02 01:00:42 +01:00
utils.ts feat(storage): add MinIO local storage and @manacore/shared-storage package 2025-12-02 01:00:42 +01:00