fix: write generated Caddyfile to disk only if succesfully loaded into local Caddy (means valid)

This commit is contained in:
Pasha Sviderski
2025-09-10 16:59:31 +10:00
parent 97bdb8eae1
commit 7b88b8b810
4 changed files with 77 additions and 23 deletions
@@ -926,7 +926,8 @@ http://api.example.com {
log
}
# NOTE: User-defined configs for services were skipped because Caddy is not running on this machine.
# NOTE: User-defined configs for services were skipped because Caddy is not running on this machine
# or the latest generated config is invalid. Please check the Caddy logs if it's running.
`,
},
{
@@ -949,7 +950,8 @@ http://api.example.com {
log
}
# NOTE: User-defined configs for services were skipped because Caddy is not running on this machine.
# NOTE: User-defined configs for services were skipped because Caddy is not running on this machine
# or the latest generated config is invalid. Please check the Caddy logs if it's running.
`,
},
}