WIP file drop server, no downloads yet

This commit is contained in:
xenofem 2022-04-26 23:54:29 -04:00
commit 20da86132b
12 changed files with 3294 additions and 0 deletions

16
README.md Normal file
View file

@ -0,0 +1,16 @@
# transbeam
A low-frills low-latency file drop server
## installation
## todo
- [ ] file uploading
- [ ] real-time file downloading
- [ ] upload progress bar
- [ ] uploader auth
- [ ] downloader auth
- [ ] sanitize filenames
- [ ] make sure upload errors are passed along to downloaders in a halfway reasonable way
- [ ] delete uploads after a while