coolify/app/Actions/Proxy
Andras Bacsai b8e52c6a45 feat(proxy): validate stored config matches current proxy type
Add validation in GetProxyConfiguration to detect when stored proxy config
belongs to a different proxy type (e.g., Traefik config on a Caddy server)
and trigger regeneration with a warning log. Clear cached proxy configuration
and settings when proxy type is changed to prevent stale configs from being
reused. Includes tests verifying config rejection on type mismatch and
graceful fallback on invalid YAML.
2026-03-24 21:32:34 +01:00
..
CheckProxy.php fix(proxy): replace CheckConfiguration with GetProxyConfiguration and SaveConfiguration with SaveProxyConfiguration for improved clarity and consistency in proxy management 2025-09-09 12:52:19 +02:00
GetProxyConfiguration.php feat(proxy): validate stored config matches current proxy type 2026-03-24 21:32:34 +01:00
SaveProxyConfiguration.php feat(proxy): add database-backed config storage with disk backups 2026-03-11 14:11:31 +01:00
StartProxy.php fix: resolve Docker validation race conditions and sudo prefix bug 2025-11-27 09:04:42 +01:00
StopProxy.php Merge branch 'next' into shadow/fix-docker-time-command 2025-11-28 10:25:42 +01:00