Flake to setup a local env for atproto development
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add plc server to pds

+3
+3
packages/pds.nix
··· 47 47 export PDS_EMAIL_SMTP_URL="smtp://localhost:1025" 48 48 export PDS_EMAIL_FROM_ADDRESS="noreply@pds.example.org" 49 49 50 + # Configure PLC server URL to use local Caddy-proxied server 51 + export PDS_DID_PLC_URL="https://plc.example.org:8444" 52 + 50 53 ${pkgs.bluesky-pds}/bin/pds 51 54 ''