feat: enabled reverse proxy on beacon #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "beacon-reverse-proxy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Enables the same services.reverseProxy module defiant uses on beacon, so beacon services can register per-service proxy.nix entries instead of hand-rolling nginx vhosts (volpe keeps its direct nginx setup: its static file root and loopback-only onion listeners don't fit the proxy model; its vhosts coexist with the proxy's). Also adds the catch-all vhost that drops requests for unmatched domains (444).
Post-deploy: nothing — no behavior change for existing services. Ports 80/443 were already open and the ACME terms/email were already configured by volpe; the proxied services arrive in the follow-up PRs.