Commit graph

3 commits

Author SHA1 Message Date
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