Client side atproto account migrator in your web browser, along with services for backups and adversarial migrations.

video guide link added by sharpiepls.com

+18 -1
+5 -1
index.html
··· 130 130 <div class="made-by-blur">Made by <a href="https://bsky.app/profile/baileytownsend.dev">@baileytownsend.dev</a> 131 131 </div> 132 132 <a href="/info.html">Idk if I trust a cow to move my atproto account to a new PDS</a> 133 + <br/> 134 + <a href="https://blacksky.community/profile/did:plc:g7j6qok5us4hjqlwjxwrrkjm/post/3lw3hcuojck2u">Video guide for 135 + joining blacksky.app</a> 133 136 <form x-show="!askForPlcToken" id="moover-form" @submit.prevent="await handleSubmit()"> 134 137 <!-- First section: Login credentials --> 135 138 <div class="section"> ··· 230 233 <label for="confirmation">I understand the risks that come with doing an account migration. 231 234 (Can view them 232 235 <a href="https://github.com/bluesky-social/pds/blob/main/ACCOUNT_MIGRATION.md#%EF%B8%8F-warning-%EF%B8%8F-%EF%B8%8F">here</a>) 233 - and that the creator or host of this migration tool is not liable and will not be to help you in the 236 + and that the creator or host of this migration tool is not liable and will not be able to help you in 237 + the 234 238 event something goes 235 239 wrong. I also have read over the <a href="/info.html">extended information from PDS MOOver about account 236 240 migrations.</a>
+13
public/info.html
··· 45 45 <h3>Table of contents</h3> 46 46 <ol> 47 47 <li><a href="#precautions">Precautions</a></li> 48 + <li><a href="#blacksky">I'm here for Blacksky/Is there a video guide?</a></li> 48 49 <li><a href="#cant-login">I can't log in?/Says my account is deactivated?</a></li> 49 50 <li><a href="#invalid-handle">My account says Invalid Handle?</a></li> 50 51 <li><a href="#help">!!!!!HELP!!!!!</a></li> ··· 73 74 href="https://boat.kelinci.net/blob-export">"Export 74 75 blobs"</a>. Both just take your 75 76 current handle and download those exports to your computer. These are your posts, pictures, and videos. 77 + </p> 78 + </section> 79 + 80 + <section id="blacksky" class="section" style="text-align:left"> 81 + <h2>I'm here for Blacksky/Is there a video guide?</h2> 82 + <p> 83 + <a href="https://blacksky.community/profile/did:plc:g7j6qok5us4hjqlwjxwrrkjm">@sharpiepls.com</a> has 84 + made an amazing video guide on 85 + how to use PDS MOOver to move your bluesky account to blacksky.app. 86 + <video width="100%" controls> 87 + <source src="https://blacksky.app/xrpc/com.atproto.sync.getBlob?did=did:plc:g7j6qok5us4hjqlwjxwrrkjm&cid=bafkreielhdoa2lcyiat5oumkbkwy26hlj36rwwwfi5fbnvd5haxq3t4joa"/> 88 + </video> 76 89 </p> 77 90 </section> 78 91