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 @Gargron In theory you only need to proxy rx14.co.uk/api to Mastodon for the federation to work. You'd set `LOCAL_DOMAIN=rx14.co.uk` in your .env.production, but that may cause the web server to redirect you to rx14.co.uk/about when you visit social.rx14.co.uk. YMMV, testing is required (and you may need to modify the Mastodon code to support your use case).