Commit Graph
11 Commits
Author SHA1 Message Date
Jeppe B 8c10c07cc9 Resolve Caddy replication bootstrap conflict 2026-06-02 02:25:29 +02:00
copilot-swe-agent[bot] 06cba73a30 Initialize merge conflict resolution plan 2026-06-01 21:23:50 +00:00
Jeppe B e41b226529 Deny web access to replication bootstrap snapshots 2026-06-01 23:19:04 +02:00
Jeppe B fe5ebdc203 Protect replication bootstrap file from static serving 2026-06-01 23:14:43 +02:00
Jeppe Bundgaard 29a07e652c Enhance CORS handling in Traefik and Caddy
- Add preflight routers and attach `secure-headers` middleware in Traefik for `api.truckwash.dk` and `cloud.truckwash.dk`.
- Update `secure-headers` middleware with refined CORS headers and stricter origin/method/header configurations.
- Remove redundant CORS logic in Caddy, delegating CORS management entirely to Traefik.
2026-02-16 13:25:54 +01:00
Jeppe Bundgaard dd33fa2b19 Update CORS handling in Traefik and Caddy configurations
- Add origin-specific CORS settings to Traefik for `truckwash.io` with credentials support.
- Simplify and standardize CORS headers in Caddy, removing upstream duplication and adjusting preflight logic.
2026-02-16 13:08:38 +01:00
Jeppe Bundgaard 22790705b4 Disable auto HTTPS and improve CORS handling in Caddyfile for internal HTTP and simplified preflight responses. 2026-02-16 12:35:03 +01:00
Jeppe Bundgaard 0ec8339d3e Simplify CORS handling in Caddyfile by allowing all origins and updating preflight response logic. 2026-02-16 12:31:06 +01:00
Jeppe Bundgaard 739beced0d Expand CORS support in Caddyfile to include truckwash.io subdomains alongside truckwash.dk and localhost. 2026-02-16 12:21:46 +01:00
Jeppe Bundgaard ac542a705e Update Caddyfile with refined CORS handling and stricter origin matching for truckwash.dk subdomains and localhost 2026-02-16 12:21:02 +01:00
Jeppe Bundgaard c7ea1e1aaa Add Traefik and Caddy configurations for reverse proxy setup and internal HTTP handling. 2026-02-16 11:15:20 +01:00