diff --git a/.well-known/webfinger b/.well-known/webfinger index 28dc3ea..fa58dd8 100644 --- a/.well-known/webfinger +++ b/.well-known/webfinger @@ -1,20 +1,37 @@ - - - - acct:coderrrrr.site@coderrrrr.site - - https://coderrrrr.site/ - - - - - - - - - - - - - - +{ + "aliases": [ + "https://coderrrrr.site/" + ], + "links": [ + { + "href": "https://coderrrrr.site/", + "rel": "http://webfinger.net/rel/profile-page", + "type": "text/html" + }, + { + "href": "https://web.brid.gy/coderrrrr.site", + "rel": "self", + "type": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"" + }, + { + "href": "https://web.brid.gy/coderrrrr.site", + "rel": "self", + "type": "application/activity+json" + }, + { + "href": "https://web.brid.gy/coderrrrr.site/inbox", + "rel": "inbox", + "type": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"" + }, + { + "href": "https://web.brid.gy/ap/sharedInbox", + "rel": "sharedInbox", + "type": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\"" + }, + { + "rel": "http://ostatus.org/schema/1.0/subscribe", + "template": "https://fed.brid.gy/web/coderrrrr.site?url={uri}" + } + ], + "subject": "acct:coderrrrr.site@coderrrrr.site" +}