<x-forms.inputplaceholder="https://example.com"id="wildcard_domain"label="Wildcard Domain"helper='A wildcard domain allows you to receive a randomly generated domain for your new applications. <br><br>For instance, if you set "https://example.com" as your wildcard domain, your applications will receive domains like "https://randomId.example.com".'/>
<x-forms.checkboxinstantSaveid="server.settings.is_build_server"label="Use it as a build server?"/>
<divclass="flex items-center gap-1 pt-6">
<h3class="">CloudflareTunnels
</h3>
<x-helperclass="inline-flex"helper="If you are using Cloudflare Tunnels, enable this. It will proxy all SSH requests to your server through Cloudflare.<br><span class='dark:text-warning'>Coolify does not install or set up Cloudflare (cloudflared) on your server.</span>"/>
<x-forms.checkboxdisabledinstantSavetype="checkbox"id="server.settings.is_swarm_manager"helper="For more information, please read the documentation <a class='dark:text-white' href='https://coolify.io/docs/knowledge-base/docker/swarm' target='_blank'>here</a>."label="Is it a Swarm Manager?"/>
@else
<x-forms.checkboxinstantSavetype="checkbox"id="server.settings.is_swarm_manager"helper="For more information, please read the documentation <a class='dark:text-white' href='https://coolify.io/docs/knowledge-base/docker/swarm' target='_blank'>here</a>."label="Is it a Swarm Manager?"/>
<x-forms.checkboxdisabledinstantSavetype="checkbox"id="server.settings.is_swarm_worker"helper="For more information, please read the documentation <a class='dark:text-white' href='https://coolify.io/docs/knowledge-base/docker/swarm' target='_blank'>here</a>."label="Is it a Swarm Worker?"/>
<x-forms.checkboxinstantSavetype="checkbox"id="server.settings.is_swarm_worker"helper="For more information, please read the documentation <a class='dark:text-white' href='https://coolify.io/docs/knowledge-base/docker/swarm' target='_blank'>here</a>."label="Is it a Swarm Worker?"/>
@endif
@endif
@endif
@else
<divclass="flex items-center gap-1 pt-6">
<h3class="">CloudflareTunnels
</h3>
<x-helperclass="inline-flex"helper="If you are using Cloudflare Tunnels, enable this. It will proxy all SSH requests to your server through Cloudflare.<br><span class='dark:text-warning'>Coolify does not install or set up Cloudflare (cloudflared) on your server.</span>"/>
<x-forms.checkboxhelper="Enable force Server cleanup. This will cleanup build caches / unused images / docker things and uplads and database"instantSaveid="server.settings.force_server_cleanup"label="ForceServer Cleanup"/>
<x-forms.inputid="server.settings.server_cleanup_cron"label="Cleanup Cron Expression"requiredhelper="Cron expression for Server Cleanup.<br>You can use every_minute, hourly, daily, weekly, monthly, yearly.<br><br>Default is every 10 minutes."" />
@else
<x-forms.inputid="server_cleanup_threshold"label="Disk cleanup threshold (%)"requiredhelper="The disk cleanup task will run when the disk usage exceeds this threshold."/>
<x-forms.inputid="server.settings.concurrent_builds"label="Number of concurrent builds"requiredhelper="You can specify the number of simultaneous build processes/deployments that should run concurrently."/>
<x-forms.inputid="server.settings.dynamic_timeout"label="Deployment timeout (seconds)"requiredhelper="You can define the maximum duration for a deployment to run before timing it out."/>