From 9cdb751d85acf3491752388ff32c952f29f1d939 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Tue, 13 Jun 2023 17:04:51 +0200 Subject: [PATCH] Add webfinger mastodon support --- static/.well-known/webfinger | 1 + 1 file changed, 1 insertion(+) 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..e7621f6 --- /dev/null +++ b/static/.well-known/webfinger @@ -0,0 +1 @@ +{"subject":"acct:jotoho@ruhr.social","aliases":["https://ruhr.social/@jotoho","https://ruhr.social/users/jotoho"],"links":[{"rel":"http://webfinger.net/rel/profile-page","type":"text/html","href":"https://ruhr.social/@jotoho"},{"rel":"self","type":"application/activity+json","href":"https://ruhr.social/users/jotoho"},{"rel":"http://ostatus.org/schema/1.0/subscribe","template":"https://ruhr.social/authorize_interaction?uri={uri}"}]} \ No newline at end of file