webfinger/README.md

11 lines
274 B
Markdown
Raw Normal View History

2022-11-20 09:37:34 +00:00
## Instructions
2022-11-20 10:29:07 +00:00
Add a resource in the `resource/` folder. This will map to the `?resource=` query parameter. Save it as a .json file
2022-11-20 09:37:34 +00:00
```bash
pipenv install
pipenv run uvicorn main:app --port 3464 --workers 1
```
2022-11-20 10:29:07 +00:00
nginx proxy_pass `.well-known/webfinger` to localhost:3464