How do you configure your webfingers to support multiple subdomains that host AP services?
Edit: looks like someone filed this issue. If you have a GitHub account, please thumbs up/bump it!
How do you configure your webfingers to support multiple subdomains that host AP services?
Edit: looks like someone filed this issue. If you have a GitHub account, please thumbs up/bump it!
If a service was serving the webfinger, it could guess which account needed to be returned based on the requesters user agent. If the UA was mastodon, it could return the mastodon link rel, if pixelfed then return that link rel, etc.
Might be able to rig it with some more complex conditional logic and regex in nginx as a bandaid. AFAICT, the webfinger spec doesn’t really allow for this, which if true, was pretty short sighted.
I haven’t considered more in depth S2S connections. I’ll have to watch the traffic logs and see what exactly is being requested and see if all of it can be directed accordingly. I see now you commented on that issue. Also, to be clear, I’m still running the services in subdomains, but I’m trying to use [email protected] as the discovery account.