From 098fab143d9f233247b35b776b91888924f89ad4 Mon Sep 17 00:00:00 2001 From: Tine Date: Sat, 20 Apr 2024 10:53:24 +0200 Subject: [PATCH] feat: fake webfinger for tailscale support --- static/.well-known/webfinger | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 static/.well-known/webfinger diff --git a/static/.well-known/webfinger b/static/.well-known/webfinger new file mode 100644 index 0000000..2feb453 --- /dev/null +++ b/static/.well-known/webfinger @@ -0,0 +1,9 @@ +{ + "subject": "acct:tine@tjo.space", + "links": [ + { + "rel": "http://openid.net/specs/connect/1.0/issuer", + "href": "https://id.tjo.space/application/o/tailscalecom/.well-known/openid-configuration" + } + ] +}