We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b1657 commit 4a4fb16Copy full SHA for 4a4fb16
README.md
@@ -3,4 +3,3 @@
3
<img src="src/images/logo.png" width="165" height="48" alt="hal.codes Logo">
4
</a>
5
</p>
6
-
static/.well-known/webfinger
@@ -0,0 +1,23 @@
1
+{
2
+ "subject": "acct:[email protected]",
+ "aliases": [
+ "https://federated.hal.codes/@hal",
+ "https://federated.hal.codes/users/hal"
+ ],
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