From 722a3b693dea7eea4ad8d625b7e8fe0edf75c0dc Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 25 Apr 2023 15:12:05 +0000 Subject: [PATCH] Add '.well-known/webfinger/README.md' --- .well-known/webfinger/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .well-known/webfinger/README.md diff --git a/.well-known/webfinger/README.md b/.well-known/webfinger/README.md new file mode 100644 index 0000000..f83aff1 --- /dev/null +++ b/.well-known/webfinger/README.md @@ -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. \ No newline at end of file