objective categorical abstract machine language personal data server

Compare changes

Choose any two refs to compare.

Changed files
+11 -1
+11 -1
Caddyfile
··· 1 {$PDS_HOSTNAME}, *.{$PDS_HOSTNAME} { 2 - reverse_proxy pds:8008 3 }
··· 1 {$PDS_HOSTNAME}, *.{$PDS_HOSTNAME} { 2 + # See https://gist.github.com/mary-ext/6e27b24a83838202908808ad528b3318#method-5-self-hosted-pds 3 + handle /xrpc/app.bsky.ageassurance.getState { 4 + header content-type "application/json" 5 + header access-control-allow-headers "authorization,dpop,atproto-accept-labelers,atproto-proxy" 6 + header access-control-allow-origin "*" 7 + respond `{"state":{"lastInitiatedAt":"2025-07-14T14:22:43.912Z","status":"assured","access":"full"},"metadata":{"accountCreatedAt":"2022-11-17T00:35:16.391Z"}}` 200 8 + } 9 + 10 + handle { 11 + reverse_proxy pds:8008 12 + } 13 }