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

Configure Feed

Select the types of activity you want to include in your feed.

Update tangled repo urls

author
Sam Sauer
committer
Tangled
date (May 28, 2026, 8:41 PM +0300) commit 27a33aa5 parent c5385bb2
+12 -12
+1 -1
README.md
··· 8 8 A little light on documentation as I come off of about a week long crunch but. 9 9 10 10 - Looking for the old pds moover for simple code to fork 11 - check [here](https://tangled.org/@baileytownsend.dev/pds-moover/tree/803d8a70b7100c9e14df3402277441050e0f6194), if 11 + check [here](https://tangled.org/@pds.dad/pds-moover/tree/803d8a70b7100c9e14df3402277441050e0f6194), if 12 12 you'd like to see the newer front end check [here](./web-ui) 13 13 - Want to run your own instance of PDS MOOver? [check this docker compose](./compose.selfhost.yml). It should have all 14 14 the
+1 -1
packages/lexicons/package.json
··· 4 4 "description": "PDS MOOver Lexicon Types", 5 5 "version": "1.0.1", 6 6 "license": "MIT", 7 - "repository": "https://tangled.org/@baileytownsend.dev/pds-moover", 7 + "repository": "https://tangled.org/@pds.dad/pds-moover", 8 8 "files": [ 9 9 "dist" 10 10 ],
+1 -1
packages/moover/package.json
··· 4 4 "description": "Utilities for ATProto PDS migrations and recovery", 5 5 "repository": { 6 6 "type": "git", 7 - "url": "https://tangled.org/@baileytownsend.dev/pds-moover", 7 + "url": "https://tangled.org/@pds.dad/pds-moover", 8 8 "directory": "packages/moover" 9 9 }, 10 10 "keywords": [
+1 -1
web-ui/src/lib/components/MooHeader.svelte
··· 16 16 {@render customImg()} 17 17 {/if} 18 18 </div> 19 - <div class="made-by-blur">Made by <a href="https://bsky.app/profile/baileytownsend.dev">@baileytownsend.dev</a> 19 + <div class="made-by-blur">Made by <a href="https://bsky.app/profile/pds.dad">@pds.dad</a> 20 20 </div> 21 21 <div class="support-buttons"> 22 22 <span class="kofi-slot">
+1 -1
web-ui/src/routes/+page.svelte
··· 41 41 <li><a href="/restore">Restore</a> – restore from your backups if needed.</li> 42 42 <li><a href="/turn-off">Turn Off</a> – helper to make sure your old account is deactivated.</li> 43 43 <li><a href={resolve('/info')}>Info</a> – FAQs and a few other bits of information about our tools.</li> 44 - <li><a href="https://tangled.org/@baileytownsend.dev/pds-moover">Check our source code on tangled</a></li> 44 + <li><a href="https://tangled.org/@pds.dad/pds-moover">Check our source code on tangled</a></li> 45 45 </ul> 46 46 </section> 47 47
+1 -1
web-ui/src/routes/info/+page.svelte
··· 192 192 <section id="open-source" class="section" style="text-align:left"> 193 193 <h2>Can I check out the code anywhere?</h2> 194 194 <p>Yep! PDS MOOver is 100% open source and can find the code on <a 195 - href="https://tangled.sh/@baileytownsend.dev/pds-moover">tangled.sh</a>. Also, if you're a 195 + href="https://tangled.org/@pds.dad/pds-moover">tangled.org</a>. Also, if you're a 196 196 developer, 197 197 and you want to fork the code for a new UI. PDS MOOver's logic is all in one js file. Just take it and 198 198 its dependencies and have at it.</p>
+1 -1
web-ui/src/routes/terms/+page.svelte
··· 100 100 101 101 <h2>Contact</h2> 102 102 <p>If you have questions about these terms, please reach out via the project repository or to <a 103 - href="https://bsky.app/profile/baileytownsend.dev">@baileytownsend.dev</a> directly.</p> 103 + href="https://bsky.app/profile/pds.dad">@pds.dad</a> directly.</p> 104 104 </section> 105 105 </div>
+1 -1
web/src/main.rs
··· 183 183 184 184 "; 185 185 186 - let intro = "\n\nThis is a PDS MOOver xrpc service\n\nCode: https://tangled.sh/@baileytownsend.dev/pds-moover\n"; 186 + let intro = "\n\nThis is a PDS MOOver xrpc service\n\nCode: https://tangled.org/@pds.dad/pds-moover\n"; 187 187 188 188 let banner = format!(" {body}\n{intro}"); 189 189
+1 -1
web/templates/index.askama.html
··· 53 53 <li><a href="/restore">Restore</a> – restore from your backups if needed.</li> 54 54 <li><a href="/turn-off">Turn Off</a> – helper to make sure your old account is deactivated.</li> 55 55 <li><a href="/info">Info</a> – FAQs and a few other bits of information about our tools.</li> 56 - <li><a href="https://tangled.org/@baileytownsend.dev/pds-moover">Check our source code on tangled</a></li> 56 + <li><a href="https://tangled.org/@pds.dad/pds-moover">Check our source code on tangled</a></li> 57 57 </ul> 58 58 </section> 59 59
+1 -1
web/templates/info.askama.html
··· 157 157 <section id="open-source" class="section" style="text-align:left"> 158 158 <h2>Can I check out the code anywhere?</h2> 159 159 <p>Yep! PDS MOOver is 100% open source and can find the code on <a 160 - href="https://tangled.sh/@baileytownsend.dev/pds-moover">tangled.sh</a>. Also, if you're a 160 + href="https://tangled.org/@pds.dad/pds-moover">tangled.org</a>. Also, if you're a 161 161 developer, 162 162 and you want to fork the code for a new UI. PDS MOOver's logic is all in one js file. Just take it and 163 163 its dependencies and have at it.</p>
+1 -1
web/templates/partials/cow-header.askama.html
··· 8 8 <img src="/halloween_moover.webp" alt="Cartoon milk cow" style="max-width: 100%; max-height: 100%; object-fit: contain;"> 9 9 {% endif %} 10 10 </div> 11 - <div class="made-by-blur">Made by <a href="https://bsky.app/profile/baileytownsend.dev">@baileytownsend.dev</a></div> 11 + <div class="made-by-blur">Made by <a href="https://bsky.app/profile/pds.dad">@pds.dad</a></div> 12 12 <div class="support-buttons"> 13 13 <span class="kofi-slot"> 14 14 <a href='https://ko-fi.com/T6T61FYPX' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi1.png?v=6' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a>
+1 -1
web/templates/terms.askama.html
··· 60 60 <p>In extreme circumstances we reserve the right to ban, block, and or remove your content placed on our servers if it is found to be illegal or harmful. We will notify you via Bluesky that you are being removed along with giving you an export of your backed-up data.</p> 61 61 62 62 <h2>Contact</h2> 63 - <p>If you have questions about these terms, please reach out via the project repository or to <a href="https://bsky.app/profile/baileytownsend.dev">@baileytownsend.dev</a> directly.</p> 63 + <p>If you have questions about these terms, please reach out via the project repository or to <a href="https://bsky.app/profile/pds.dad">@pds.dad</a> directly.</p> 64 64 </section> 65 65 </div> 66 66 {% endblock %}