@shanselman if they just search for your mastodon username how do they know to check that domain?
If you said if someone searched mastodon for hanselman.com then @shanselman would turn up that would make more sense to me.
@eatonphil @shanselman I think the idea is that you give out the alias instead of your "real" Mastodon username to people, the same way you give out your email alias instead of the gmail account that it forwards to.
So you'd tell people "find me on Mastodon at [email protected]" and then they'd search Mastodon for that and it would trigger the redirect, showing "[email protected]"
Yes, but FYI: webfinger is mostly used as a lookup and initial locator for your profile
When you change instances later and you update your webfinger resources, anyone who has already followed you will continue to follow you at the old instance. You’ll need to set a redirect on that old account to the new one (at least, on a Mastodon server. Your mileage may vary on others)
@shanselman while you are at it, if you use PGP/GPG, you can set up automatic key discovery.
https://teknikaldomain.me/post/pgp-key-discovery-mechanisms-explained/
Basically, a PGP key goes in .well-known/openpgpkey/hu/[hash].
@shanselman this is really cool. I hope that as we unwind from the centralised social medias, more folk use and take part in these open protocols.
That sentence sounds very blockchain-bro-ish. I mean this in a "I love RSS and web forums" kinda way
@shanselman
God, stop making me feel guilty for not seeing up my domain. /sarcasm obvs
This is really awesome. I just need to... Set up my domain.
@shanselman Blog posts on how to set up WebFinger forwarding with Apache and ngnix:
https://erik.nygren.org/mastodon-aliases.html
https://gist.github.com/haykinson/e3b7004d8e7436bf4486964b89af4ca1
Update 2022-11-30: added a RewriteMap to unescape URI-encoding, per @[email protected]'s comment and added a pointer to webfinger.net. Update 2022-12-16: fixed a syntax error for host-meta XML and added in the proper content-type I've long operated email forwarding (eg, of the form "[email protected]") which forwards on …
@shanselman Thanks!
Found your post after setting up my own Pleroma instance, but I’m not sure how long that experiment will last.
Can I reuse my “handle” ([email protected]) using this technique if/when I shut down my own instance?
(Which is now serving the webfinger data for that handle)