Advanced Settings | Coolify

Advanced

Save
Advanced settings for your Coolify instance.

DNS Settings

API Settings

@if (empty($allowed_ips) || in_array('0.0.0.0', array_map('trim', explode(',', $allowed_ips ?? '')))) Using 0.0.0.0 (or empty) allows API access from anywhere. This is not recommended for production environments! @endif

UI Settings

Confirmation Settings

@if ($disable_two_step_confirmation)
@else
Disabling two step confirmation reduces security (as anyone can easily delete anything) and increases the risk of accidental actions. This is not recommended for production servers. @endif