]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Add webfinger mastodon info
authorRuben Beltran del Rio <redacted>
Mon, 29 May 2023 16:46:10 +0000 (18:46 +0200)
committerRuben Beltran del Rio <redacted>
Mon, 29 May 2023 16:46:10 +0000 (18:46 +0200)
.well-known/webfinger [new file with mode: 0644]

diff --git a/.well-known/webfinger b/.well-known/webfinger
new file mode 100644 (file)
index 0000000..4ff70fb
--- /dev/null
@@ -0,0 +1,23 @@
+{
+  "subject": "acct:myspace@hachyderm.io",
+  "aliases": [
+    "https://hachyderm.io/@myspace",
+    "https://hachyderm.io/users/myspace"
+  ],
+  "links": [
+    {
+      "rel": "http://webfinger.net/rel/profile-page",
+      "type": "text/html",
+      "href": "https://hachyderm.io/@myspace"
+    },
+    {
+      "rel": "self",
+      "type": "application/activity+json",
+      "href": "https://hachyderm.io/users/myspace"
+    },
+    {
+      "rel": "http://ostatus.org/schema/1.0/subscribe",
+      "template": "https://hachyderm.io/authorize_interaction?uri={uri}"
+    }
+  ]
+}