pds
pds copied to clipboard
Bluesky PDS (Personal Data Server) container image, compose file, and documentation
I'm reading through the code and documentation, and most of the dynamic nature seems to be around the authentication - not the actual serving of user data (besides the internal...
## Repro Say I have just set up my new PDS server `bsky.example.com`. The first thing I want to do is create a user account for testing. I see that...
`pdsadmin/account.sh create` requires bio edit for functioning account, but this is not documented
The `pdsadmin/account.sh create` script appears to create accounts which always appear as "⚠️Invalid Handle ⚠️Invalid Handle" until you edit the profile and change the display name or bio. This is...
Hello, I'm going through the steps to host a PDS on my Vultr server and got to the point where I need to run the installer.sh file. However, the service...
I've deployed my PDS on [Render](https://render.com/), which uses the Dockerfile in the repository. The Dockerfile doesn't include the `pdsadmin.sh` script by default. I had to manually pull it down in...
I want to host pds at kubernetes.
**Describe the bug** Properly created accounts on PDS are failing on Bsky.app as **Not Found Profile not found** Despite being signed in successfully **To Reproduce** 1. create new PDS 2....
Title says it all. In the real world deployments, we are not limited to Caddy. Providing instructions on how to host behind nginx would be a great addition.
Currently the pdsadmin help command says this about resetting accounts passwords ``` password-reset Reset a password for an account specified by DID. e.g. pdsadmin account reset-password did:plc:xyz123abc456 ``` however the...
Currently on Ubuntu 20.04 when running pdsadmin account list the command fails with the error `column: invalid option -- '-'`. On Ubuntu 20.04 the column command only accepts the -t....