BTW, is there any way to run [email protected] as my mastodon handle, but have the web interface be something like social.rx14.co.uk?

@Gargron

Sorry to ping you, but do you have any pointers on this? What i'd love is the handle [email protected], but still be able to run a blog or something else on rx14.co.uk, with the mastodon web interface being on a subdomain or rx14.co.uk/mastodon/.

Any pointers?

@RX14 Mastodon must be in the root path due to some special URLs that are important for discovery (/.well-known). You'll need a subdomain
@Gargron Are those special URLs contained in .well-known? If that's the case I could just proxy the endpoints in nginx.
@Gargron I could always set up a HTTP redirect rx14.co.uk -> blog.rx14.co.uk. That would probably be the easiest, though I like channelenges!