1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00
matdoesdev/static/.well-known/webfinger
2023-06-29 05:59:38 -05:00

23 lines
525 B
Text

{
"subject": "acct:mat@matdoes.dev",
"aliases": [
"https://fedi.matdoes.dev/mat",
"https://fedi.matdoes.dev/users/mat"
],
"links": [
{
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html",
"href": "https://fedi.matdoes.dev/users/mat"
},
{
"rel": "self",
"type": "application/activity+json",
"href": "https://fedi.matdoes.dev/users/mat"
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://fedi.matdoes.dev/ostatus_subscribe?acct={uri}"
}
]
}