aboutsummaryrefslogtreecommitdiff
path: root/compose.vpn_example.yml
Commit message (Collapse)AuthorAgeFilesLines
* docs: add optional VPN egress compose exampleChristian Cleberg2026-07-141-0/+95
CloudFront/WAF blocks some egress IPs on the /_puppy path, making every DA-backed page fail while Go tries to unmarshal an HTML 403 page. Routing outbound through a non-blocked exit fixes it with no code change, since devianter's client honors HTTPS_PROXY. Adds a compose stack with an optional gluetun sidecar behind the "vpn" profile (off by default, so the stock direct setup is unchanged) and a matching .env.example. Ignore .env so real credentials stay out of git.