<x-forms.inputid="settings.fqdn"label="Instance's Domain"helper="Enter the full domain name (FQDN) of the instance, including 'https://' if you want to secure the dashboard with HTTPS. Setting this will make the dashboard accessible via this domain, secured by HTTPS, instead of just the IP address."placeholder="https://coolify.yourdomain.com"/>
<x-forms.inputid="settings.custom_dns_servers"label="DNS Servers"helper="DNS servers to validate FQDNs against. A comma separated list of DNS servers."placeholder="1.1.1.1,8.8.8.8"/>
<x-forms.inputid="settings.allowed_ips"label="Allowed IPs"helper="Allowed IP lists for the API. A comma separated list of IPs. Empty means you allow from everywhere."placeholder="1.1.1.1,8.8.8.8"/>
<x-forms.inputrequiredid="update_check_frequency"label="Update Check Frequency"placeholder="0 * * * *"helper="Cron expression for update check frequency (check for new Coolify versions and pull new Service Templates from CDN).<br>You can use every_minute, hourly, daily, weekly, monthly, yearly.<br><br>Default is every hour."/>
<x-forms.inputrequiredid="auto_update_frequency"label="Auto Update Frequency"placeholder="0 0 * * *"helper="Cron expression for auto update frequency (automatically update coolify).<br>You can use every_minute, hourly, daily, weekly, monthly, yearly.<br><br>Default is every day at 00:00"/>
<x-forms.checkboxinstantSaveid="disable_two_step_confirmation"label="Disable Two Step Confirmation"helper="When disabled, you will not need to confirm actions with a text and user password. This significantly reduces security and may lead to accidental deletions or unwanted changes. Use with extreme caution, especially on production servers."/>
@else
<x-modal-confirmation
title="Disable Two Step Confirmation?"
buttonTitle="Disable Two Step Confirmation"
isErrorButton
submitAction="toggleTwoStepConfirmation"
:actions="['Tow Step confimation will be disabled globally.', 'Disabling two-step confirmation reduces security (as anyone can easily delete anything).', 'The risk of accidental actions will increase.']"
confirmationText="DISABLE TWO STEP CONFIRMATION"
confirmationLabel="Please type the confirmation text to disable two step confirmation."