From 21272c6c101f45b399af71703a8bd35c19e139f1 Mon Sep 17 00:00:00 2001 From: Phil Date: Mon, 19 Aug 2024 15:34:07 -0600 Subject: [PATCH] updated webfinger --- static/.well-known/webfinger | 14 ++++++++++++++ themes/hermit-v2 | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/static/.well-known/webfinger b/static/.well-known/webfinger index e9acbde..6a04b0c 100644 --- a/static/.well-known/webfinger +++ b/static/.well-known/webfinger @@ -1,9 +1,23 @@ { "subject": "acct:phil@thesatelliteoflove.com", + "aliases": [ + "https://social.thesatelliteoflove.com/users/phil", + "https://social.thesatelliteoflove.com/@phil" + ], "links": [ { "rel": "http://openid.net/specs/connect/1.0/issuer", "href": "https://auth.thesatelliteoflove.com/application/o/tailscale/" + }, + { + "rel": "http://webfinger.net/rel/profile-page", + "type": "text/html", + "href": "https://social.thesatelliteoflove.com/@phil" + }, + { + "rel": "self", + "type": "application/activity+json", + "href": "https://social.thesatelliteoflove.com/users/phil" } ] } \ No newline at end of file diff --git a/themes/hermit-v2 b/themes/hermit-v2 index 5ee9c82..3d8790e 160000 --- a/themes/hermit-v2 +++ b/themes/hermit-v2 @@ -1 +1 @@ -Subproject commit 5ee9c821259bda1867ba3708992a8aa97bd095ed +Subproject commit 3d8790e329fff2c8a96e97d238b8ab283aeecefd