Skip to content

Commit 4a4fb16

Browse files
authored
Add [email protected] Mastodon alias (#28)
1 parent f4b1657 commit 4a4fb16

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
<img src="src/images/logo.png" width="165" height="48" alt="hal.codes Logo">
44
</a>
55
</p>
6-

static/.well-known/webfinger

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

0 commit comments

Comments
 (0)