webfinger/README.md
2022-11-20 03:37:34 -06:00

10 lines
248 B
Markdown

## 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