1
0
Fork 0
mirror of https://github.com/mat-1/matdoesdev.git synced 2025-08-02 06:36:04 +00:00

webfinger

This commit is contained in:
mat 2023-06-29 05:59:38 -05:00
parent 45eb598e1d
commit 60e890716c

View file

@ -0,0 +1,23 @@
{
"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}"
}
]
}