Advanced Settings | MapleDeploy

Advanced

Save
Advanced settings for your MapleDeploy 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

{{-- MapleDeploy branding: sponsorship popup checkbox removed (popup itself already removed) --}}

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