Fediverse admin PSA 

Attention to #Mastoadmins

We are considering dropping support for host-meta and XRD support (inherited from GNU Social/OStatus) in next #Mastodon version, as the webfinger spec is enough and simpler.

As far as we know, no fediverse implementation relies solely on host-meta or XRD, so that wouldn't be a big change.

That being said, some deployments do (partly because of a guide I wrote ages ago, in OStatus times) depend on host-meta. That could be the case, for instance, if you installed Mastodon so that it is on social.domain.org but serving @foo@domain.org. In this case, please check that https://domain.org/.well-known/webfinger redirects to, or proxies, https://social.domain.org/.well-known/webfinger.

With nginx, this could be done like this:

location /.well-known/webfinger {
return 301 https://social.example.org$request_uri;
}

#Mastoadmin #Mastodev

Follow

Fediverse admin PSA 

@Thib just checking, it shouldn't return anything, right? pixie.town webfinger redirects to social.pixie.town but it's just blank

Sign in to participate in the conversation
Pixietown

Small server part of the pixie.town infrastructure. Registration is closed.