Low-latency file drop web app
 
 
 
 
 
 
Go to file
xenofem 9545ceb4f4 make favicon version of logo 2022-04-27 21:27:03 -04:00
resources make favicon version of logo 2022-04-27 21:27:03 -04:00
src zip: set bit flag for UTF-8 filenames, bump minimum zip version to 6.3 2022-04-27 20:31:12 -04:00
static make favicon version of logo 2022-04-27 21:27:03 -04:00
.gitignore ignore storage directory 2022-04-26 23:54:58 -04:00
Cargo.lock implement downloads, lots of misc tweaks/fixes 2022-04-27 20:15:51 -04:00
Cargo.toml implement downloads, lots of misc tweaks/fixes 2022-04-27 20:15:51 -04:00
README.md more README tweaks 2022-04-27 14:23:27 -04:00

README.md

transbeam logo: a laser warning sign in trans flag colors

transbeam

A low-latency file drop web app

features

  • One-to-many transfer of large files
  • Simple web UI for sender and receivers
  • Receivers can begin downloading immediately, without needing to wait for the upload to finish
  • Receivers can also download after the upload is complete and the sender has gone offline
  • Easy to send multiple files at once - they're bundled into a zip file for receivers, with zero compression so extraction is quick
  • Sanitizes filenames
  • Fires a laser beam that turns you trans

configuration

transbeam is configured with the following environment variables:

  • STORAGE_DIR: path where uploaded files should be stored (default: ./storage)
  • STATIC_DIR: path where the web app's static files live (default: ./static)
  • PORT: port to listen on localhost for http requests (default: 8080)

installation

todo

  • file downloading
  • upload progress bar
  • uploader auth
  • downloader auth
  • delete uploads after a while
  • configurable maximum file size