feat(proxy): support wildcard subdomain#426
Conversation
Greptile SummaryThis PR adds wildcard subdomain matching to the pitchfork proxy, so requests for
Confidence Score: 4/5The core proxy logic change is small and well-tested; the main surface to watch is wildcard-on-by-default for existing deployments. The wildcard lookup algorithm, the auto-start slug fix, and the settings wiring all look correct. Test coverage is solid across exact, subdomain, nested, disabled, and priority-ordering cases. The one thing worth a second look: wildcard is enabled by default, which means existing deployments that register short or generic slugs (e.g. src/proxy/server.rs — specifically the default-on behavior of Important Files Changed
Reviews (1): Last reviewed commit: "[autofix.ci] apply automated fixes" | Re-trigger Greptile |
I guess this will not affect the existing behaviour. Opening by default is an improvement |
No description provided.