feat(users/Profpatsch/whatcd-resolver): Cache searches & web UI

When looking up stuff on the tracker, cache the results in our
database and display the best torrent matches in a simple web UI.

Change-Id: Iba8417fbdd3ea812765ab0289a1d5b03b7c2be81
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8857
Reviewed-by: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
This commit is contained in:
Profpatsch 2023-06-27 15:22:51 +02:00
parent 70da4318f5
commit 5cfdd259df
2 changed files with 272 additions and 95 deletions

View file

@ -88,4 +88,8 @@ library
unliftio,
monad-logger,
unix,
warp,
wai,
ihp-hsx,
blaze-html,