From 0e16c0314ce6a0f19279c7ea67eabde54d4eb379 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 24 Dec 2022 14:17:37 +0100 Subject: [PATCH] Add webfinger --- static/.well-known/webfinger | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 static/.well-known/webfinger diff --git a/static/.well-known/webfinger b/static/.well-known/webfinger new file mode 100644 index 0000000..a7fffc9 --- /dev/null +++ b/static/.well-known/webfinger @@ -0,0 +1,20 @@ +{ + "subject":"acct:trivernis@social.funkyfish.cool", + "aliases": + [ + "https://social.funkyfish.cool/@trivernis" + ], + "links": + [ + { + "rel":"self", + "type":"application/activity+json", + "href":"https://social.funkyfish.cool/@trivernis" + }, + { + "rel":"http://webfinger.net/rel/profile-page", + "type":"text/html", + "href":"https://social.funkyfish.cool/@trivernis" + } + ] +} \ No newline at end of file