Advanced Settings | Coolify
{{-- Scope dirty tracking to fields that need an explicit Save. Instant-save listboxes (API, MCP, telemetry, …) update the snapshot on the server immediately; without wire:target they briefly flash this bar. --}}
@if (isCloud())
@if (filled(data_get($settings, 'domain_connect_private_key')))
Remove key
@elseif (filled(config('services.domain_connect.private_key'))) @else Automated Cloudflare DNS (Domain Connect) stays hidden until a private key is set. @endif
@endif
@if ($is_api_enabled && (empty($allowed_ips) || in_array('0.0.0.0', array_map('trim', explode(',', $allowed_ips ?? ''))))) Restrict the allowlist before using API access on a public production instance. @endif @if ($is_mcp_server_enabled) {{ url('/mcp') }} uses Sanctum bearer tokens from Security → API Tokens. @endif
@if (count($avatar_storage_options) === 1) Add and test an S3-compatible storage under Storages before selecting it here. @endif