this repo has no description
at main 109 lines 4.1 kB view raw
1<!DOCTYPE html> 2<html lang="en"> 3<head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <title>Privacy Policy - rose.madebydanny.uk</title> 7 <link rel="icon" id="favicon" href="/media/seo/icon.png" type="image/png" /> 8 <meta property="og:title" content="MBD PDS Privacy Policy"> 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 <meta property="og:type" content="website"> 11 <meta property="og:url" content="https://rose.madebydanny.uk/"> 12 <meta property="og:image" id="og-image" content="/media/seo/privacy.png"> 13 <style> 14 body { 15 background-color: #0d0d0d; 16 color: #f0f0f0; 17 font-family: 'Courier New', monospace; 18 padding: 2rem; 19 max-width: 800px; 20 margin: 0 auto; 21 line-height: 1.7; 22 } 23 h1 { 24 color: #4eaaff; 25 font-size: 2rem; 26 border-bottom: 2px solid #4eaaff; 27 padding-bottom: 0.5rem; 28 } 29 h2 { 30 color: #82cfff; 31 margin-top: 2rem; 32 font-size: 1.3rem; 33 } 34 a { 35 color: #4eaaff; 36 text-decoration: none; 37 } 38 a:hover { 39 text-decoration: underline; 40 } 41 .warning { 42 background: #1a1a1a; 43 border-left: 4px solid #ff4444; 44 padding: 1rem; 45 margin: 1.5rem 0; 46 } 47 code { 48 background: #1a1a1a; 49 padding: 0.2rem 0.5rem; 50 border-radius: 3px; 51 color: #82cfff; 52 } 53 .timestamp { 54 color: #666; 55 font-size: 0.9rem; 56 } 57 </style> 58</head> 59<body> 60 <h1>// MBD PDS Privacy Policy</h1> 61 <p class="timestamp">Last Updated Dec 12 17:03 EST (GMT-5:00)</p> 62 <p> 63 The AT Protocol is public by design, Everything you post is visible to the entire network. 64 <br><br> 65 When you sign up for the MBD PDS, we store: 66 <ul> 67 <li>Email address</li> 68 <li>Handle </li> 69 <li>Password <i>(hashed)</i></li> 70 </ul> 71 <h2>What's Public vs Private</h2> 72 <b>PUBLIC:</b> 73 <ul> 74 <li>Your posts</li> 75 <li>Your likes</li> 76 <li>Your follows & followers</li> 77 <li>Your profile (bio, avatar, banner)</li> 78 <li>Your handle & DID (decentralized identifier)</li> 79 </ul> 80 <b>PRIVATE:</b> 81 <ul> 82 <li>Your email address</li> 83 <li>Your password</li> 84 </ul> 85 Your email is only used for account password resets, critical service updates, PLC changes, etc. 86 <br><br> 87 Everything else is federated across the AT Protocol network. That means: 88 <ul> 89 <li>Other PDS servers can pull your public posts</li> 90 <li>App Views aggregate and distribute your data</li> 91 <li>Anyone can build apps that query your public activity</li> 92 <li>Your content will appear on bsky.app, third-party apps, or anywhere else</li> 93 </ul> 94 <h2>Data Sharing & Federation</h2> 95 Your public data is shared with: 96 <ul> 97 <li>AT Protocol relays (e.g., bsky.network)</li> 98 <li>Other PDS instances when someone follows you</li> 99 <li>Any client application that queries the network</li> 100 <li>Search engines and archival services</li> 101 </ul> 102 Your data sticks around as long as your account exists. Delete your account and everything goes away. 103 <br><br> 104 These terms will change without notice. By using the MBD PDS you agree to the terms listed above. 105 </p> 106 <p style="margin-top: 3rem;"><a href="/">← Back to home</a></p> 107 <p>&copy; 2024-2025 Made by Danny UK, <i>by <a>Daniel Morrisey</a></i> - Powered by Resend, UpCloud and Cloudflae</p> 108</body> 109</html>