Configuring bluesky module with custom handle

I can’t for the life of me figure out how to connect the bluesky module with my custom handle as I use my website domain and not “username.bsky.social” and I’m not seeing anything on the documentation or anything here on the forums for this? any solutions would be amazing thanks!

Oh yeah, the documentation isn’t great on this. Here is how I got it to work (if any of this reads as patronizing, I don’t intend it that way; I’m basing my reply here on the problems that I had myself):

  1. If you don’t understand what a PDS is, you’re using the default: https://bsky.social (Another way of saying this: if you don’t know that you have your own PDS, you don’t. The PDS is not the same as using your custom handle.)
  2. Your identifier is going to be your website domain, the whole thing.
  3. For the password, I created an app password in my Bsky settings.

I hope this is helpful! Good luck!

PS one other note: once you get the connection working, if you want to post with an image, you’ll need to use at HTTP module in between whatever your source for the content is and the bluesky module, like this:

You might know that already, but it tripped me up for a while, and since we had the same problem setting up the connection, I figure I can save you the trouble of having this problem as well.