no nonsense, self-hostable temporary file service
create a folder called tmpst at the root of this repository, then run
DOMAIN="https://example.com" just runor
DOMAIN="https://example.com" deno task startIf you want to use a custom port, edit the PORT environment variable
PORT="3000" deno task startan image for docker/podman containers is available at ghcr.io/amycatgirl/tempstore:latest
set the DOMAIN environment variable to the domain you are using to host tempstore.
go to localhost:5544
upload file
use id with the /object/:id route (replace :id with your id)
route: /api/object
method: POST
content Type: multipart/form-data
body
file: self-explanatoryuntil: Amount of time to store the file for (in hours)
route /api/object/:id
method: GET