···11[package]
22name = "pds_gatekeeper"
33-version = "0.1.0"
33+version = "0.1.2"
44edition = "2024"
55license = "MIT"
66···1919hex = "0.4"
2020jwt-compact = { version = "0.8.0", features = ["es256k"] }
2121scrypt = "0.11"
2222-#Leaveing these two cause I think it is needed by the
2222+#Leaveing these two cause I think it is needed by the email crate for ssl
2323aws-lc-rs = "1.13.0"
2424rustls = { version = "0.23", default-features = false, features = ["tls12", "std", "logging", "aws_lc_rs"] }
2525lettre = { version = "0.11", default-features = false, features = ["builder", "webpki-roots", "rustls", "aws-lc-rs", "smtp-transport", "tokio1", "tokio1-rustls"] }
+2-1
README.md
···3737```yml
3838 gatekeeper:
3939 container_name: gatekeeper
4040- image: fatfingers23/pds_gatekeeper:arm-latest
4040+ image: fatfingers23/pds_gatekeeper:latest
4141 network_mode: host
4242 restart: unless-stopped
4343 #This gives the container to the access to the PDS folder. Source is the location on your server of that directory
···6060 path /xrpc/com.atproto.server.getSession
6161 path /xrpc/com.atproto.server.updateEmail
6262 path /xrpc/com.atproto.server.createSession
6363+ path /xrpc/com.atproto.server.createAccount
6364 path /@atproto/oauth-provider/~api/sign-in
6465 }
6566
+1-1
examples/compose.yml
···3939 WATCHTOWER_SCHEDULE: "@midnight"
4040 gatekeeper:
4141 container_name: gatekeeper
4242- image: fatfingers23/pds_gatekeeper:arm-latest
4242+ image: fatfingers23/pds_gatekeeper:latest
4343 network_mode: host
4444 restart: unless-stopped
4545 #This gives the container to the access to the PDS folder. Source is the location on your server of that directory