-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluesky => AP: Custom domain handles #1150
Comments
From @elfprince13 in #826 (comment):
More background in #330 (comment), specifically that this would be a full |
@elfprince13 the other difficulty here is that we currently only support custom fediverse usernames for web sites, not Bluesky accounts. I'm reluctant to add user-level settings, since they'd require an authed UI that I don't currently have and am unlikely to build. Maybe we could do it by reading the desired username or @-@ handle from your Bluesky profile bio though. |
If there’s an unauthed approach that optimizes around the specific (fairly
common) pattern of user.domain.tld -> ***@***.*** or otherwise checks
for some configuration file from domain.tld (or even a TXT record in the
DNS) I would slightly prefer that to putting it in the bio.
--
~Thomas
|
Agreed. Bio is awkward and annoying, DNS or HTTP is inaccessible, authed UI is a burden on my end. I haven't heard a good easy (or at least not hard) answer yet. 🤷 |
Hey! My 2 cents: I don't think the bio approach is a good idea – ideally the user should verify the domain they're claiming, otherwise one could just say they're What @elfprince13 proposes about checking some configuration file from domain.tld sounds ok to me and similar to what Bluesky already does. I don't know if it is technically impossible, the doc for the website -> AP bridging mentions a similar approach using the edit: typos |
We may be confusing two different things here: custom domain handles, eg |
^ done!
Of course. To use a custom domain in a fediverse handle, you have to serve the Webfinger redirects on it, at minimum, which you can only do if you own it. @elfprince13 and I were talking about how to set a custom username in a fediverse handle. I'll follow up a bit on that in #1190. |
Sorry for the noise, all clear now! Thank you! |
Now that we support DMs/chat, we could let people DM us the domain they want to use for their bridged fediverse address. Easier than a custom authed UI. |
Realistically, Bluesky accounts bridged into the fediverse will always start on the @bsky.brid.gy domain. So, the next step here is either
1 is more work, but not too much, and obviously preferable. |
We currently support custom domain handles for web => fediverse. We should do the same for Bluesky => fediverse! Much of the plumbing is already there.
Corresponds to #826, which is equivalent for custom domain handles on accounts bridged into Bluesky.
(Note that this is just to support them at all. Switching from
@[domain]@bsky.brid.gy
handle to[domain]@[domain]
has extra complications, tracked in #1074.)The text was updated successfully, but these errors were encountered: