Simple file upload service backed by Cloudflare R2
Go to file
Jeff Emmett 92c931d7da feat: Lightbox image viewer on batch page with arrow key navigation
Clicking an image thumbnail opens a full-size overlay instead of
navigating away. Left/right arrows and on-screen buttons cycle
through images. Click backdrop or press Escape to close. Includes
filename and download link in the lightbox footer.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 16:14:34 -04:00
cli feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
internal feat: Batch-level password auth — unlock once for all files 2026-04-07 16:10:45 -04:00
web feat: Lightbox image viewer on batch page with arrow key navigation 2026-04-07 16:14:34 -04: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: Batch-level password auth — unlock once for all files 2026-04-07 16:10:45 -04:00