aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-06-02Migrate to Rust and HyperJoris
With sanic, downloading a file locally is around ten times slower than with Rust and hyper. Maybe `pypy` could have helped, but I didn’t succeed to set it up quickly with the dependencies.
2024-06-02Migrate to sanicJoris
2024-05-20Factor download page and fileJoris
2024-05-20Do not serve file if it has expiredJoris
2024-05-20Allow to upload file and download from given linkJoris