How does this work? How do you host pixelfed.domain.com and mastodon.domain.com together in the same domain, with queries for “@user@domain.com” to the webfinger host path?
I can’t speak for those two services in particular, but I know that Matrix will check domain.com/.well-known/matrix/server to see what (sub)domain is responsible for domain.com. I suspect other services also use .well-known too.
simon@lemmy.utveckla.re 1 year ago
The webfinger includes the subdomain. So the webfinger would be either @user@mastodon.domain.com or @user@pixelfed.domain.com, given your example.
thisisawayoflife@lemmy.world 1 year ago
Does it still work that way when using the web_domain setting?
docs.joinmastodon.org/admin/config/#web_domain