Bluesky-PDS
Bluesky-PDS
Docker app from grtgbln's Repository
Overview
A Bluesky PDS (Personal Data Server) allows you to run your own server that is capable of federating with the wider Bluesky social network.
Requirements
This image does not have a static `latest` tag. You will need to update the image tag manually to update.
Runtime arguments
- Web UI
http://[IP]:[PORT:3000]/- Network
bridge- Privileged
- false
- Extra Params
--hostname example.com --add-host example.com:0.0.0.0
Template configuration
Web UI PortPorttcp
Container Port: 3000
- Target
- 3000
- Default
- 3000
- Value
- 3000
JWT SecretVariable
Secret key for JWT tokens. Run 'openssl rand --hex 16'
- Target
- PDS_JWT_SECRET
Admin PasswordVariable
Password for the admin user
- Target
- PDS_ADMIN_PASSWORD
PLC Rotation KeyVariable
Private key for PLC rotation. Run 'openssl ecparam --name secp256k1 --genkey --noout --outform DER | tail --bytes=+8 | head --bytes=32 | xxd --plain --cols 32'
- Target
- PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX
Domain NameVariable
Domain name for the PDS. Edit Extra Params accordingly (via Advanced View)
- Target
- PDS_HOSTNAME
- Default
- example.com
- Value
- example.com
Email - SMTP URLVariable
SMTP URL for sending emails
- Target
- PDS_EMAIL_SMTP_URL
- Default
- smtps://resend:API_KEY_HERE@smtp.resend.com:465/
- Value
- smtps://resend:API_KEY_HERE@smtp.resend.com:465/
Email - From AddressVariable
Email address to send emails from
- Target
- PDS_EMAIL_FROM_ADDRESS
- Default
- admin@example.com
- Value
- admin@example.com
Data PathPath
Path to store data
- Target
- /pds
- Default
- /mnt/user/appdata/bluesky_pds/data
- Value
- /mnt/user/appdata/bluesky_pds/data
PUIDVariable
- Default
- 1000
- Value
- 1000
PGIDVariable
- Default
- 1001
- Value
- 1001
Download Statistics
17,450
Total Downloads
4,366
This Month
1,585
Avg / Month
Total Downloads Over Time
Loading chart...
Details
Repository
gravityfargo/bluesky-pds:v0.4.107Last Updated2026-01-07
First Seen2025-05-06
Run Bluesky-PDS on Unraid.
Bluesky-PDS is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.