Commit graph

4 commits

Author SHA1 Message Date
Josh
04b1a134fb fix: oauth2-proxy config and disable CF proxy for staging wildcard
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- Update oauth2-proxy with working GitHub OAuth config
- Add OAUTH2_PROXY_SCOPE=user for proper user info retrieval
- Add OAUTH2_PROXY_UPSTREAMS to proxy staging traffic
- Route staging.domain through oauth2-proxy
- Set *.staging DNS to non-proxied for Let's Encrypt SSL

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 19:47:13 +02:00
Josh
49d84487a7 fix: use correct Traefik v3 HostRegexp syntax
Go regexp doesn't support negative lookahead (?!...).
Use proper anchored regex with escaped dots.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 03:57:32 +02:00
Josh
3ec18d5ec4 fix: remove $$ escaping from docker-compose files
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Using file() instead of templatefile() so $${VAR} isn't processed.
Changed to ${VAR} for proper docker-compose variable interpolation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 03:05:15 +02:00
Josh
52843aa9e7 init 2026-01-09 00:22:05 +02:00