Readme and traffic-limit.sh improvements
This commit is contained in:
10
README.md
10
README.md
@@ -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))
|
||||
|
||||

|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user