+45
-27
README.md
+45
-27
README.md
···A Nix-based development environment for running AT Protocol services (PDS, PLC, Caddy proxy, and MailHog).+- The relay is built from a forked repository (`edouardparis/indigo`) with SSRF (Server-Side Request Forgery) protections disabled+This setup is designed for controlled local testing where you need flexibility in network access that would normally be restricted for security reasons.+- On Linux: See [mkcert installation guide](https://github.com/FiloSottile/mkcert#installation)···+goat relay --relay-host=https://relay.example.org:8445 admin --admin-password=password host add "https://pds.example.org:8443"·········+This will show real-time events from the relay. You can run this in a separate terminal or tmux pane.
+16
-4
flake.nix
+16
-4
flake.nix
···-tmux split-window -v -t atproto "RELAY_ADMIN_PASSWORD=password RELAY_PLC_HOST=https://plc.example.org:8444 RELAY_TRUSTED_DOMAINS=*.example.org RELAY_ALLOW_INSECURE_HOSTS=true ${indigo-relay}/bin/relay serve"·········
+3
-3
packages/indigo-relay.nix
+3
-3
packages/indigo-relay.nix
···