Skip to content

Commit

Permalink
Create webfinger
Browse files Browse the repository at this point in the history
  • Loading branch information
LXGaming committed Dec 24, 2022
1 parent c58e963 commit 2d64274
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .well-known/webfinger
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"subject": "acct:lxgaming@fosstodon.org",
"aliases": [
"https://fosstodon.org/@lxgaming",
"https://fosstodon.org/users/lxgaming"
],
"links": [
{
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html",
"href": "https://fosstodon.org/@lxgaming"
},
{
"rel": "self",
"type": "application/activity+json",
"href": "https://fosstodon.org/users/lxgaming"
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://fosstodon.org/authorize_interaction?uri={uri}"
}
]
}

0 comments on commit 2d64274

Please sign in to comment.