2025-04-27 00:01:31 +04:00
2025-04-26 23:50:45 +04:00
2025-04-27 00:01:31 +04:00
2025-04-26 23:50:45 +04:00
2025-04-26 23:50:45 +04:00

sed -i "s/PDS_JWT_SECRET=/PDS_JWT_SECRET=$(openssl rand --hex 16)/" pds.env sed -i "s/PDS_ADMIN_PASSWORD=/PDS_ADMIN_PASSWORD=$(openssl rand --hex 16)/" pds.env sed -i "s/PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX=/PDS_PLC_ROTATION_KEY_K256_PRIVATE_KEY_HEX=$(openssl ecparam --name secp256k1 --genkey --noout --outform DER | tail --bytes=+8 | head --bytes=32 | xxd --plain --cols 32)/" pds.env

Description
Deploy Bluesky PDS quickly and easily using Docker Compose.
Readme MIT 30 KiB
Languages
Caddyfile 100%