A community-maintained directory of Bluesky Personal Data Servers (PDS). pdslist.wisp.place

Added more PDS, info and small fix #3

merged opened by vicwalker.dev.br targeting main from vicwalker.dev.br/pdslista: developer

PDS added:

  • Wafrn More info added about:
  • Tangled Fixed small typos in handles
Labels

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:fip3nyk6tjo3senpq4ei2cxw/sh.tangled.repo.pull/3m7jtru3mjh22
+15 -3
Diff #0
+15 -3
pdslist.json
··· 2 { 3 "url": "https://bsky.social", 4 "supportedHandles": [ 5 - "*.bsky.social" 6 ], 7 "maintainer": "@bsky.app", 8 "tosUrl": "https://bsky.social/about/support/tos", ··· 15 ".pds.madebydanny.uk", 16 ".pds.danielmorrisey.com", 17 ".good-example.com", 18 - ".mbdio.uk.", 19 - "certifiedshitposter.com" 20 ], 21 "contactEmail": "danielmorrisey@pm.me", 22 "maintainer": "@madebydanny.uk", ··· 71 "supportedHandles": [ 72 ".tngl.sh" 73 ], 74 "maintainer": "@tangled.org", 75 "inviteCodeRequired": "true" 76 }, 77 { ··· 181 ".micro.blog.br" 182 ], 183 "maintainer": "@joseli.to", 184 "inviteCodeRequired": true 185 } 186 ]
··· 2 { 3 "url": "https://bsky.social", 4 "supportedHandles": [ 5 + ".bsky.social" 6 ], 7 "maintainer": "@bsky.app", 8 "tosUrl": "https://bsky.social/about/support/tos", ··· 15 ".pds.madebydanny.uk", 16 ".pds.danielmorrisey.com", 17 ".good-example.com", 18 + ".mbdio.uk", 19 + ".certifiedshitposter.com" 20 ], 21 "contactEmail": "danielmorrisey@pm.me", 22 "maintainer": "@madebydanny.uk", ··· 71 "supportedHandles": [ 72 ".tngl.sh" 73 ], 74 + "contactEmail": "team@tangled.org", 75 "maintainer": "@tangled.org", 76 + "privacyUrl": "https://tangled.org/privacy", 77 + "tosUrl": "https://tangled.org/terms", 78 "inviteCodeRequired": "true" 79 }, 80 { ··· 184 ".micro.blog.br" 185 ], 186 "maintainer": "@joseli.to", 187 + "inviteCodeRequired": true 188 + }, 189 + { 190 + "url": "https://at.app.wafrn.net", 191 + "supportedHandles": [ 192 + ".at.app.wafrn.net" 193 + ], 194 + "contactEmail": "info@wafrn.net", 195 + "privacyUrl": "https://app.wafrn.net/article/system.privacy-policy", 196 "inviteCodeRequired": true 197 } 198 ]

History

1 round 2 comments
sign up or login to add to the discussion
vicwalker.dev.br submitted #0
3 commits
expand
Adding Wafrn PDS
Adding more info for Tangled PDS
Small typo fix on handles
expand 2 comments

Merge checks out, merging now. Will update site tomorrow. (EST)

Lessons learned

  • pushing code directly to main is bad
  • always sync the fork before doing more commits and PRs ๐Ÿ˜ฌ

Too late in the night to delete and redo the commits from my first fork, so I just did another fork to solve this quickly ๐Ÿ˜

pull request successfully merged