You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
.editorconfig | 9 months ago | |
.gitignore | 9 months ago | |
LICENSE | 9 months ago | |
README.md | 9 months ago |
README.md
Send
Quick and temporary file sharing.
Rationale
I want something as simple to use as Firefox Send. Simple for desktop file sharing, simple for link-based sharing, but also simple for desktop-to-mobile sharing (through QR Codes).
Authentication and rate limiting
This project doesn't handle any form of authentication at all. If you want to handle authentication on top of this website, refer to your reverse proxy's authentication capabilities.
Likewise, there is no builtin rate-limiting. It should be dealt on the application level (in your reverse proxy) or on the network level.