site/.well-known/webfinger
Ben Harris b7dddfe7b7
continuous-integration/drone/push Build is passing Details
fix urlencoding on webfinger readme
2023-04-25 15:12:44 +00:00
..
README.md fix urlencoding on webfinger readme 2023-04-25 15:12:44 +00:00
index.php add webfinger tool 2023-03-27 17:06:27 -04:00

README.md

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:ben@tilde.zone' > ~/.webfinger.json

see webfinger.net for more info and a simple tester for your setup.