Readme and traffic-limit.sh improvements

This commit is contained in:
Christoph Wiechert
2017-04-25 21:54:10 +02:00
parent 3e31051f54
commit 2b79d0b337
3 changed files with 51 additions and 20 deletions

View File

@@ -14,8 +14,8 @@ Simple open source self-hosted file sharing solution.
* Resumable up- and downloads ([TUS](https://tus.io))
* Set an expire-time for your upload bucket
* One-time downloads
* Password protected downloads ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard))
* Requires Node >=7.4
* Requires Node >=7.4 or use `--harmony-async-await` flag
* Password protected download list ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard))
![Screenshot](https://raw.githubusercontent.com/psi-4ward/psitransfer/master/docs/psitransfer.gif)
@@ -84,6 +84,12 @@ Psitransfer uses [debug](https://github.com/visionmedia/debug):
DEBUG=psitransfer:* npm start
```
## Side notes
* There is no (end-to-end) payload encryption (yet).
:star2: Contribution is highly welcome :metal:
## License
[BSD](LICENSE)