updated webfinger

This commit is contained in:
Phil 2024-08-19 15:34:07 -06:00
parent 0120c21ebf
commit 21272c6c10
2 changed files with 15 additions and 1 deletions

View File

@ -1,9 +1,23 @@
{ {
"subject": "acct:phil@thesatelliteoflove.com", "subject": "acct:phil@thesatelliteoflove.com",
"aliases": [
"https://social.thesatelliteoflove.com/users/phil",
"https://social.thesatelliteoflove.com/@phil"
],
"links": [ "links": [
{ {
"rel": "http://openid.net/specs/connect/1.0/issuer", "rel": "http://openid.net/specs/connect/1.0/issuer",
"href": "https://auth.thesatelliteoflove.com/application/o/tailscale/" "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"
} }
] ]
} }

@ -1 +1 @@
Subproject commit 5ee9c821259bda1867ba3708992a8aa97bd095ed Subproject commit 3d8790e329fff2c8a96e97d238b8ab283aeecefd