module

Patty::Caddy::Manager

Orchestrates the safe-apply flow (spec ยง27): validate a candidate config in a temp dir โ†’ back up โ†’ apply โ†’ reload. Nothing is written to the enabled dir unless validation passed.

Constants

BACKUPS_TO_KEEP = 20

Class methods

backend
Source
configure_dashboard(config : Config) : Result
Source
disable_dashboard
Source
disable_route(id : String) : Result
Source
enable_route(profile : Profile) : Result
Source
reload_active
Source
validate_active
Source