diff options
author | uvok cheetah | 2025-01-01 18:29:50 +0100 |
---|---|---|
committer | uvok cheetah | 2025-01-01 18:29:50 +0100 |
commit | 702b097585f88b1a50448e3159275a88222943de (patch) | |
tree | 95fd448ecd6a29c6a839906b869f3eb85e56bef6 /.well-known | |
parent | 2d083b6d74360efcfaa4242cfbd076e1aedf39b3 (diff) |
Add well-knwon stuff
Diffstat (limited to '.well-known')
-rw-r--r-- | .well-known/host-meta | 4 | ||||
-rw-r--r-- | .well-known/host-meta.json | 1 | ||||
-rw-r--r-- | .well-known/nodeinfo | 1 | ||||
-rw-r--r-- | .well-known/webfinger | 1 |
4 files changed, 7 insertions, 0 deletions
diff --git a/.well-known/host-meta b/.well-known/host-meta new file mode 100644 index 0000000..3f156a0 --- /dev/null +++ b/.well-known/host-meta @@ -0,0 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> + <XRD xmlns="http://docs.oasis-open.org/ns/xri/xrd-1.0"> + <Link rel="lrdd" type="application/json" template="https://blog.uvokchee.de/.well-known/webfinger?resource={uri}"></Link> + </XRD>
\ No newline at end of file diff --git a/.well-known/host-meta.json b/.well-known/host-meta.json new file mode 100644 index 0000000..695b583 --- /dev/null +++ b/.well-known/host-meta.json @@ -0,0 +1 @@ +{"links":[{"rel":"lrdd","type":"application/json","template":"https://blog.uvokchee.de/.well-known/webfinger?resource={uri}"}]}
\ No newline at end of file diff --git a/.well-known/nodeinfo b/.well-known/nodeinfo new file mode 100644 index 0000000..225afe2 --- /dev/null +++ b/.well-known/nodeinfo @@ -0,0 +1 @@ +{"links":[{"rel":"http://nodeinfo.diaspora.software/ns/schema/2.1","href":"https://blog.uvokchee.de/nodeinfo/2.1.json"},{"rel":"http://nodeinfo.diaspora.software/ns/schema/2.0","href":"https://blog.uvokchee.de/nodeinfo/2.0.json"}]}
\ No newline at end of file diff --git a/.well-known/webfinger b/.well-known/webfinger new file mode 100644 index 0000000..a009be0 --- /dev/null +++ b/.well-known/webfinger @@ -0,0 +1 @@ +{"subject":"acct:blog.uvokchee.de@blog.uvokchee.de","links":[{"rel":"http://webfinger.net/rel/profile-page","type":"text/html","href":"https://blog.uvokchee.de/users/blog.uvokchee.de","template":null},{"rel":"self","type":"application/activity+json","href":"https://blog.uvokchee.de/users/blog.uvokchee.de","template":null}]}
\ No newline at end of file |