Add webfinger :)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sam Therapy 2023-04-11 17:09:14 +02:00
parent 55a607abd6
commit c14a1a515c
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
{
"aliases": [
"https://froth.zone/users/sam",
"https://fedi.samtherapy.net/users/SamTherapy"
],
"links": [
{
"href": "https://froth.zone/users/sam",
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html"
},
{
"href": "https://froth.zone/users/sam",
"rel": "self",
"type": "application/activity+json"
},
{
"href": "https://froth.zone/users/sam",
"rel": "self",
"type": "application/ld+json; profile=\"https://www.w3.org/ns/activitystreams\""
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://froth.zone/ostatus_subscribe?acct={uri}"
}
],
"subject": "acct:sam@froth.zone"
}