My landing page, written in Astro hayden.moe
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: well-known updates

+9 -2
-1
public/.well-known/matrix/client
··· 1 - {"m.homeserver":{"base_url": "https://matrix.hayden.moe"},"org.matrix.msc3575.proxy":{"url":"https://matrixsync.hayden.moe"}}
-1
public/.well-known/matrix/server
··· 1 - {"m.server":"matrix.hayden.moe:443"}
+9
public/.well-known/webfinger
··· 1 + { 2 + "subject": "acct:hayden@hayden.moe", 3 + "links": [ 4 + { 5 + "rel": "http://openid.net/specs/connect/1.0/issuer", 6 + "href": "https://sso.hayden.moe/application/o/tailscale/" 7 + } 8 + ] 9 + }