Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 609 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 609 Bytes

Temporar

S3-Backed File.io clone in Go (No Other Databases!), Simply upload a file, share the link, and after it is downloaded, the file is completely deleted. For added security, set an expiration on the file and it is deleted within a certain amount of time, even if it was never downloaded.

screenshot

Storage

  • AWS S3
  • Cloudflare R2
  • Minio
  • Wasabi

Deployment

Using Dockerfile or manually:

cd frontend
npm i
npm run build
cd ..
go build -trimpath

Makesure you already set ENV VAR before deploying