Simple file upload service backed by Cloudflare R2
Go to file
Jeff Emmett d8ff9154a1 feat: Batch uploads with shared /b/{id} link to view all files
Multi-file uploads now generate a batch ID, grouping files together.
A single batch URL (e.g. /b/Ab3xKz9q) shows all files with previews
and download links. Schema migrates automatically for existing DBs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 15:41:43 -04:00
cli feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
internal feat: Batch uploads with shared /b/{id} link to view all files 2026-04-07 15:41:43 -04:00
web feat: Batch uploads with shared /b/{id} link to view all files 2026-04-07 15:41:43 -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 uploads with shared /b/{id} link to view all files 2026-04-07 15:41:43 -04:00