tangled
alpha
login
or
join now
danielmorrisey.com
/
knot-guide
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
added about.html
Daniel Morrisey
3 months ago
34154b68
506a70f1
+51
-31
2 changed files
expand all
collapse all
unified
split
about.html
index.html
+11
about.html
···
1
1
+
<!DOCTYPE html>
2
2
+
<html lang="en">
3
3
+
<head>
4
4
+
<meta charset="UTF-8" />
5
5
+
<meta http-equiv="refresh" content="0; url=/index.html" />
6
6
+
<title>Redirecting...</title>
7
7
+
</head>
8
8
+
<body>
9
9
+
<p>Redirecting to <a href="/index.html">home page</a>...</p>
10
10
+
</body>
11
11
+
</html>
+40
-31
index.html
···
2
2
<html lang="en">
3
3
<head>
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" />
5
7
<title>MBD PDS - pds.madebydanny.uk</title>
6
8
<link rel="icon" id="favicon" href="/media/seo/icon.png" type="image/png" />
7
9
<meta property="og:title" content="MBD PDS - pds.madebydanny.uk">
···
9
11
<meta property="og:type" content="website">
10
12
<meta property="og:url" content="https://pds.madebydanny.uk/">
11
13
<meta property="og:image" id="og-image" content="/media/seo/og-image.png">
12
12
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
13
14
<link rel="stylesheet" href="/css/index.css" />
14
15
</head>
15
16
<body>
16
16
-
<h1>MBD PDS - pds.madebydanny.uk</h1>
17
17
-
<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>
18
18
-
<h2>About</h2>
19
19
-
<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/followonsbsky?did=madebydanny,uk" target="_blank">@madebydanny.uk</a>, we are committed to providing the best Bluesky experience.</p>
20
20
-
<ul>
21
21
-
<li><a href="/about/index.html">Learn more</a></li>
22
22
-
<li><a href="/about/privacy.html"> Privacy Policy</a></li>
23
23
-
<li><a href="about/terms.html"> Terms of Service</a></li>
24
24
-
</ul>
25
25
-
<h2>Links</h2>
26
26
-
<ul>
27
27
-
<li><a href="/status.html">View Server Status</a></li>
28
28
-
<li><a href="https://status.pds.madebydanny.uk">Check System Status</a></li>
29
29
-
<li><a href="/create.html">Create your Free Account</a></li>
30
30
-
<li><a href="https://atproto.com" target="_blank">Learn more about the AT Protocol</a></li>
31
31
-
<li><a href="https://github.com/bluesky-social/pds" target="_blank">View PDS on GitHub</a></li>
32
32
-
</ul>
33
33
-
<h2>Developer Info</h2>
34
34
-
<p><b>API</b> - Most API routes are under <code>/xrpc/</code></p>
35
35
-
<h3>Supported handles</h3>
36
36
-
<ul>
37
37
-
<li>.pds.madebydanny.uk</li>
38
38
-
<li>.pds.danielmorrisey.com</li>
39
39
-
<li>.good-example.com</li>
40
40
-
<li>.mbdio.uk</li>
41
41
-
<li>.certifiedshitposter.com</li>
42
42
-
</ul>
43
43
-
<p>© 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>
44
44
-
</body>
45
45
-
</html>
17
17
+
<main>
18
18
+
<h1>MBD PDS - pds.madebydanny.uk</h1>
19
19
+
<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>
20
20
+
21
21
+
<h2>About</h2>
22
22
+
<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>
23
23
+
<ul>
24
24
+
<li><a href="/about/index.html">Learn more</a></li>
25
25
+
<li><a href="/about/privacy.html">Privacy Policy</a></li>
26
26
+
<li><a href="/about/terms.html">Terms of Service</a></li>
27
27
+
</ul>
28
28
+
29
29
+
<h2>Links</h2>
30
30
+
<ul>
31
31
+
<li><a href="/status.html">View Server Status</a></li>
32
32
+
<li><a href="https://status.pds.madebydanny.uk">Check System Status</a></li>
33
33
+
<li><a href="/create.html">Create your Free Account</a></li>
34
34
+
<li><a href="https://atproto.com" target="_blank">Learn more about the AT Protocol</a></li>
35
35
+
<li><a href="https://github.com/bluesky-social/pds" target="_blank">View PDS on GitHub</a></li>
36
36
+
</ul>
37
37
+
38
38
+
<h2>Developer Info</h2>
39
39
+
<p><b>API</b> - Most API routes are under <code>/xrpc/</code></p>
40
40
+
<h3>Supported handles</h3>
41
41
+
<ul>
42
42
+
<li>.pds.madebydanny.uk</li>
43
43
+
<li>.pds.danielmorrisey.com</li>
44
44
+
<li>.good-example.com</li>
45
45
+
<li>.mbdio.uk</li>
46
46
+
<li>.certifiedshitposter.com</li>
47
47
+
</ul>
48
48
+
</main>
49
49
+
50
50
+
<footer>
51
51
+
<p>© 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>
52
52
+
</footer>
53
53
+
</body>
54
54
+
</html>