This commit is contained in:
parent
55a607abd6
commit
c14a1a515c
1 changed files with 28 additions and 0 deletions
28
src/static/.well-known/webfinger
Normal file
28
src/static/.well-known/webfinger
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue