supleed2-old-landing-page/static/.well-known/webfinger
Aadi Desai 36d52f1486
Fix social.lol link, add webfinger path
Mastodon needs social.lol link to be in html rather than generated by JavaScript
Webfinger static path should allow discovery
2023-05-10 12:55:55 +01:00

23 lines
492 B
Plaintext

{
"subject": "acct:8bit@social.lol",
"aliases": [
"https:/social.lol/@8bit",
"https:/social.lol/users/8bit"
],
"links": [
{
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html",
"href": "https:/social.lol/@8bit"
},
{
"rel": "self",
"type": "application/activity+json",
"href": "https:/social.lol/users/8bit"
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https:/social.lol/authorize_interaction?uri={uri}"
}
]
}