Flake to setup a local env for atproto development
1{
2 auto_https off
3}
4
5pds.example.org:8443 {
6 tls ./certs/cert.pem ./certs/key.pem
7
8 reverse_proxy localhost:3000
9}
10
11plc.example.org:8444 {
12 tls ./certs/cert.pem ./certs/key.pem
13
14 reverse_proxy localhost:2582
15}
16
17relay.example.org:8445 {
18 tls ./certs/cert.pem ./certs/key.pem
19
20 reverse_proxy localhost:2470
21}