Skip to content

Commit fe6b9a2

Browse files
committed
Add my fosstodon.org
1 parent 1e9c439 commit fe6b9a2

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.well-known/webfinger

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
{
3+
"subject":"acct:jaykul@fosstodon.org",
4+
"aliases":
5+
[
6+
"https://fosstodon.org/@jaykul",
7+
"https://fosstodon.org/users/jaykul"
8+
],
9+
"links":
10+
[
11+
{
12+
"rel":"http://webfinger.net/rel/profile-page",
13+
"type":"text/html",
14+
"href":"https://fosstodon.org/@jaykul"
15+
},
16+
{
17+
"rel":"self",
18+
"type":"application/activity+json",
19+
"href":"https://fosstodon.org/users/jaykul"
20+
},
21+
{
22+
"rel":"http://ostatus.org/schema/1.0/subscribe",
23+
"template":"https://fosstodon.org/authorize_interaction?uri={uri}"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)