forked from team/site
1
0
Fork 0

Add '.well-known/webfinger/README.md'

This commit is contained in:
Ben Harris 2023-04-25 15:12:05 +00:00
parent 2ec98a452f
commit 722a3b693d
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# webfinger
to add your own, run the `webfinger` tool at your shell.
it will prompt you for your fedi handle and save the correct json to `~/.webfinger.json`.
you can do this manually by grabbing the webfinger from your fedi host.
as an example, to get the webfinger response for `@ben@tilde.zone`
curl https://tilde.zone/.well-known/webfinger?resource=acct%3Aben%40tilde.zone > ~/.webfinger.json
see [webfinger.net](https://webfinger.net) for more info and a simple tester for your setup.