From efa5fe1239263ad49cbcdb0f0039e93b55686f36 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Sun, 17 Mar 2024 02:04:10 +0100 Subject: feat(users/Profpatsch/whatcd-resolver): add services & readme Gives a story for running both jaeger and the reverse proxy, and the program proper. `postgres` is still run from the client. Adds a little readme. Change-Id: I11185028541c0214e152fd76c9c72b7e2eb11122 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11171 Tested-by: BuildkiteCI Autosubmit: Profpatsch Reviewed-by: Profpatsch --- users/Profpatsch/whatcd-resolver/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 users/Profpatsch/whatcd-resolver/README.md (limited to 'users/Profpatsch/whatcd-resolver/README.md') diff --git a/users/Profpatsch/whatcd-resolver/README.md b/users/Profpatsch/whatcd-resolver/README.md new file mode 100644 index 000000000000..d1902e546a4f --- /dev/null +++ b/users/Profpatsch/whatcd-resolver/README.md @@ -0,0 +1,21 @@ +# whatcd-resolver + +To run: + +``` +ninja run-services +``` + +in one terminal (starts the background tasks) + +``` +ninja run +``` + +to start the server. It runs on `9092`. + +You need to be in the `nix-shell` in `./..`. + +You need to set the `pass` key `internet/redacted/api-keys/whatcd-resolver` to an API key for RED. + +You need to have a transmission-rpc-daemon listening on port `9091` (no auth, try ssh port forwarding lol). -- cgit 1.4.1