10 Commits

Author SHA1 Message Date
be7c37b3b0 Enable MinIO S3 storage with internal Docker network endpoint
Changes:
- Uncomment S3 storage configuration (lines 58-66)
- Set S3 endpoint to http://minio:9000 (internal Docker network)
- Configure S3 force path style for MinIO compatibility

This replaces the external endpoint (https://s3.b28.dev) with direct
container communication, avoiding Cloudflare Tunnel latency and
SSL/redirect issues.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 14:17:21 -07:00
e08300cf13 Revert to local storage - S3 networking issue
HTTP 301 redirect issue when Directus tries to connect to MinIO.
Need to configure Docker network connectivity between services.

Temporarily back to local volumes until networking is resolved.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 14:12:31 -07:00
f7d3296d43 Use HTTP endpoint for MinIO S3 connection
Directus → Coolify/Traefik → MinIO (HTTP internally)
Public access still via HTTPS through Cloudflare

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 14:09:35 -07:00
5660502b21 Configure Directus to use MinIO S3 for file storage
- Replace local directus_uploads volume with S3
- Add MinIO credentials to environment config
- Files now stored in s3.b28.dev/directus-uploads
- Enables shared media access across all demos

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 14:04:29 -07:00
f3cd94698a Remove directus network for Coolify compatibility
- Remove custom 'directus' network definition
- Coolify creates its own network per deployment
- Having both networks causes Traefik routing conflicts
- Containers were connecting to wrong network IP

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-22 12:11:19 -07:00
d8335cff2f Remove custom Traefik labels - let Coolify manage them 2025-10-22 11:31:23 -07:00
771f6964d6 Add traefik.enable label 2025-10-22 11:23:39 -07:00
767263480f Add traefik port for Coolify 2025-10-22 11:17:04 -07:00
29f5bd04af Add initial database with portfolio data 2025-10-22 11:07:57 -07:00
661772795b Initial commit 2025-10-22 10:22:22 -07:00