eddiewebb excellent initiative !
Wouldn't it make more sense to return a 404 error in the wildcard config and only redirect the .well-known
path? Or redirect to the Flarum user profile page when trying to open the subdomain in a web browser.
I was a bit intrigued while reading the Bluesky documentation myself, they didn't put any suggestion on what to do with the subdomains homepage. I feel like it could have adverse SEO effect if it returns a 200 status.
I don't understand why they didn't create a system that didn't rely on multiple subdomains. They could have specified a special DNS record that refines a single authoritative REST API endpoint, or allow the apex domain to list multiple key-values in a single .well-known
endpoint. I feel like it would have been a lot more practical.