tvl-depot/users/Profpatsch/cas-serve
Profpatsch c04c66c637 feat(users/Profpatsch/cas-serve): init
A dumb little daemon that stores arbitrary files by content-hash, and
exposes a randomly generated URL by which the file can be fetched
again.

If the same file is uploaded twice, it will only be stored once.
CAS hashes are not exposed to the user, so they can’t figure out
whether a file they know is in the database.

Change-Id: Ie57bc09d429a9f31c8f0fc5f63f78d6a84d650f7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5952
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
2022-07-17 17:00:43 +00:00
..
cas-serve.cabal feat(users/Profpatsch/cas-serve): init 2022-07-17 17:00:43 +00:00
CasServe.hs feat(users/Profpatsch/cas-serve): init 2022-07-17 17:00:43 +00:00
default.nix feat(users/Profpatsch/cas-serve): init 2022-07-17 17:00:43 +00:00
schema.sql feat(users/Profpatsch/cas-serve): init 2022-07-17 17:00:43 +00:00
wordlist.json feat(users/Profpatsch/cas-serve): init 2022-07-17 17:00:43 +00:00
wordlist.sqlite feat(users/Profpatsch/cas-serve): init 2022-07-17 17:00:43 +00:00