this repo has no description

fix: all WebFinger requests should return me

Changed files
+1 -31
static
+1 -2
netlify.toml
···
[[redirects]]
from = "/.well-known/webfinger"
-
to = "/finger/:user.json"
+
to = "https://fosstodon.org/.well-known/webfinger?resource=acct:hauleth@fosstodon.org"
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}"
-
}
-
]
-
}