From 61a98091a629c35246c90a8f4a4e529ba63fa850 Mon Sep 17 00:00:00 2001 From: a Date: Sun, 20 Nov 2022 03:37:34 -0600 Subject: [PATCH] add README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9165a96 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +## Instructions + +Add a resource in the `resource/` folder. This will map to the `?resource=` query parameter + +```bash +pipenv install +pipenv run uvicorn main:app --port 3464 --workers 1 +``` + +nginx proxy_pass `.well-known/webfinger` to localhost:3464 \ No newline at end of file