pds
pds copied to clipboard
Bluesky PDS (Personal Data Server) container image, compose file, and documentation
Explicitly forward required ports so the containers don't run with host networking which also causes the containers to run as privileged.
I have successfully setup PDS in my server, but I need to change to another server and keep the PDS data, so how will I migrate PDS as a whole...
Use `#!/usr/bin/env bash` instead of `#!/bin/bash`. Some systems, like NixOS, do not have `bash` in `/bin`, `/usr/bin/env` will look up bash path instead
Hey, I have a setup, that requires me to use a reverse Proxy. Sadly the PDS install script does not account for being behind a reverse proxy. It would be...
hi there! I've been running my PDS at `bsky.cyrneko.eu` (down at the time of writing) for a bit now and it's been working fine running on a Google-provided VPS, though...
I created an account on my [own PDS](https://rpi.bandicoot-nominal.ts.net/) with the PDS script, but I didn't save the password 😅. Went to reset it with (sudo) pdsadmin account reset-password and got...
tested and working on my PDS (ubuntu 24.04 lts) this command is useful when there is an unexpected error while changing handle in the web UI (such as #114)
I have successfully created a `did:web` which `goat account status` is showing as entirely valid and activated: ```sh DID: did:web:btmfor.top Host: https://zio.blue { "activated": true, "expectedBlobs": 0, "importedBlobs": 0, "indexedRecords":...
I already use that custom domain as my handle in bsky pds but i want to self host it. I installed it in na DO droplet but when I went...
via @ngerakines: > I wish it were more widely announced that it's much easier to create a PDS on "pds.yourdomain.com", create a temporary handle to "tmpyou.pds.yourdomain.com" and then use the...