this repo has no description

chore: test webfinger with Fosstodon

Changed files
+40
static
+11
netlify.toml
···
Permissions-Policy = "accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=(), clipboard-read=(), clipboard-write=(), gamepad=(), speaker-selection=()"
Referrer-Policy = "no-referrer-when-downgrade"
+
[[headers]]
+
for = "/.well-known/webfinger"
+
[headers.values]
+
Content-Type = "application/jrd+json; charset=utf-8"
+
[[redirects]]
from = "/post"
to = "/"
force = true
+
+
[[redirects]]
+
from = "/.well-known/webfinger"
+
to = "/finger/:user.json"
+
status = 200
+
query = { resource = ":user" }
[[plugins]]
package = "netlify-plugin-webmentions"
+29
static/finger/acct:hauleth@hauleth.dev.json
···
+
{
+
"subject": "acct:hauleth@hauleth.dev",
+
"aliases": [
+
"acct:hauleth@fosstodon.org",
+
"acct:hauleth@plan.cat",
+
"https://fosstodon.org/@hauleth",
+
"https://fosstodon.org/users/hauleth"
+
],
+
"links": [
+
{
+
"rel": "http://webfinger.net/rel/profile-page",
+
"type": "text/html",
+
"href": "https://fosstodon.org/@hauleth"
+
},
+
{
+
"rel": "self",
+
"type": "application/activity+json",
+
"href": "https://fosstodon.org/users/hauleth"
+
},
+
{
+
"rel": "self",
+
"href": "https://hauleth.dev/"
+
},
+
{
+
"rel": "http://ostatus.org/schema/1.0/subscribe",
+
"template": "https://fosstodon.org/authorize_interaction?uri={uri}"
+
}
+
]
+
}