Skip to content

v1.2.0

Compare
Choose a tag to compare
@pberkel pberkel released this 03 Apr 06:37
· 12 commits to main since this release
d406f84

Move placeholder validation to Provision to support runtime substitution

Caddy placeholders like {env.VALUE} should not be evaluated during Caddyfile parsing. The syntax {env.VALUE} is for runtime environmental variables, and so should be preserved as strings in configuration. The syntax {$VALUE} will result in environmental variables substituted at Caddyfile parse time, which is already performed by the Caddyfile parser.