From 29062e28501ebae20523aad7ca690508fa72f587 Mon Sep 17 00:00:00 2001 From: Archos Date: Sun, 10 May 2026 12:48:20 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20webfinger=20statick=C3=BD=20soubor=20pr?= =?UTF-8?q?o=20fediverse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/.well-known/webfinger | 1 + static/.well-known/webfinger | 1 + 2 files changed, 2 insertions(+) create mode 100644 public/.well-known/webfinger create mode 100644 static/.well-known/webfinger diff --git a/public/.well-known/webfinger b/public/.well-known/webfinger new file mode 100644 index 0000000..5189d8f --- /dev/null +++ b/public/.well-known/webfinger @@ -0,0 +1 @@ +{"subject":"acct:arch@arch-linux.cz","aliases":["https://gts.arch-linux.cz/users/arch","https://gts.arch-linux.cz/@arch"],"links":[{"rel":"http://webfinger.net/rel/profile-page","type":"text/html","href":"https://gts.arch-linux.cz/@arch"},{"rel":"self","type":"application/activity+json","href":"https://gts.arch-linux.cz/users/arch"}]} \ No newline at end of file diff --git a/static/.well-known/webfinger b/static/.well-known/webfinger new file mode 100644 index 0000000..5189d8f --- /dev/null +++ b/static/.well-known/webfinger @@ -0,0 +1 @@ +{"subject":"acct:arch@arch-linux.cz","aliases":["https://gts.arch-linux.cz/users/arch","https://gts.arch-linux.cz/@arch"],"links":[{"rel":"http://webfinger.net/rel/profile-page","type":"text/html","href":"https://gts.arch-linux.cz/@arch"},{"rel":"self","type":"application/activity+json","href":"https://gts.arch-linux.cz/users/arch"}]} \ No newline at end of file