Simple file upload service backed by Cloudflare R2
Go to file
Jeff Emmett 9ab1cb3349 feat: Add file thumbnails and fix download page layout
- Images show actual thumbnail from R2 (presigned inline URL)
- Video/audio/PDF show type-specific icons
- Use flexbox gap for consistent spacing (no overlap)
- Move filename into card as h2, remove top-level h1

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 10:47:44 -07:00
cli feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
internal feat: Add file thumbnails and fix download page layout 2026-03-23 10:47:44 -07:00
web feat: Add file thumbnails and fix download page layout 2026-03-23 10:47:44 -07:00
.env.example feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
.gitignore feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
Dockerfile feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
docker-compose.prod.yml fix: Add Infisical network to docker-compose.prod.yml 2026-03-23 10:01:36 -07:00
docker-compose.yml feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
entrypoint.sh feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
go.mod feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
go.sum feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
main.go feat: Add download page with view/download buttons 2026-03-23 10:36:05 -07:00