Paste
=====
A small web server which takes in files, saves them on disk and serve them.
Made as a small project to learn web development in rust.
Configuration
=============
Configuration is done through rocket's standard way
https://rocket.rs/v0.5-rc/guide/configuration/
3 Additional variables are provided
- pastes
+ The folder in which the uploaded files are uploaded to
- base_url
+ The base url which will be used to return where the final uploaded file went to
- keys
+ Optional list of valid "Authorization" header values. If this
variable is set then annonymous uploads will not be allowed.
Credits
=======
Strongly inspired by the following projects:
- https://0x0.st/
- https://paste.thomasvoss.com/