The HTML files displayed at pds.madeydanny.uk pds.madebydanny.uk

pds.madebydanny.uk is dead

+23 -30
+2 -2
about/privacy.html
··· 3 3 <head> 4 4 <meta charset="UTF-8"> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 - <title>Privacy Policy - pds.madebydanny.uk</title> 6 + <title>Privacy Policy - rose.madebydanny.uk</title> 7 7 <link rel="icon" id="favicon" href="/media/seo/icon.png" type="image/png" /> 8 8 <meta property="og:title" content="MBD PDS Privacy Policy"> 9 9 <meta property="og:description" id="og-description" content= "The MBD PDS is an open (no invite code needed) AT Protocol Personal Data server, a Bluesky PDS. Anyone can use my (Daniel Morrisey) PDS but that does mean you have to follow the rules."> 10 10 <meta property="og:type" content="website"> 11 - <meta property="og:url" content="https://pds.madebydanny.uk/"> 11 + <meta property="og:url" content="https://rose.madebydanny.uk/"> 12 12 <meta property="og:image" id="og-image" content="/media/seo/privacy.png"> 13 13 <style> 14 14 body {
+2 -2
about/terms.html
··· 3 3 <head> 4 4 <meta charset="UTF-8"> 5 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 - <title>Terms of Service - pds.madebydanny.uk</title> 6 + <title>Terms of Service - rose.madebydanny.uk</title> 7 7 <link rel="icon" id="favicon" href="/media/seo/icon.png" type="image/png" /> 8 8 <meta property="og:title" content="MBD PDS Terms of Service"> 9 9 <meta property="og:description" id="og-description" content= "The MBD PDS is an open (no invite code needed) AT Protocol Personal Data server, a Bluesky PDS. Anyone can use my (Daniel Morrisey) PDS but that does mean you have to follow the rules."> 10 10 <meta property="og:type" content="website"> 11 - <meta property="og:url" content="https://pds.madebydanny.uk/"> 11 + <meta property="og:url" content="https://rose.madebydanny.uk/"> 12 12 <meta property="og:image" id="og-image" content="/media/seo/terms.png"> 13 13 <style> 14 14 body {
+1 -1
badpds.madebydanny.uk/privacy.html
··· 8 8 <meta property="og:title" content="ChormeDS Privacy Policy"> 9 9 <meta property="og:description" id="og-description" content= "The ChormeDS is an open (no invite code needed) AT Protocol Personal Data server, a Bluesky PDS. Anyone can use my (Daniel Morrisey) PDS but that does mean you have to follow the rules."> 10 10 <meta property="og:type" content="website"> 11 - <meta property="og:url" content="https://badpds.madebydanny.uk/"> 11 + <meta property="og:url" content="https://rose.madebydanny.uk/"> 12 12 <meta property="og:image" id="og-image" content="/media/seo/privacy.png"> 13 13 <style> 14 14 body {
+1 -1
badpds.madebydanny.uk/terms.html
··· 8 8 <meta property="og:title" content="ChromeDS Terms of Service"> 9 9 <meta property="og:description" id="og-description" content= "The ChromeDS is an open (no invite code needed) AT Protocol Personal Data server, a Bluesky PDS. Anyone can use my (Daniel Morrisey) PDS but that does mean you have to follow the rules."> 10 10 <meta property="og:type" content="website"> 11 - <meta property="og:url" content="https://pds.madebydanny.uk/"> 11 + <meta property="og:url" content="https://rose.madebydanny.uk/"> 12 12 <meta property="og:image" id="og-image" content="/media/seo/terms.png"> 13 13 <style> 14 14 body {
+11 -18
index.html
··· 4 4 <meta charset="UTF-8" /> 5 5 <meta name="description" content="MBD PDS - A free AT Protocol Personal Data Server for Bluesky, hosted on UpCloud and maintained by @madebydanny.uk"> 6 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 - <title>MBD PDS - pds.madebydanny.uk</title> 7 + <title>MBD PDS - rose.madebydanny.uk</title> 8 8 <link rel="icon" id="favicon" href="/media/seo/icon.png" type="image/png" /> 9 - <meta property="og:title" content="MBD PDS - pds.madebydanny.uk"> 9 + <meta property="og:title" content="MBD PDS - rose.madebydanny.uk"> 10 10 <meta property="og:description" id="og-description" content="This is an AT Protocol Personal Data Server (PDS) hosted on UpCloud maintained by @madebydanny.uk"> 11 11 <meta property="og:type" content="website"> 12 - <meta property="og:url" content="https://pds.madebydanny.uk/"> 12 + <meta property="og:url" content="https://rose.madebydanny.uk/"> 13 13 <meta property="og:image" id="og-image" content="/media/seo/banner.png"> 14 14 <link rel="preconnect" href="https://fonts.googleapis.com"> 15 15 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> ··· 18 18 </head> 19 19 <body> 20 20 <div id="announcement" class="announcement" role="region" aria-label="Site announcement"> 21 - <p><strong>What's new:</strong> You can now migrate to the MBD PDS using PDS MOOver! Learn how to MOOve!</a></p> 21 + <p><strong>What's new:</strong> No more invite codes!</p> 22 22 <div class="controls"> 23 23 <button class="dismiss" id="dismissAnnouncement" aria-label="Dismiss announcement">Dismiss</button> 24 24 </div> 25 25 </div> 26 26 <main> 27 - <h1>MBD PDS - pds.madebydanny.uk</h1> 27 + <h1>MBD PDS - rose.madebydanny.uk</h1> 28 28 <div class="button-row"> 29 29 <a href="/join/index.html" class="btn">Join / Migrate</a> 30 30 <a href="/account" class="btn">Login</a> 31 - <a href="/status.html" class="btn">Server Status</a> 32 31 <a href="/about/terms.html" class="btn">Terms of Service</a> 33 32 <a href="/about/privacy.html" class="btn">Privacy Policy</a> 34 33 </div> 35 - <p>This is an AT Protocol Personal Data Server <i>(PDS)</i> hosted on <a href="https://upcloud.com" target="_blank">UpCloud</a> maintained by <a href="https://madebydanny.uk/followonbsky?did=madebydanny.uk" target="_blank">@madebydanny.uk</a></p> 34 + <p>This is an AT Protocol Personal Data Server <i>(PDS)</i> hosted on <a href="https://upcloud.com" target="_blank">UpCloud</a> maintained by <a href="https://madebydanny.uk/followonbsky?did=danielmorrisey.com" target="_blank">@daielmorrisey.com</a></p> 36 35 37 36 <h2>About</h2> 38 - <p>The MBD PDS is a free-to-use, publicly available Bluesky PDS <i>(Personal Data Server)</i> that <b>anyone can use</b>. Hosted on an Upcloud server in New York and maintained by <a href="https://madebydanny.uk/followonbsky?did=madebydanny.uk" target="_blank">@madebydanny.uk</a>, we are committed to providing the best Bluesky experience.</p> 37 + <p>The MBD PDS is a free-to-use, publicly available Bluesky PDS <i>(Personal Data Server)</i> that <b>anyone can use</b>. Hosted on an Upcloud server in New York and maintained by <a href="https://madebydanny.uk/followonbsky?did=danielmorrisey.com" target="_blank">@madebydanny.uk</a>, we are committed to providing the best Bluesky experience.</p> 39 38 40 39 <h3>Links</h3> 41 40 <ul> 42 - <li><a href="https://pdsls.dev/firehose?instance=wss%3A%2F%2Fpds.madebydanny.uk" target="_blank">PDS Firehose</a></li> 41 + <li><a href="https://pdsls.dev/firehose?instance=wss%3A%2F%2Frose.madebydanny.uk" target="_blank">PDS Firehose</a></li> 43 42 <li><a href="/status.html">View Server Status</a></li> 44 - <li><a href="https://pdsmoover.com/moover/pds.madebydanny.uk">MOOve<i>(Migrate)</i></a></li> 43 + <li><a href="https://pdsmoover.com/moover">MOOve<i>(Migrate)</i></a></li> 45 44 <li><a href="/about/privacy.html">Privacy Policy</a></li> 46 45 <li><a href="/about/terms.html">Terms of Service</a></li> 47 46 <li><a href="/account">Manage Account</a></li> 48 - <li><a href="https://status.pds.madebydanny.uk">Check System Status</a></li> 49 47 </ul> 50 48 51 49 <h2>Developer Info</h2> 52 50 <p><b>API</b> - Most API routes are under <code>/xrpc/</code></p> 53 - <p><b>New Accounts</b> - Account creations are rate limited to 2 new accounts every 5 minutes</p> 54 51 <h3>Supported handles</h3> 55 52 <ul> 56 - <li>.pds.madebydanny.uk</li> 57 - <li>.pds.danielmorrisey.com</li> 58 - <li>.good-example.com</li> 59 - <li>.mbdio.uk</li> 60 - <li>.certifiedshitposter.com</li> 53 + <li>.rose.madebydanny.uk</li> 61 54 </ul> 62 55 </main> 63 56 64 57 <footer> 65 - <p>&copy; 2024-2025 Made by Danny UK, <i>by <a href="https://madebydanny.uk/followonbsky?did=madebydanny.uk">Daniel Morrisey</a></i> - Powered by Resend and Upcloud</p> 58 + <p>&copy; 2024-2025 Made by Danny UK, <i>by <a href="https://madebydanny.uk/followonbsky?did=danielmorrisey.com">Daniel Morrisey</a></i> - Powered by Resend and Upcloud</p> 66 59 </footer> 67 60 <script> 68 61 (function(){
+3 -3
join/index.html
··· 73 73 74 74 <div class="join-card"> 75 75 <h3>Use a client</h3> 76 - <p>Sign up via your favorite client by selecting <code>pds.madebydanny.uk</code> as your provider.</p> 76 + <p>Sign up via your favorite client by selecting <code>rose.madebydanny.uk</code> as your provider.</p> 77 77 <div style="display: flex; flex-direction: column; gap: 10px;"> 78 78 <small style="font-size: 0.75rem; color: #888;">Try bsky.app, witchsky.app, blacksky.community, etc</small> 79 79 <div class="client-input-group"> ··· 85 85 86 86 <div class="join-card"> 87 87 <h3>Use PDS MOOver</h3> 88 - <p>Already have a Bluesky account? Move your existing data and followers over to our PDS using PDS Moover.</p> 89 - <a href="https://pdsmoover.com/moover/pds.madebydanny.uk" target="_blank" class="btn">Migrate using PDS MOOver</a> 88 + <p>Already have a Bluesky account? Move your existing data over to the MBD PDS using PDS Moover.</p> 89 + <a href="https://pdsmoover.com/moover/rose.madebydanny.uk" target="_blank" class="btn">Migrate using PDS MOOver</a> 90 90 </div> 91 91 </div> 92 92
+3 -3
readme.md
··· 3 3 4 4 ## Features 5 5 - Daily Backups, at the root/server level 6 - - 5 Available User Domains, *(.pds.madebydanny.uk, .pds.danielmorrisey.com, .good-example.com, .mbdio.uk, .certifiedshitposter.com)* 7 - - [Sever Status Page](https://pds.madebydanny.uk/status.html), thanks to [@fry69.dev](https://madebydanny.uk/followonbsky.html?did=fry69.dev) 6 + - 5 Available User Domains, *(.rose.madebydanny.uk, .pds.danielmorrisey.com, .good-example.com, .mbdio.uk, .certifiedshitposter.com)* 7 + - [Sever Status Page](https://rose.madebydanny.uk/status.html), thanks to [@fry69.dev](https://madebydanny.uk/followonbsky.html?did=fry69.dev) 8 8 - 95%+ Sever Uptime 9 - - [System Status Page](https://status.pds.madebydanny.uk) 9 + - [System Status Page](https://status.rose.madebydanny.uk)