diff --git a/templates/docs.html b/templates/docs.html index 34da80d6..539758a0 100644 --- a/templates/docs.html +++ b/templates/docs.html @@ -46,8 +46,11 @@
  • Can I see my account's status and recent activity?
  • How do I @-mention a bridged user?
  • How do I delete a post?
  • - +
  • The *.brid.gy domain in my bridged account is ugly. Can I use my own domain instead?
  • +
  • What commands can I DM the bot account?
  • I want to follow someone, but they're not bridged!
  • +
  • Is account migration supported?
  • +
  • Can I log into my bridged account and use it like a normal account?

  • @@ -58,8 +61,6 @@
  • How do I find a bridged Bluesky account?
  • I can't find @bsky.brid.gy@bsky.brid.gy on the fediverse!
  • How do I find a bridged web site?
  • - -
  • Which stuff of mine from the fediverse will get bridged?
  • @@ -92,6 +93,8 @@
  • What happens when I report a bridged Bluesky user?
  • I edited a post, but it didn't get edited in Bluesky!
  • Why can't I see a video?
  • +
  • Can I use my own domain as my Bluesky handle?
  • +
  • How can I see the full text or original URL for a bridged post?

  • @@ -119,7 +122,7 @@
  • How can people on the fediverse find and follow me?
  • How can I see what my posts look like inside the fediverse?
  • Can I make my posts show up when people search for them in the fediverse?
  • -
  • Can I use my own domain in my fediverse handle?
  • +
  • Can I use my own domain as my handle on other networks?

  • @@ -334,11 +337,23 @@

    Using

    - - - - +
  • The *.brid.gy domain in my bridged account's handle is ugly. Can I get rid of it and use my own domain/web site instead?
  • +
  • +

    Yes! Many supported networks let you use your own domain as your handle one way or another. This takes a bit of technical setup with DNS or a web server, but it's very doable. Here are instructions for web sites and fediverse accounts bridged into Bluesky, and for web sites bridged into the fediverse.

    +
  • + +
  • What commands can I chat or DM to the bot account?
  • +
  • +

    DM it help to see! Here's the full list: +

    +
  • I want to follow someone, but they're not bridged!
  • @@ -351,6 +366,19 @@

    Using

    On Bluesky, Bridgy Fed has to poll for chat messages, so if you send it a message, it may not respond immediately. It will within a minute at most!

  • +
  • Is account migration supported?
  • +
  • +

    Not yet. If you bridge your fediverse account and then migrate to a new instance, or bridge your Bluesky account and then change your handle, or bridge your web site and then move it to a new domain, Bridgy Fed doesn't officially support that right now. Some parts of bridging may continue to work, but probably not all. +

    Details in these issues. Hopefully this will be more fully supported in the future. +

    Bridgy Fed also doesn't support migrating an existing account into it to become a bridged account, or migrating a bridged account out to be a normal account. Those are unlikely to be supported, even in the future. +

  • + +
  • Can I log into my bridged account and use it like a normal account?
  • +
  • +

    Sorry, no, Bridgy Fed doesn't support this. It would be difficult to manage and resolve the conflicts that would inevitably arise between bridging and interactive use. This would also take a huge amount of effort; we'd have to build a full-fledged, interactive fediverse instance, Bluesky PDS, web server CMS, etc, on top of the current bridge functionality. +

    +

  • +
    @@ -545,6 +573,27 @@

    To Bluesky

    Bluesky currently limits videos to 60 seconds, 50MB, and .mp4, .mpeg, .webm, or .mov. If you're seeing a "Video not found. Retry" error, the original video may not satisfy those requirements.

    +
  • Can I use my own domain as my Bluesky handle?
  • +
  • +

    Yes! First, you'll need your bridged account's DID. You can get it by DMing did to the Bluesky Bridgy Fed bot account (eg @bsky.brid.gy@bsky.brid.gy), or go to your user page and click the next to to your bridged Bluesky account link. +

    Then you'll need to connect your domain to your bridged Bluesky account, either with DNS or HTTP. Once you're done, you can check your work here. +

    Finally, if you're on the fediverse, DM username [domain] to @bsky.brid.gy@bsky.brid.gy. If you're on the web, click the button on your user page. +

  • + +
  • How can I see the full text or original URL for a bridged post?
  • +
  • +

    If a post bridged into Bluesky is truncated, it will include an embed with a link to the original post. You can also find the original post link indirectly by opening the author's profile and following the link in their bio to their original account. +

    For developers, Bridgy Fed includes the full text and URL for bridged posts and profiles inside their AT Protocol records. Bridged app.bsky.actor.profile records have bridgyOriginalDescription and bridgyOriginalUrl fields, and bridged app.bsky.feed.post records have bridgyOriginalText and bridgyOriginalUrl fields. Here's an example: +

    +{
    +  "$type": "app.bsky.feed.post",
    +  "text": "This is a very long post that got cut off and ...",
    +  "bridgyOriginalText": "<p>This is a very long post that got cut off and has more to say.</p>",
    +  "bridgyOriginalUrl": "https://indieweb.social/@snarfed/abc123",
    +  "..."
    +}
    +
    +

  • @@ -864,7 +913,7 @@

    Background

  • How much does it cost?
  • -

    Nothing! Bridgy Fed is small, and it doesn't cost much to run. I don't need or want donations, paying customers, ads, venture capital, or any other form of money. I spend far more on coffee than on hosting Bridgy Fed, and it would have to grow 10-100x for that to change meaningfully. If that happens, I'll celebrate, and continue running it as is. I have experience scaling services like these as personal projects. I'm in the fortunate position to be able to do that; it's one way I try to give back to the open web and the decentralized social ecosystem.

    +

    Nothing! Bridgy Fed is small, and it doesn't cost much to run. I don't need or want donations, paying customers, ads, venture capital, or any other form of money. Hosting costs are manageable right now, and it would have to grow 10-100x for that to change meaningfully. If that happens, I'll celebrate, and I'll still continue running it as is. I have experience scaling services like these as personal projects. I'm in the fortunate position to be able to do that; it's one way I try to give back to the open web and the decentralized social ecosystem.

    If you really want to contribute, file an issue or send a pull request, or donate to your network or instance of choice!