~aninternettroll/paste

Add builds manifest
Update README to fix wrong information
Add GET and DELETE routes and base_path, keys config options

clone

read-only
https://git.sr.ht/~aninternettroll/paste
read/write
git@git.sr.ht:~aninternettroll/paste

You can also use your local clone with git send-email.

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/